From 3c19a0f0f5e95099979b2a4f4468845704429cab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Feb 2026 14:18:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-15104645 - https://snyk.io/vuln/SNYK-JS-NEXT-15105315 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d47b9db8..93401a52 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": "^16.1.1", + "next": "^16.1.5", "next-sitemap": "^4.2.3", "nextra": "^4.6.0", "nextra-theme-docs": "^4.6.0",