From e05101d1135bffaf64d829cd2b286eae89e7fc93 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Dec 2025 09:26:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-14400636 - https://snyk.io/vuln/SNYK-JS-BABELHELPERS-9397697 - https://snyk.io/vuln/SNYK-JS-NEXT-14400644 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d14fd41..5775c60 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "clsx": "^2.1.1", "escape-string-regexp": "^5.0.0", "js-yaml": "^4.1.0", - "next": "^15.5.7", + "next": "^15.5.9", "next-sitemap": "^4.2.3", "nextra": "^4.6.0", "nextra-theme-docs": "^4.6.0",