From f59be59e2619cb10516a3b42fb86b178db7aceba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Dec 2025 11:39:40 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PLAYWRIGHTCORE-13553173 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f38c6c77..44080cc80 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ } }, "dependencies": { - "next": "15.3.1", + "next": "15.3.6", "pnpm": "^8.15.8", "react": "19.1.0", "react-dom": "19.1.0"