From 4ec6e513362029dcd0be8a216c53493f4e5f20c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 Dec 2022 04:55:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-3153490 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 105250ce3d..596b73d54a 100644 --- a/package.json +++ b/package.json @@ -25,13 +25,13 @@ "@angular/platform-browser-dynamic": "^14.1.2", "@angular/router": "^14.1.2", "bcrypt": "^5.0.1", - "body-parser": "^1.18.2", + "body-parser": "^1.19.2", "compression": "^1.7.2", "cookie-parser": "^1.4.3", "cors": "^2.8.4", "dotenv": "^10.0.0", "events": "^3.0.0", - "express": "^4.16.3", + "express": "^4.17.3", "express-async-handler": "^1.1.3", "express-jwt": "^5.3.1", "express-validation": "^1.0.2",