From 4b69a1c377c32ae2e158aa42cb9fec79c55944c1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 4 Aug 2026 15:46:41 +0000 Subject: [PATCH] fix: extras/web/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-18512282 - https://snyk.io/vuln/SNYK-JS-POSTCSS-18313036 - https://snyk.io/vuln/SNYK-JS-POSTCSS-18313038 --- extras/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/web/package.json b/extras/web/package.json index 9294fc146..445fd1ca8 100644 --- a/extras/web/package.json +++ b/extras/web/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@repo/ui": "workspace:^", - "next": "^15.5.21", + "next": "^16.3.0", "react": "^19.2.3", "react-dom": "^19.2.3" },