From dd31b4cb4a893d0cc2b36ade19d79864ff918c4d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Dec 2023 18:21:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MOMENT-2440688 - https://snyk.io/vuln/npm:constantinople:20180421 - https://snyk.io/vuln/npm:moment:20170905 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0fd54cc..da9c908 100644 --- a/package.json +++ b/package.json @@ -43,12 +43,12 @@ "cors": "2.8.1", "crypto": "^0.0.3", "express": "4.14.0", - "express-jwt": "^5.1.0", + "express-jwt": "^5.3.1", "handlebars": "^4.0.5", - "jsonwebtoken": "^7.1.9", + "jsonwebtoken": "^8.0.0", "lodash": "^4.16.4", "nconf": "^0.8.4", - "webtask-tools": "^3.1.0", + "webtask-tools": "^3.4.1", "winston": "^2.2.0" }, "devDependencies": {