From aea102beebbebd4403518e8448199b5c2b6e9334 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 01:53: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 e1cf9d4..05c185a 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "concurrently": "^8.2.2", "copy-files-from-to": "^3.11.0", "lint-staged": "^15.5.2", - "playwright": "^1.49.1", + "playwright": "^1.55.1", "prettier": "^3.3.3", "simple-git-hooks": "^2.11.1", "typescript": "^5.8.3",