From 0f292ee3ab6b147be4d95d5ffed3dd350b04b57b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 May 2021 21:44:45 +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-BROWSERSLIST-1090194 --- 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..27298aee0fd02 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.2.1", "next-cookies": "^1.0.4", "react": "^16.8.6", "react-dom": "^16.8.6"