From 6d7f9c2661035faadc9f661edd28c40be7f11eb5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Oct 2024 03:46:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGOOSE-5777721 - https://snyk.io/vuln/SNYK-JS-QS-3153490 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-MONGOOSE-2961688 - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 - https://snyk.io/vuln/SNYK-JS-SWAGGERUIDIST-2314884 - https://snyk.io/vuln/SNYK-JS-SWAGGERUIEXPRESS-6815424 - https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860 - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 - https://snyk.io/vuln/SNYK-JS-SWAGGERUIDIST-6056393 - https://snyk.io/vuln/SNYK-JS-SWAGGERUIEXPRESS-6815423 - https://snyk.io/vuln/SNYK-JS-HTTPCACHESEMANTICS-3248783 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180026 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180024 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180022 - https://snyk.io/vuln/SNYK-JS-EXPRESS-6474509 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-SIDEWAYFORMULA-3317169 - https://snyk.io/vuln/SNYK-JS-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-EXPRESS-7926867 - https://snyk.io/vuln/SNYK-JS-MONGODB-5871303 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865 --- package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index e158e18642..e10af841a7 100644 --- a/package.json +++ b/package.json @@ -24,31 +24,31 @@ "@angular/platform-browser": "^15.2.9", "@angular/platform-browser-dynamic": "^15.2.9", "@angular/router": "^15.2.9", - "bcrypt": "^5.0.1", - "body-parser": "^1.18.2", + "bcrypt": "^5.1.0", + "body-parser": "^1.20.3", "compression": "^1.7.2", - "cookie-parser": "^1.4.3", + "cookie-parser": "^1.4.7", "cors": "^2.8.4", "dotenv": "^10.0.0", "events": "^3.0.0", - "express": "^4.16.3", + "express": "^4.21.1", "express-async-handler": "^1.1.3", - "express-jwt": "^5.3.1", + "express-jwt": "^7.7.8", "express-validation": "^1.0.2", "formidable": "^3.1.3", "helmet": "^4.6.0", "http-errors": "^1.6.3", - "joi": "^17.4.2", - "jsonwebtoken": "^8.2.1", + "joi": "^17.7.1", + "jsonwebtoken": "^9.0.2", "method-override": "^3.0.0", - "mongoose": "^6.0.13", + "mongoose": "^6.12.0", "morgan": "^1.9.1", - "nodemon": "^2.0.15", + "nodemon": "^3.0.0", "passport": "^0.4.0", - "passport-jwt": "^4.0.0", + "passport-jwt": "^4.0.1", "passport-local": "^1.0.0", "rxjs": "^7.4.0", - "swagger-ui-express": "^4.1.6", + "swagger-ui-express": "^4.3.0", "zone.js": "~0.11.4" }, "devDependencies": {