From c98c9a668cd43331875d8ad58406604d2b5fad66 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 03:36:06 +0000 Subject: [PATCH] fix: nodejs-express-ts-api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- nodejs-express-ts-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs-express-ts-api/package.json b/nodejs-express-ts-api/package.json index d096e65..93c5040 100644 --- a/nodejs-express-ts-api/package.json +++ b/nodejs-express-ts-api/package.json @@ -52,7 +52,7 @@ "dotenv": "^16.0.1", "express": "^4.18.1", "express-session": "^1.17.3", - "jsonwebtoken": "^8.5.1", + "jsonwebtoken": "^9.0.0", "passport": "^0.6.0", "passport-http-bearer": "^1.0.1", "passport-local": "^1.0.0",