From 1d54fb2536f43bef6c83fcaa6c398f6cdc4fadbf Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 04:05:26 +0000 Subject: [PATCH] fix: argos/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PLAYWRIGHT-14888269 --- argos/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argos/package.json b/argos/package.json index da7127554570..262fff4218a1 100644 --- a/argos/package.json +++ b/argos/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@argos-ci/playwright": "^2.0.0", - "@playwright/test": "^1.48.1", + "@playwright/test": "^1.56.0", "cheerio": "1.0.0-rc.12" } }