Skip to content

Commit

Permalink
fix(deps): bump playwright-chromium from 1.46.0 to 1.46.1 (#703)
Browse files Browse the repository at this point in the history
Bumps [playwright-chromium](https://github.com/microsoft/playwright) from 1.46.0 to 1.46.1.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.46.0...v1.46.1)

---
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 Aug 23, 2024
1 parent 728221e commit 6dad682
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.46.0",
"playwright-chromium": "^1.46.1",
"tabletojson": "4.1.4",
"tslib": "^2.6.3",
"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 @@ -7326,17 +7326,17 @@ pkg-dir@^4.1.0:
dependencies:
find-up "^4.0.0"

playwright-chromium@^1.46.0:
version "1.46.0"
resolved "https://registry.yarnpkg.com/playwright-chromium/-/playwright-chromium-1.46.0.tgz#f24228fec92b380ccc8f5f365b897e9d88b612f6"
integrity sha512-UTHYZsr49XFYRQkpCfaHxL63vfu6uThxR1DrNwnU6qik/OworFcugTOJMWFMoop3QP+ThU8laAMumauLdLZXCQ==
playwright-chromium@^1.46.1:
version "1.46.1"
resolved "https://registry.yarnpkg.com/playwright-chromium/-/playwright-chromium-1.46.1.tgz#d0c2514d47e41cc59726b44880a9c1322a5779fa"
integrity sha512-WuNzXHHWaIqnq66Zkg1gu6LGkJ13HsSBkHBXiHKDfPfzAv8stIyNBHJiDqFLFaM5wSl+LSbPbLMlhCicaBg4oA==
dependencies:
playwright-core "1.46.0"
playwright-core "1.46.1"

playwright-core@1.46.0:
version "1.46.0"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.46.0.tgz#2336ac453a943abf0dc95a76c117f9d3ebd390eb"
integrity sha512-9Y/d5UIwuJk8t3+lhmMSAJyNP1BUC/DqP3cQJDQQL/oWqAiuPTLgy7Q5dzglmTLwcBRdetzgNM/gni7ckfTr6A==
playwright-core@1.46.1:
version "1.46.1"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.46.1.tgz#28f3ab35312135dda75b0c92a3e5c0e7edb9cc8b"
integrity sha512-h9LqIQaAv+CYvWzsZ+h3RsrqCStkBHlgo6/TJlFst3cOTlLghBQlJwPOZKQJTKNaD3QIB7aAVQ+gfWbN3NXB7A==

pluralize@^8.0.0:
version "8.0.0"
Expand Down

0 comments on commit 6dad682

Please sign in to comment.