Skip to content

Commit

Permalink
fix(deps): bump playwright-chromium from 1.33.0 to 1.34.1 (#37)
Browse files Browse the repository at this point in the history
Bumps [playwright-chromium](https://github.com/Microsoft/playwright) from 1.33.0 to 1.34.1.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.33.0...v1.34.1)

---
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 May 23, 2023
1 parent 5519137 commit 0d65e31
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 @@ -16,7 +16,7 @@
"is-docker": "^3.0.0",
"is-wsl": "^2.2.0",
"listr2": "^6.6.0",
"playwright-chromium": "^1.33.0",
"playwright-chromium": "^1.34.1",
"tabletojson": "^2.0.7",
"tslib": "^2.5.2"
},
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6492,17 +6492,17 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0:
dependencies:
find-up "^4.0.0"

playwright-chromium@^1.33.0:
version "1.33.0"
resolved "https://registry.yarnpkg.com/playwright-chromium/-/playwright-chromium-1.33.0.tgz#27b0c53e172765bdc3c93fde3a5471d13f1cd869"
integrity sha512-aG2IqRp7Q6vRltZFT+N2stWwDUH2fEUTOTv8RxSKMK5QmIQQoNL9nJvNMIJ3yLuin8+coaa3mhJXjjUheo0+/A==
playwright-chromium@^1.34.1:
version "1.34.1"
resolved "https://registry.yarnpkg.com/playwright-chromium/-/playwright-chromium-1.34.1.tgz#0d92ef10c02a48b61728fae8d8053b62857d76fa"
integrity sha512-IgRyf+UvBXcByjQszSgt87cBalr0pRWDcSWLvN/Kb80UudsffipJEieHmKB6N7ahfU/mYh5T8RELkNgQgGQiCw==
dependencies:
playwright-core "1.33.0"
playwright-core "1.34.1"

playwright-core@1.33.0:
version "1.33.0"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.33.0.tgz#269efe29a927cd6d144d05f3c2d2f72bd72447a1"
integrity sha512-aizyPE1Cj62vAECdph1iaMILpT0WUDCq3E6rW6I+dleSbBoGbktvJtzS6VHkZ4DKNEOG9qJpiom/ZxO+S15LAw==
playwright-core@1.34.1:
version "1.34.1"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.34.1.tgz#e0af750c0fa684adf2a1d34a69b7b25f1ee1ffdb"
integrity sha512-4Y5hGLoSrnB/BXj2NFKBNWP/bI9uVejTVbso1ZBtkKZ+O2KiVIeCJ3R4c7Cf2PbP7htjLolHXY+mImt2IWOlEg==

pluralize@^8.0.0:
version "8.0.0"
Expand Down

0 comments on commit 0d65e31

Please sign in to comment.