From 0d155baff5ff35310cd10bad23a4335e736bd150 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 17:06:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PLAYWRIGHT-14888269 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e1cf9d4..591ebe5 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.56.0", "prettier": "^3.3.3", "simple-git-hooks": "^2.11.1", "typescript": "^5.8.3",