diff --git a/package-lock.json b/package-lock.json index 8721cda38..9bf97032d 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.56.1", + "playwright-chromium": "1.57.0", "scratch-render-fonts": "1.0.252", "scratch-semantic-release-config": "3.0.0", "scratch-storage": "4.1.27", @@ -19084,14 +19084,14 @@ } }, "node_modules/playwright-chromium": { - "version": "1.56.1", - "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.56.1.tgz", - "integrity": "sha512-5TU+NMrofQg2j+DwIaQL/9eC84hs5YGz5Wng8OOdgq+kmu8usPLedxx2pJJ1Pb2TNFNiz3167RsUNFFvY3srNA==", + "version": "1.57.0", + "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.57.0.tgz", + "integrity": "sha512-GCVVTbmIDrZuBxWYoQ70rehRXMb3Q7ccENe63a+rGTWwypeVAgh/DD5o5QQ898oer5pdIv3vGINUlEkHtOZQEw==", "dev": true, "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.56.1" + "playwright-core": "1.57.0" }, "bin": { "playwright": "cli.js" @@ -19101,9 +19101,9 @@ } }, "node_modules/playwright-core": { - "version": "1.56.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.56.1.tgz", - "integrity": "sha512-hutraynyn31F+Bifme+Ps9Vq59hKuUCz7H1kDOcBs+2oGguKkWTU50bBWrtz34OUWmIwpBTWDxaRPXrIXkgvmQ==", + "version": "1.57.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.57.0.tgz", + "integrity": "sha512-agTcKlMw/mjBWOnD6kFZttAAGHgi/Nw0CZ2o6JqWSbMlI219lAFLZZCyqByTsvVAJq5XA5H8cA6PrvBRpBWEuQ==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 3920bff62..39cc38771 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.56.1", + "playwright-chromium": "1.57.0", "scratch-render-fonts": "1.0.252", "scratch-semantic-release-config": "3.0.0", "scratch-storage": "4.1.27",