From cc346df867d95c16013feab92985aa0d4a237dcf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Mar 2024 10:32:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-6474509 - https://snyk.io/vuln/SNYK-JS-TAR-6476909 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5621fd2..a45849c 100644 --- a/package.json +++ b/package.json @@ -62,17 +62,17 @@ "body-parser": "^1.17.1", "browserify": "^13.0.1", "churchill": "0.2.0", - "express": "^4.15.2", + "express": "^4.19.2", "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", "moment": "^2.22.2", "moment-round": "^1.0.1", - "node-sass": "^4.14.1", + "node-sass": "^5.0.0", "npm-run-all": "^4.1.5", "request": "^2.85.0", "snyk": "^1.841.0",