From 2af0b028b6ab8171429490d745bde2608177d170 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Oct 2020 08:57:28 +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-OBJECTPATH-1017036 --- 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 5cb2f3caf8894c9..73b42c974f46e12 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.0", "next-cookies": "^1.0.4", "react": "^16.8.6", "react-dom": "^16.8.6"