From 9d0c012b404f34e0da6ee50652f75b9929143760 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 11:53:44 +0000 Subject: [PATCH] fix: apps/web/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 --- apps/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/package.json b/apps/web/package.json index 6c0d3c36d..d71631aa8 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -33,7 +33,7 @@ "mdast-util-to-string": "^4.0.0", "mdx-annotations": "^0.1.4", "motion": "^12.23.12", - "next": "^16.0.0", + "next": "^16.1.5", "next-themes": "^0.4.6", "react": "catalog:react19", "react-dom": "catalog:react19",