From 3a777801ae4d2e62c97685d4cf2767db2c2d78ad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Mar 2022 04:18:12 +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-NEXT-2405694 --- 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 2f8364861296..eb9521d0d710 100644 --- a/examples/with-aws-amplify-typescript/package.json +++ b/examples/with-aws-amplify-typescript/package.json @@ -8,7 +8,7 @@ "dependencies": { "@aws-amplify/ui-react": "^1.0.7", "aws-amplify": "^3.3.27", - "next": "10.1.3", + "next": "12.1.0", "react": "^17.0.2", "react-dom": "^17.0.2" },