From c625c68fbc0dfc78b5116a11ccdd10b8cf48961c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 02:20:33 +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-DEBUG-3227433 --- 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..562897556598a 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.6", "next-cookies": "^1.0.4", "react": "^16.8.6", "react-dom": "^16.8.6"