From 89b8e7c433e92842a841dd2bb5d404c39b3e7493 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 Sep 2021 09:38:20 +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-OBJECTPATH-1585658 --- 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 23b55237991d..ae3e7ceb06dc 100644 --- a/examples/with-aws-amplify-typescript/package.json +++ b/examples/with-aws-amplify-typescript/package.json @@ -14,7 +14,7 @@ "aws-amplify": "1.1.32", "immer": "3.1.3", "nanoid": "2.0.3", - "next": "^9.0.2", + "next": "^10.0.0", "react": "^16.8.6", "react-dom": "^16.8.6" },