Skip to content

Commit

Permalink
chore(deps): update devdependency playwright to ^1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 1, 2022
1 parent c9880dc commit e129506
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 @@ -81,7 +81,7 @@
"lodash.get": "^4.4.2",
"nuxt": "^2.15.8",
"oidc-provider": "^7.10.6",
"playwright": "^1.20.1",
"playwright": "^1.20.2",
"prettier": "^2.6.1",
"siroc": "^0.16.0",
"standard-version": "^9.3.2",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9512,10 +9512,10 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0:
dependencies:
find-up "^4.0.0"

playwright-core@1.20.1:
version "1.20.1"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.20.1.tgz#2d892964dd3ddc93f6e185be4b59621f3a339d4c"
integrity sha512-A8ZsZ09gaSbxP0UijoLyzp3LJc0kWMxDooLPi+mm4/5iYnTbd6PF5nKjoFw1a7KwjZIEgdhJduah4BcUIh+IPA==
playwright-core@1.20.2:
version "1.20.2"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.20.2.tgz#02336afd9a631d59a666f11f3492550201c6c31b"
integrity sha512-iV6+HftSPalynkq0CYJala1vaTOq7+gU9BRfKCdM9bAxNq/lFLrwbluug2Wt5OoUwbMABcnTThIEm3/qUhCdJQ==
dependencies:
colors "1.4.0"
commander "8.3.0"
Expand All @@ -9536,12 +9536,12 @@ playwright-core@1.20.1:
yauzl "2.10.0"
yazl "2.5.1"

playwright@^1.20.1:
version "1.20.1"
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.20.1.tgz#2796c7d4de10afd39d2ca741a754565291803d4d"
integrity sha512-d/25SFUk6Rkt3h+RU13T7h6o0UTCLKXKYJILWVlC+NmrE7Tvn3LlXxoREfFXVNFikRZWTV60WBCZKgNbj7RfrA==
playwright@^1.20.2:
version "1.20.2"
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.20.2.tgz#6ca52e102e19bc44be69a2d517b73c97858aabf4"
integrity sha512-p6GE8A/f2G7t8FIk/AwQ94nT7R7tyPRJyKt1FwRjwBDf4WdpgoAr4hDfMgHy+CkClR22adFjopGwhxXAPsewhg==
dependencies:
playwright-core "1.20.1"
playwright-core "1.20.2"

pluralize@^8.0.0:
version "8.0.0"
Expand Down

0 comments on commit e129506

Please sign in to comment.