From d166c19c0762a426feffc00c28fd43d318089043 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Dec 2024 23:48:04 +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-NANOID-8492085 --- 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..3e0bf9534602c 100644 --- a/examples/with-aws-amplify/package.json +++ b/examples/with-aws-amplify/package.json @@ -8,7 +8,7 @@ "dependencies": { "aws-amplify": "2.1.0", "immer": "3.1.3", - "nanoid": "2.0.3", + "nanoid": "3.3.8", "next": "latest", "react": "^17.0.2", "react-dom": "^17.0.2"