Skip to content

Commit

Permalink
fix(deps): bump playwright-chromium from 1.32.3 to 1.33.0
Browse files Browse the repository at this point in the history
Bumps [playwright-chromium](https://github.com/Microsoft/playwright) from 1.32.3 to 1.33.0.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.32.3...v1.33.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 28, 2023
1 parent dc7fe61 commit 25cc0ee
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 @@ -17,7 +17,7 @@
"is-docker": "^3.0.0",
"is-wsl": "^2.2.0",
"listr2": "^6.3.1",
"playwright-chromium": "^1.32.3",
"playwright-chromium": "^1.33.0",
"tabletojson": "^2.0.7",
"tslib": "^2.5.0"
},
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6299,17 +6299,17 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0:
dependencies:
find-up "^4.0.0"

playwright-chromium@^1.32.3:
version "1.32.3"
resolved "https://registry.yarnpkg.com/playwright-chromium/-/playwright-chromium-1.32.3.tgz#d6a5236500b5530e9168043be839d28d5c0e1d58"
integrity sha512-NhhXYl/6lH4JfiPlv0ZEkeQq/Kqj4vQGXf0AYs63kxqWMSc4jl69qtB4Yjd0j0iPZb38N5OItUiy8zunhh5wJg==
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==
dependencies:
playwright-core "1.32.3"
playwright-core "1.33.0"

playwright-core@1.32.3:
version "1.32.3"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.32.3.tgz#e6dc7db0b49e9b6c0b8073c4a2d789a96f519c48"
integrity sha512-SB+cdrnu74ZIn5Ogh/8278ngEh9NEEV0vR4sJFmK04h2iZpybfbqBY0bX6+BLYWVdV12JLLI+JEFtSnYgR+mWg==
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==

pluralize@^8.0.0:
version "8.0.0"
Expand Down

0 comments on commit 25cc0ee

Please sign in to comment.