From aeff6089444c6997362665161c53ef005f2371f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Sep 2024 03:40:47 +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 23ffc6e0..9c53b056 100644 --- a/package.json +++ b/package.json @@ -23,15 +23,15 @@ "url" : "git://github.com/simov/express-admin.git" }, "dependencies": { - "express" : "4.4.4", + "express" : "4.21.0", "morgan" : "1.1.1", - "body-parser" : "1.4.3", + "body-parser" : "1.20.3", "connect-multiparty": "1.1.0", "cookie-parser" : "1.3.1", "express-session" : "1.5.1", "csurf" : "1.2.2", "method-override" : "2.0.2", - "serve-static" : "1.2.3", + "serve-static" : "1.16.1", "consolidate" : "0.9.1", "hogan.js" : "3.0.2", "mysql" : "2.2.0",