From 8fcdffc274fcb6fd56948afa1e8602f3675a1647 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 22:10:26 +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 1fa661acf..73f97a872 100644 --- a/package.json +++ b/package.json @@ -152,7 +152,7 @@ "node-fetch": "^2.6.7", "node-loader": "^2.0.0", "path-browserify": "^1.0.1", - "playwright": "^1.21.0", + "playwright": "^1.56.0", "postcss": "^8.4.12", "postcss-loader": "^6.2.1", "postcss-preset-env": "^7.4.3",