Skip to content

Commit

Permalink
fix(deps): bump playwright-chromium from 1.47.1 to 1.47.2 (#743)
Browse files Browse the repository at this point in the history
Bumps [playwright-chromium](https://github.com/microsoft/playwright) from 1.47.1 to 1.47.2.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.47.1...v1.47.2)

---
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] committed Sep 27, 2024
1 parent 18e6567 commit c81dcb6
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 @@ -24,7 +24,7 @@
"is-wsl": "^3.1.0",
"listr2": "^8.2.4",
"log-update": "^6.0.0",
"playwright-chromium": "^1.47.1",
"playwright-chromium": "^1.47.2",
"tabletojson": "4.1.4",
"tslib": "^2.7.0",
"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 @@ -7420,17 +7420,17 @@ pkg-dir@^4.1.0:
dependencies:
find-up "^4.0.0"

playwright-chromium@^1.47.1:
version "1.47.1"
resolved "https://registry.yarnpkg.com/playwright-chromium/-/playwright-chromium-1.47.1.tgz#cec534a66141667912cfd568b61d30fd8b3cd4e5"
integrity sha512-8YVyj98eWrl13X3JXFcdVCpJ0HPCYG1bDrNY/2n7z4st8k/Mf0V9XCafSEDPC80ZD7roirhIyyyPcSLOGj/Q2g==
playwright-chromium@^1.47.2:
version "1.47.2"
resolved "https://registry.yarnpkg.com/playwright-chromium/-/playwright-chromium-1.47.2.tgz#c441712c82c619f1a36cdf7d1818d06b4c88b52c"
integrity sha512-vznuubrx3+C50JYMKbqfJOaHhr3dcxxzudvvYoKVA7FoJVFx4wzwCSbguitzUc5ppmsyyMMGMmD21br9CZlvMg==
dependencies:
playwright-core "1.47.1"
playwright-core "1.47.2"

playwright-core@1.47.1:
version "1.47.1"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.47.1.tgz#bb45bdfb0d48412c535501aa3805867282857df8"
integrity sha512-i1iyJdLftqtt51mEk6AhYFaAJCDx0xQ/O5NU8EKaWFgMjItPVma542Nh/Aq8aLCjIJSzjaiEQGW/nyqLkGF1OQ==
playwright-core@1.47.2:
version "1.47.2"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.47.2.tgz#7858da9377fa32a08be46ba47d7523dbd9460a4e"
integrity sha512-3JvMfF+9LJfe16l7AbSmU555PaTl2tPyQsVInqm3id16pdDfvZ8TTZ/pyzmkbDrZTQefyzU7AIHlZqQnxpqHVQ==

pluralize@^8.0.0:
version "8.0.0"
Expand Down

0 comments on commit c81dcb6

Please sign in to comment.