From 4db97556e9f06a99929d22bb01b42dd71aa2b61a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Sep 2024 07:47:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 - 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 5621fd2..ef6fb31 100644 --- a/package.json +++ b/package.json @@ -59,14 +59,14 @@ "cypress:smoke": "cypress run --config baseUrl=${TEST_URL:-http://localhost:8001},testFiles=**/smoke/**/*.js --headless --browser chrome" }, "dependencies": { - "body-parser": "^1.17.1", + "body-parser": "^1.20.3", "browserify": "^13.0.1", "churchill": "0.2.0", - "express": "^4.15.2", + "express": "^4.21.0", "express-partial-templates": "^0.1.0", "express-session": "^1.12.1", "file-saver": "^1.3.3", - "hof": "^8.0.0", + "hof": "^12.0.0", "hogan-express-strict": "^0.5.4", "hogan.js": "^3.0.2", "lodash": "^4.17.20",