From 9d30f9bbf30c98cd20a2867bd84c8c4f09a40cd1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jan 2022 03:02:20 +0000 Subject: [PATCH] fix: examples/with-cookie-auth/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 --- examples/with-cookie-auth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-cookie-auth/package.json b/examples/with-cookie-auth/package.json index 5cb2f3caf8894..2f5f19b0675c3 100644 --- a/examples/with-cookie-auth/package.json +++ b/examples/with-cookie-auth/package.json @@ -8,7 +8,7 @@ "dependencies": { "isomorphic-unfetch": "^3.0.0", "js-cookie": "^2.2.0", - "next": "^9.0.1", + "next": "^10.0.7", "next-cookies": "^1.0.4", "react": "^16.8.6", "react-dom": "^16.8.6"