From e2a3b3bc73aab446f6a6eb2261f09a147de04ee4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Dec 2025 08:59:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 - https://snyk.io/vuln/SNYK-JS-JWS-14188253 - https://snyk.io/vuln/SNYK-JS-QS-3153490 - https://snyk.io/vuln/npm:sshpk:20180409 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-JSONSCHEMA-1920922 - https://snyk.io/vuln/SNYK-JS-AJV-584908 - https://snyk.io/vuln/npm:debug:20170905 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0fd54cc..5bd986a 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ ] }, "dependencies": { - "auth0": "2.17.0", + "auth0": "4.0.0", "auth0-extension-express-tools": "^1.1.9", "auth0-extension-tools": "^1.3.3", "auth0-oauth2-express": "1.2.0", @@ -48,7 +48,7 @@ "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": {