From f9f18489ce0e49bbf86fcefb5d90a1e5a2382e0a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Mar 2024 13:27:58 +0000 Subject: [PATCH] fix: examples/with-aws-amplify/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6444610 --- examples/with-aws-amplify/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-aws-amplify/package.json b/examples/with-aws-amplify/package.json index b2e7ad46502ad..2a7728cdefb8d 100644 --- a/examples/with-aws-amplify/package.json +++ b/examples/with-aws-amplify/package.json @@ -6,7 +6,7 @@ "start": "next start" }, "dependencies": { - "aws-amplify": "2.1.0", + "aws-amplify": "3.0.1", "immer": "3.1.3", "nanoid": "2.0.3", "next": "latest",