From cbd7597c3479a224a399b07500d7b280e8e00b2e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Feb 2026 06:03:35 +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-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- 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 15b801db8aa19..46c18c92b5fef 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.2", "react": "^17.0.2", "react-dom": "^17.0.2" }