From 2306f9f681a48bb5e2d91671e6a5fc782223d688 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Sep 2024 10:03:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860 - https://snyk.io/vuln/SNYK-JS-EXPRESS-7926867 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8aac49e..f2060a2 100644 --- a/package.json +++ b/package.json @@ -23,13 +23,13 @@ }, "dependencies": { "bluebird": "3.4.7", - "body-parser": "1.16.0", + "body-parser": "1.20.3", "bower": "1.8.8", "coffee-script": "1.12.3", "coffeelint": "1.16.0", "cookie-parser": "1.4.3", "dotenv": "4.0.0", - "express": "4.14.1", + "express": "4.21.0", "git-guppy": "2.1.0", "googleapis": "16.1.0", "gulp": "3.9.1",