From 8a898f83c07e1f86b1e8245eaee7790bccd44f7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 13:40:09 +0000 Subject: [PATCH] build(deps-dev): update playwright monorepo to ^1.48.0 --- package-lock.json | 34 +++++++++++++++++----------------- package.json | 4 ++-- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5174a25a92..d1b0aad1d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@commitlint/cli": "^19.5.0", "@commitlint/config-conventional": "^19.5.0", "@commitlint/prompt-cli": "^19.5.0", - "@playwright/test": "^1.47.2", + "@playwright/test": "^1.48.0", "@types/debug": "^4.1.12", "@types/node": "^16.18.113", "@types/node-fetch": "^2.6.11", @@ -40,7 +40,7 @@ "lint-staged": "^15.2.10", "node-fetch": "^2.7.0", "parse-data-url": "^6.0.0", - "playwright-chromium": "^1.47.2", + "playwright-chromium": "^1.48.0", "prettier": "^3.3.3", "release-it": "^17.7.0", "shx": "^0.3.4", @@ -1006,13 +1006,13 @@ } }, "node_modules/@playwright/test": { - "version": "1.47.2", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.47.2.tgz", - "integrity": "sha512-jTXRsoSPONAs8Za9QEQdyjFn+0ZQFjCiIztAIF6bi1HqhBzG9Ma7g1WotyiGqFSBRZjIEqMdT8RUlbk1QVhzCQ==", + "version": "1.48.0", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.48.0.tgz", + "integrity": "sha512-W5lhqPUVPqhtc/ySvZI5Q8X2ztBOUgZ8LbAFy0JQgrXZs2xaILrUcNO3rQjwbLPfGK13+rZsDa1FpG+tqYkT5w==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright": "1.47.2" + "playwright": "1.48.0" }, "bin": { "playwright": "cli.js" @@ -8022,13 +8022,13 @@ } }, "node_modules/playwright": { - "version": "1.47.2", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.47.2.tgz", - "integrity": "sha512-nx1cLMmQWqmA3UsnjaaokyoUpdVaaDhJhMoxX2qj3McpjnsqFHs516QAKYhqHAgOP+oCFTEOCOAaD1RgD/RQfA==", + "version": "1.48.0", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.48.0.tgz", + "integrity": "sha512-qPqFaMEHuY/ug8o0uteYJSRfMGFikhUysk8ZvAtfKmUK3kc/6oNl/y3EczF8OFGYIi/Ex2HspMfzYArk6+XQSA==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.47.2" + "playwright-core": "1.48.0" }, "bin": { "playwright": "cli.js" @@ -8041,14 +8041,14 @@ } }, "node_modules/playwright-chromium": { - "version": "1.47.2", - "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.47.2.tgz", - "integrity": "sha512-vznuubrx3+C50JYMKbqfJOaHhr3dcxxzudvvYoKVA7FoJVFx4wzwCSbguitzUc5ppmsyyMMGMmD21br9CZlvMg==", + "version": "1.48.0", + "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.48.0.tgz", + "integrity": "sha512-jPFKhB4+zGEcAwc+h1mTLa8L08Rb+FwGKFqd/o7mWSGyxAtwBu5R4QxSG/a8KcHbewOj4DLBUVVK2N/uKrYmiQ==", "dev": true, "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.47.2" + "playwright-core": "1.48.0" }, "bin": { "playwright": "cli.js" @@ -8058,9 +8058,9 @@ } }, "node_modules/playwright-core": { - "version": "1.47.2", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.47.2.tgz", - "integrity": "sha512-3JvMfF+9LJfe16l7AbSmU555PaTl2tPyQsVInqm3id16pdDfvZ8TTZ/pyzmkbDrZTQefyzU7AIHlZqQnxpqHVQ==", + "version": "1.48.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.48.0.tgz", + "integrity": "sha512-RBvzjM9rdpP7UUFrQzRwR8L/xR4HyC1QXMzGYTbf1vjw25/ya9NRAVnXi/0fvFopjebvyPzsmoK58xxeEOaVvA==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 00ca33df7d..2a3df944a8 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@commitlint/cli": "^19.5.0", "@commitlint/config-conventional": "^19.5.0", "@commitlint/prompt-cli": "^19.5.0", - "@playwright/test": "^1.47.2", + "@playwright/test": "^1.48.0", "@types/debug": "^4.1.12", "@types/node": "^16.18.113", "@types/node-fetch": "^2.6.11", @@ -73,7 +73,7 @@ "lint-staged": "^15.2.10", "node-fetch": "^2.7.0", "parse-data-url": "^6.0.0", - "playwright-chromium": "^1.47.2", + "playwright-chromium": "^1.48.0", "prettier": "^3.3.3", "release-it": "^17.7.0", "shx": "^0.3.4",