From 4a0430697d82ba0fa640f24c5aefe5acf6fe8f69 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Sep 2025 21:47:13 +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"