From 73fbf60a465e9d2521479237c381ae1cb29c2e6c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 18:11:42 +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 c1fd5da7..3f6f911e 100644 --- a/package.json +++ b/package.json @@ -13,14 +13,14 @@ "awesome-node-redis-pubsub": "git+https://ci.open-paas.org/stash/scm/or/awesome-node-redis-pubsub.git", "awesome-sessionstore": "git+https://ci.open-paas.org/stash/scm/or/awesome-sessionstore.git", "awesome-yjs": "git+https://ci.open-paas.org/stash/scm/om/awesome-yjs.git", - "body-parser": "1.15.2", + "body-parser": "1.20.3", "bson": "0.5.5", "chokidar": "1.6.0", "connect-dynamic-middleware": "0.1.0", "cookie-parser": "1.4.3", "cors": "2.8.1", "email-addresses": "2.0.2", - "express": "4.14.0", + "express": "4.20.0", "express-domain-middleware": "0.1.0", "express-session": "1.14.1", "extend": "3.0.0",