From b27ddf2e4168014b47b18b31b1c860201b6ba82d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Sep 2025 22:08:27 +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-AXIOS-12613773 --- 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..71562af9d 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": "^2.0.0" }, "devDependencies": { "serverless-offline": "^3.18.0"