From 57af140306f9ea9152a45a985dedf019a9bec5ca Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Feb 2021 03:55:56 +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-NODEFETCH-674311 --- 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 31d001edf3ef7..70c878ca389ac 100644 --- a/examples/with-aws-amplify/package.json +++ b/examples/with-aws-amplify/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.7", "react": "^16.8.6", "react-dom": "^16.8.6" },