From eff0f431e949844733d9733fddd0e7098a655653 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Sep 2025 10:14:19 +0000 Subject: [PATCH] fix: examples/ssr/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-12299318 - https://snyk.io/vuln/SNYK-JS-NEXT-12301496 - https://snyk.io/vuln/SNYK-JS-NEXT-12265451 --- examples/ssr/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 3d054cf0..fdea6c45 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -21,7 +21,7 @@ "jss": "^9.8.7", "markdown-to-jsx": "^6.10.0", "mobile-detect": "^1.4.3", - "next": "^8.0.3", + "next": "^14.2.32", "react": "^16.8.3", "react-dom": "^16.8.3", "react-ga": "^2.5.7",