From d84cc59a38920eece6f4e591ff8c7da6aad6ab23 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Jun 2026 05:07:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-17337015 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0fd54cc..2e5bea0 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",