From 9fa0999627f204bacd50e0c8e6d0ac13f96b62ce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Sep 2025 03:22:18 +0000 Subject: [PATCH] fix: docs/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 --- docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index cbbcc13290..3c2cc791fb 100644 --- a/docs/package.json +++ b/docs/package.json @@ -23,7 +23,7 @@ "history": "^5.0.0", "lz-string": "^1.4.5", "marked": "^4.0.10", - "next": "^12.3.0", + "next": "^14.2.32", "next-mdx-remote": "^4.0.2", "react": "^18.1.0", "react-cookie": "^8.0.1",