From 141360ed39071d1fb0d3373213bb0cb6220bd056 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Mar 2024 12:48:35 +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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1239ef2..e1dae09 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "bcrypt-nodejs": "0.0.3", "bluebird": "3.7.2", "body-parser": "^1.19.0", - "express": "4.17.1", + "express": "4.19.2", "helmet": "^4.6.0", "jsonwebtoken": "^9.0.0", "mongoose": "6.11.3",