Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: playwright-chromium
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 26, 2023
1 parent 55a2981 commit bac33f5
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.34.1",
"playwright-chromium": "^1.34.3",
"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 @@ -6506,17 +6506,17 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0:
dependencies:
find-up "^4.0.0"

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==
playwright-chromium@^1.34.3:
version "1.34.3"
resolved "https://registry.yarnpkg.com/playwright-chromium/-/playwright-chromium-1.34.3.tgz#0771f426c6dca52f7561c342fd380415261fb855"
integrity sha512-iAvJ7Ab72vRGMab+j2UEqD4xhHf6CzGGntTHeeApsHD/qVDmQUgSE2iKmVeZsNyXMyqrcx83fGsohfq1va01og==
dependencies:
playwright-core "1.34.1"
playwright-core "1.34.3"

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==
playwright-core@1.34.3:
version "1.34.3"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.34.3.tgz#bc906ea1b26bb66116ce329436ee59ba2e78fe9f"
integrity sha512-2pWd6G7OHKemc5x1r1rp8aQcpvDh7goMBZlJv6Co5vCNLVcQJdhxRL09SGaY6HcyHH9aT4tiynZabMofVasBYw==

pluralize@^8.0.0:
version "8.0.0"
Expand Down

0 comments on commit bac33f5

Please sign in to comment.