From 639fd886060d5e37d98ffe42b5e9c85d5dc430c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 May 2021 21:13:11 +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-BROWSERSLIST-1090194 --- 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 23b55237991da..752103464adaa 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.2.1", "react": "^16.8.6", "react-dom": "^16.8.6" },