From bb5a7953527b8082406c95a87b4f33626d21ee86 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Jul 2025 08:08:47 +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-FORMDATA-10841150 --- 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"