Skip to content

Commit

Permalink
fix(deps): bump playwright-chromium from 1.40.1 to 1.41.0 (#422)
Browse files Browse the repository at this point in the history
Bumps [playwright-chromium](https://github.com/microsoft/playwright) from 1.40.1 to 1.41.0.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.40.1...v1.41.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 19, 2024
1 parent 8c475f6 commit 2f05b85
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 @@ -20,7 +20,7 @@
"is-wsl": "^3.1.0",
"listr2": "^8.0.1",
"log-update": "^6.0.0",
"playwright-chromium": "^1.40.1",
"playwright-chromium": "^1.41.0",
"tabletojson": "4.1.0",
"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 @@ -7672,17 +7672,17 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0:
dependencies:
find-up "^4.0.0"

playwright-chromium@^1.40.1:
version "1.40.1"
resolved "https://registry.yarnpkg.com/playwright-chromium/-/playwright-chromium-1.40.1.tgz#243060b5c2a9a1edc46c72fdf8fe08ae8ea7f7ef"
integrity sha512-3atylP47OCTBW0siGI7LOEG/XKL/vnrFH8xdr4uaTnqMsc0Xq4gOLk2gGwniPJ76LSc++9ASc0w/nfqtLAmm3A==
playwright-chromium@^1.41.0:
version "1.41.0"
resolved "https://registry.yarnpkg.com/playwright-chromium/-/playwright-chromium-1.41.0.tgz#041470907d1109f3efa7327f4725621ad5618c05"
integrity sha512-8mg2Yqp4LUSQgAqoP0PA7rhVc8glazce4TLyyRCgydfcebO1ur9AMWUSAoalJtisciXuldsQuNfTGggC7eu7ig==
dependencies:
playwright-core "1.40.1"
playwright-core "1.41.0"

playwright-core@1.40.1:
version "1.40.1"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.40.1.tgz#442d15e86866a87d90d07af528e0afabe4c75c05"
integrity sha512-+hkOycxPiV534c4HhpfX6yrlawqVUzITRKwHAmYfmsVreltEl6fAZJ3DPfLMOODw0H3s1Itd6MDCWmP1fl/QvQ==
playwright-core@1.41.0:
version "1.41.0"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.41.0.tgz#dbda9c3948df28a8deae76cc90b424e47174f9d7"
integrity sha512-UGKASUhXmvqm2Lxa1fNr8sFwAtqjpgBRr9jQ7XBI8Rn5uFiEowGUGwrruUQsVPIom4bk7Lt+oLGpXobnXzrBIw==

pluralize@^8.0.0:
version "8.0.0"
Expand Down

0 comments on commit 2f05b85

Please sign in to comment.