From 84b53b1048302158add836a127d5eeebd27a2501 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 19:18:34 +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 66c900f..885da00 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "zod": "4.0.14" }, "devDependencies": { - "@playwright/test": "1.54.2", + "@playwright/test": "1.55.1", "@types/node": "22.15.21", "@types/react": "19.1.9", "@types/react-dom": "19.1.7",