From 2f02122ac3f9e59d8b464571cef2f27eba6f662b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 10 Aug 2025 23:21:49 +0000 Subject: [PATCH] fix: aws-python-auth0-custom-authorizers-api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TMP-11501554 --- aws-python-auth0-custom-authorizers-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-python-auth0-custom-authorizers-api/package.json b/aws-python-auth0-custom-authorizers-api/package.json index 5dba1f268..b501978c1 100644 --- a/aws-python-auth0-custom-authorizers-api/package.json +++ b/aws-python-auth0-custom-authorizers-api/package.json @@ -4,7 +4,7 @@ "description": "Demonstration of protecting API gateway endpoints with auth0", "license": "MIT", "dependencies": { - "serverless": "^1.28.0" + "serverless": "^3.0.0" }, "devDependencies": { "serverless-offline": "^3.18.0"