From 11217cf0551288b718b499f8ffb298a13ec3dfd8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jan 2022 15:12:41 +0000 Subject: [PATCH] fix: examples/with-next-css/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 --- examples/with-next-css/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-next-css/package.json b/examples/with-next-css/package.json index 80b83353d3e6f..907f349e50d9b 100644 --- a/examples/with-next-css/package.json +++ b/examples/with-next-css/package.json @@ -8,7 +8,7 @@ "start": "next start" }, "dependencies": { - "next": "^9.1.8-canary.11", + "next": "^10.0.7", "react": "^16.7.0", "react-dom": "^16.7.0" },