From ea39ce31852ef7472b958a4fe1cc8e8397284f77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 21:43:45 +0000 Subject: [PATCH] chore(deps): update dependency playwright-chromium to v1.53.2 --- 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 684455e13..3d2651636 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.53.1", + "playwright-chromium": "1.53.2", "scratch-render-fonts": "1.0.209", "scratch-semantic-release-config": "3.0.0", "scratch-storage": "4.0.180", @@ -18842,14 +18842,14 @@ } }, "node_modules/playwright-chromium": { - "version": "1.53.1", - "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.53.1.tgz", - "integrity": "sha512-V+S/r4UkmVoF+ARC4YDnJF6fIsdIGMgyJ6daBdrODryU5qqWrM1M+5PP/jRX6u1yfwPfSNRwlYsat49duKsyMQ==", + "version": "1.53.2", + "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.53.2.tgz", + "integrity": "sha512-srR0AVmLltaDH6bkEdPlHrqOwtqHI7XkQNm1m20RZNYBIo3L83uv2ENX2SZyYNKtTcT6R//F5moFS7D5UoMINw==", "dev": true, "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.53.1" + "playwright-core": "1.53.2" }, "bin": { "playwright": "cli.js" @@ -18859,9 +18859,9 @@ } }, "node_modules/playwright-core": { - "version": "1.53.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.53.1.tgz", - "integrity": "sha512-Z46Oq7tLAyT0lGoFx4DOuB1IA9D1TPj0QkYxpPVUnGDqHHvDpCftu1J2hM2PiWsNMoZh8+LQaarAWcDfPBc6zg==", + "version": "1.53.2", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.53.2.tgz", + "integrity": "sha512-ox/OytMy+2w1jcYEYlOo1Hhp8hZkLCximMTUTMBXjGUA1KoFfiSZ+DU+3a739jsPY0yoKH2TFy9S2fsJas8yAw==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index df90b2e74..93f1170d9 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.53.1", + "playwright-chromium": "1.53.2", "scratch-render-fonts": "1.0.209", "scratch-semantic-release-config": "3.0.0", "scratch-storage": "4.0.180",