From 6561a23ccf8f3b661f15f5d16997cf3fdc097e12 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Sep 2024 10:18: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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4feea7b..63fd26d 100644 --- a/package.json +++ b/package.json @@ -31,13 +31,13 @@ }, "dependencies": { "axios": "^0.19.2", - "body-parser": "^1.19.0", + "body-parser": "^1.20.3", "chalk": "^4.0.0", "classnames": "^2.2.6", "cors": "^2.8.5", "decompress": "^4.2.1", "dotenv": "^8.2.0", - "express": "^4.16.4", + "express": "^4.21.0", "express-manifest-helpers": "^0.6.0", "glob": "^7.1.6", "history": "^4.10.1", @@ -56,7 +56,7 @@ "redux-thunk": "^2.3.0", "reselect": "^4.0.0", "rimraf": "^3.0.2", - "serve-static": "^1.13.2" + "serve-static": "^1.16.1" }, "devDependencies": { "@babel/cli": "^7.8.4",