From 3a8e959acbb37439ba2613a9624b4e1024cf46eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jul 2024 23:06:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0fd54cc..39e5a83 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", - "handlebars": "^4.0.5", + "express-jwt": "^7.0.0", + "handlebars": "^4.1.1", "jsonwebtoken": "^7.1.9", "lodash": "^4.16.4", "nconf": "^0.8.4", - "webtask-tools": "^3.1.0", + "webtask-tools": "^3.4.1", "winston": "^2.2.0" }, "devDependencies": {