From eacdea3fdea457a5873399ccbdc0b234ffeb300d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 15:55:52 +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(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index c4c4376..1661061 --- a/package.json +++ b/package.json @@ -29,13 +29,13 @@ "license": "Apache-2.0", "dependencies": { "aws-sdk": "^2.119.0", - "body-parser": "^1.17.2", + "body-parser": "^1.20.3", "child-process-promise": "^2.2.1", "colors": "^1.2.5", "compression": "^1.7.1", "connect-redis": "^3.3.2", "debug": "^2.6.8", - "express": "^4.15.3", + "express": "^4.20.0", "express-session": "^1.15.3", "fs-extra": "^3.0.1", "hat": "^0.0.3",