From 55bfbf692e84535ac3dabb18e17752a23473e0a2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Feb 2026 08:20:45 +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 2f836486129691..d913e10d583f15 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"