From 79d3b5054ed0fa84efccfc762b55173f4f5eb49a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Aug 2024 15:04:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180022 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180024 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180026 - https://snyk.io/vuln/SNYK-JS-PACRESOLVER-1564857 - https://snyk.io/vuln/SNYK-JS-PASSPORT-2840631 - https://snyk.io/vuln/SNYK-JS-WS-1296835 - https://snyk.io/vuln/SNYK-JS-WS-7266574 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 - https://snyk.io/vuln/SNYK-JS-IP-7148531 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index be5cc22..eb4c1c3 100644 --- a/package.json +++ b/package.json @@ -20,13 +20,13 @@ "helmet": "^4.1.0", "http-status": "^1.4.0", "joi": "^17.3.0", - "jsonwebtoken": "^8.5.1", + "jsonwebtoken": "^9.0.0", "moment": "^2.29.1", "mongoose": "^5.10.9", "morgan": "^1.9.1", - "passport": "^0.4.0", + "passport": "^0.6.0", "passport-jwt": "^4.0.0", - "pm2": "^4.5.0", + "pm2": "^5.4.0", "validator": "^13.0.0", "winston": "^3.2.1", "@testing-library/dom": "^8.13.0",