From 29ef3746058d6ae5adec5372a498973a159b2415 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Feb 2026 05:03:33 +0000 Subject: [PATCH] fix: examples/with-aws-amplify-typescript/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 --- examples/with-aws-amplify-typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-aws-amplify-typescript/package.json b/examples/with-aws-amplify-typescript/package.json index 2f83648612969..d913e10d583f1 100644 --- a/examples/with-aws-amplify-typescript/package.json +++ b/examples/with-aws-amplify-typescript/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@aws-amplify/ui-react": "^1.0.7", - "aws-amplify": "^3.3.27", + "aws-amplify": "^5.3.15", "next": "10.1.3", "react": "^17.0.2", "react-dom": "^17.0.2"