From 294f59d545e86368ad57dd6eb5cd60d6d023227f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 04:22:04 +0000 Subject: [PATCH] fix(deps): bump playwright-chromium from 1.42.1 to 1.43.0 Bumps [playwright-chromium](https://github.com/microsoft/playwright) from 1.42.1 to 1.43.0. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.42.1...v1.43.0) --- updated-dependencies: - dependency-name: playwright-chromium dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index d7b989ea..636cb2ca 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "jsforce": "^2.0.0-beta.29", "listr2": "^8.2.1", "log-update": "^6.0.0", - "playwright-chromium": "^1.42.1", + "playwright-chromium": "^1.43.0", "tabletojson": "4.1.3", "tslib": "^2.6.1", "wrap-ansi": "^9.0.0" diff --git a/yarn.lock b/yarn.lock index 259605b7..d0d5f98e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6774,17 +6774,17 @@ pkg-dir@^4.1.0: dependencies: find-up "^4.0.0" -playwright-chromium@^1.42.1: - version "1.42.1" - resolved "https://registry.yarnpkg.com/playwright-chromium/-/playwright-chromium-1.42.1.tgz#fd29e7f441889e3abdb79b55286c118ea06182b3" - integrity sha512-VelpmKJ+3G3QlAFfA9JIuEYyU8b8vQrlIPY3tIaGv+adn7mem56SP04e+zMudcxisfOT3suQOSTD1qs6YErdDg== +playwright-chromium@^1.43.0: + version "1.43.0" + resolved "https://registry.yarnpkg.com/playwright-chromium/-/playwright-chromium-1.43.0.tgz#8194b794d994becc4f0a3a10db6e9318e071c0c4" + integrity sha512-WeytzaCdiSL7NfGr6Pix/LTrnVixo5apb0q3SjgDQ9xtLYq0QCB9WanzDj2GI7DCmPEIhdCpvC2MRAjuJUUZyA== dependencies: - playwright-core "1.42.1" + playwright-core "1.43.0" -playwright-core@1.42.1: - version "1.42.1" - resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.42.1.tgz#13c150b93c940a3280ab1d3fbc945bc855c9459e" - integrity sha512-mxz6zclokgrke9p1vtdy/COWBH+eOZgYUVVU34C73M+4j4HLlQJHtfcqiqqxpP0o8HhMkflvfbquLX5dg6wlfA== +playwright-core@1.43.0: + version "1.43.0" + resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.43.0.tgz#d8079acb653abebb0b63062e432479647a4e1271" + integrity sha512-iWFjyBUH97+pUFiyTqSLd8cDMMOS0r2ZYz2qEsPjH8/bX++sbIJT35MSwKnp1r/OQBAqC5XO99xFbJ9XClhf4w== pluralize@^8.0.0: version "8.0.0"