From 44f701b70cbc8a2cda54972487bd66d074891e33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 16:27:56 +0000 Subject: [PATCH] chore(deps): update dependency playwright-chromium to v1.54.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 e64e3eb2f..9d78e96af 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.54.0", + "playwright-chromium": "1.54.1", "scratch-render-fonts": "1.0.213", "scratch-semantic-release-config": "3.0.0", "scratch-storage": "4.0.187", @@ -18873,14 +18873,14 @@ } }, "node_modules/playwright-chromium": { - "version": "1.54.0", - "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.54.0.tgz", - "integrity": "sha512-KLGbNmx+h1jeKTjNXe3ixokdDwkysrVpBH5RazGTVVhV4YQP+dd6lm/21MypK3oMg7ckEPbU22QUMp3XxvYI+g==", + "version": "1.54.1", + "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.54.1.tgz", + "integrity": "sha512-1tOND4/hyQsYng5NLkLm+Ntew+CWBsvVZCcEZ0wafF5BAd9DBQHAT9SO95+QFk5iL5IBEdB6vFdsHf9Ma72vzQ==", "dev": true, "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.54.0" + "playwright-core": "1.54.1" }, "bin": { "playwright": "cli.js" @@ -18890,9 +18890,9 @@ } }, "node_modules/playwright-core": { - "version": "1.54.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.54.0.tgz", - "integrity": "sha512-uiWpWaJh3R3etpJ0QrpligEMl62Dk1iSAB6NUXylvmQz+e3eipXHDHvOvydDAssb5Oqo0E818qdn0L9GcJSTyA==", + "version": "1.54.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.54.1.tgz", + "integrity": "sha512-Nbjs2zjj0htNhzgiy5wu+3w09YetDx5pkrpI/kZotDlDUaYk0HVA5xrBVPdow4SAUIlhgKcJeJg4GRKW6xHusA==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 9286fd571..78f509c8a 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.54.0", + "playwright-chromium": "1.54.1", "scratch-render-fonts": "1.0.213", "scratch-semantic-release-config": "3.0.0", "scratch-storage": "4.0.187",