From a2bff07e3210fd1ac868952cae5d865117ebbd77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 17:31:09 +0000 Subject: [PATCH] chore(deps): update dependency playwright-chromium to v1.55.1 --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6ba268fd8..d1f041d62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "husky": "8.0.3", "jsdoc": "3.6.11", "json": "9.0.6", - "playwright-chromium": "1.55.0", + "playwright-chromium": "1.55.1", "scratch-render-fonts": "1.0.235", "scratch-semantic-release-config": "3.0.0", "scratch-storage": "4.0.241", @@ -19054,14 +19054,14 @@ } }, "node_modules/playwright-chromium": { - "version": "1.55.0", - "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.55.0.tgz", - "integrity": "sha512-6eInUmPoVZP+COQbXdEqorJTOU3xLOaUhZReZFYtEReR7WMo5iS3/bf4p+xZuFZlSeq1bvbdpujXxUGPCyti/w==", + "version": "1.55.1", + "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.55.1.tgz", + "integrity": "sha512-eq2L3TRfYX5CGBUTk2ey8jrxFZsL1cQ13LRnWfyM3708IFUSql8Db8Pddeh7jFXMKWou0KySCSv53GhdyXI2EQ==", "dev": true, "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.55.0" + "playwright-core": "1.55.1" }, "bin": { "playwright": "cli.js" @@ -19071,9 +19071,9 @@ } }, "node_modules/playwright-core": { - "version": "1.55.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.55.0.tgz", - "integrity": "sha512-GvZs4vU3U5ro2nZpeiwyb0zuFaqb9sUiAJuyrWpcGouD8y9/HLgGbNRjIph7zU9D3hnPaisMl9zG9CgFi/biIg==", + "version": "1.55.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.55.1.tgz", + "integrity": "sha512-Z6Mh9mkwX+zxSlHqdr5AOcJnfp+xUWLCt9uKV18fhzA8eyxUd8NUWzAjxUh55RZKSYwDGX0cfaySdhZJGMoJ+w==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 7569439bb..cbb998eda 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "husky": "8.0.3", "jsdoc": "3.6.11", "json": "9.0.6", - "playwright-chromium": "1.55.0", + "playwright-chromium": "1.55.1", "scratch-render-fonts": "1.0.235", "scratch-semantic-release-config": "3.0.0", "scratch-storage": "4.0.241",