From 98f140c5df605e02d3384b21082c1dbcb73f8842 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Oct 2023 22:32:37 +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-AXIOS-6032459 --- 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 888b610008766..58ff1bad49081 100644 --- a/examples/with-aws-amplify/package.json +++ b/examples/with-aws-amplify/package.json @@ -8,7 +8,7 @@ }, "license": "MIT", "dependencies": { - "aws-amplify": "2.1.0", + "aws-amplify": "3.0.1", "immer": "3.1.3", "nanoid": "2.0.3", "next": "latest",