From 5bd7064949c3d99a54b033aecc68bba9d1120129 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Feb 2026 10:48:30 +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-AJV-15274295 --- 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 15b801db8aa19e..3efb73ada37c0c 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.6", "react": "^17.0.2", "react-dom": "^17.0.2" }