From f295a0dd2bf6a1ac3d37686de0846dcabcbb2997 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 Sep 2021 09:47:05 +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-1585658 --- 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 5cb2f3caf889..73b42c974f46 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"