From ef1aa5300041cb74799851f6407de18143b47b48 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Oct 2025 19:53:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-12265451 - https://snyk.io/vuln/SNYK-JS-NEXT-12299318 - https://snyk.io/vuln/SNYK-JS-NEXT-12301496 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4456860..aaa636a 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "escape-string-regexp": "^5.0.0", "flexsearch": "^0.8.143", "js-yaml": "^4.1.0", - "next": "^15.3.3", + "next": "^15.4.2", "next-sitemap": "^4.2.3", "nextra": "^2.13.4", "nextra-theme-docs": "^2.13.4",