From b9873559f04575a4598747515bf172b13da88c5f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 14:29:49 +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 a13d667..8dcda20 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,8 @@ }, "homepage": "https://github.com/Frameio/oauth-node-example-app#readme", "dependencies": { - "body-parser": "^1.18.3", - "express": "^4.16.4", + "body-parser": "^1.20.3", + "express": "^4.20.0", "express-session": "^1.15.6", "simple-oauth2": "^2.2.1" }