From af512235104422a8ba37a296fb1f42a9ef31e517 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 19:58:14 +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 78b7827..b631755 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "body-parser": "^1.14.1", "browser-sync": "^2.11.1", "consolidate": "0.x", - "express": "4.13.3", + "express": "4.20.0", "express-nunjucks": "^0.9.3", "express-session": "^1.13.0", "express-writer": "0.0.4", @@ -26,7 +26,7 @@ "grunt": "1.0.0", "grunt-cli": "0.1.13", "grunt-concurrent": "0.4.3", - "grunt-contrib-watch": "1.0.1", + "grunt-contrib-watch": "1.1.0", "grunt-nodemon": "0.4.0", "grunt-sass": "^1.1.0", "grunt-sync": "^0.6.2",