From 75edbb78ac5ac01f55360679e42f2af1f32104c1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 Sep 2021 09:17:00 +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-OBJECTPATH-1585658 --- 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 15b801db8aa1..4ea78156082b 100644 --- a/examples/with-next-css/package.json +++ b/examples/with-next-css/package.json @@ -6,7 +6,7 @@ "start": "next start" }, "dependencies": { - "next": "^9.1.8-canary.11", + "next": "^10.0.0", "react": "^17.0.2", "react-dom": "^17.0.2" }