From 50699724aabd8f2863d7a40ab23fc931dc1b0bd1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 21:56:47 +0000 Subject: [PATCH] chore(deps): update dependency playwright-chromium to v1.46.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 25412344f..56a026ad4 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.46.0", + "playwright-chromium": "1.46.1", "scratch-render-fonts": "1.0.87", "scratch-semantic-release-config": "1.0.14", "scratch-storage": "2.3.218", @@ -20902,14 +20902,14 @@ } }, "node_modules/playwright-chromium": { - "version": "1.46.0", - "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.46.0.tgz", - "integrity": "sha512-UTHYZsr49XFYRQkpCfaHxL63vfu6uThxR1DrNwnU6qik/OworFcugTOJMWFMoop3QP+ThU8laAMumauLdLZXCQ==", + "version": "1.46.1", + "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.46.1.tgz", + "integrity": "sha512-WuNzXHHWaIqnq66Zkg1gu6LGkJ13HsSBkHBXiHKDfPfzAv8stIyNBHJiDqFLFaM5wSl+LSbPbLMlhCicaBg4oA==", "dev": true, "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.46.0" + "playwright-core": "1.46.1" }, "bin": { "playwright": "cli.js" @@ -20919,9 +20919,9 @@ } }, "node_modules/playwright-core": { - "version": "1.46.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.46.0.tgz", - "integrity": "sha512-9Y/d5UIwuJk8t3+lhmMSAJyNP1BUC/DqP3cQJDQQL/oWqAiuPTLgy7Q5dzglmTLwcBRdetzgNM/gni7ckfTr6A==", + "version": "1.46.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.46.1.tgz", + "integrity": "sha512-h9LqIQaAv+CYvWzsZ+h3RsrqCStkBHlgo6/TJlFst3cOTlLghBQlJwPOZKQJTKNaD3QIB7aAVQ+gfWbN3NXB7A==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index a85ab5d77..fdd775b4e 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.46.0", + "playwright-chromium": "1.46.1", "scratch-render-fonts": "1.0.87", "scratch-semantic-release-config": "1.0.14", "scratch-storage": "2.3.218",