Skip to content

Commit

Permalink
fix(deps): bump playwright-chromium from 1.42.1 to 1.43.0
Browse files Browse the repository at this point in the history
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](microsoft/playwright@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 5, 2024
1 parent a795660 commit 5f3d48d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5f3d48d

Please sign in to comment.