Skip to content

Commit

Permalink
build(deps-dev): update playwright to ^1.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and latipun7 committed Nov 9, 2021
1 parent f88f67a commit 39e93a2
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"lint-staged": "^11.2.6",
"mini-css-extract-plugin": "^1.6.2",
"msw": "^0.35.0",
"playwright": "^1.14.1",
"playwright": "^1.16.3",
"postcss": "^8.3.11",
"postcss-loader": "^6.1.1",
"postcss-preset-env": "^6.7.0",
Expand Down
48 changes: 36 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4519,7 +4519,7 @@ __metadata:
mini-css-extract-plugin: ^1.6.2
msw: ^0.35.0
navigo: ^8.11.1
playwright: ^1.14.1
playwright: ^1.16.3
postcss: ^8.3.11
postcss-loader: ^6.1.1
postcss-preset-env: ^6.7.0
Expand Down Expand Up @@ -13105,11 +13105,11 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"playwright-core@npm:>=1.2.0":
version: 1.12.2
resolution: "playwright-core@npm:1.12.2"
"playwright-core@npm:=1.16.3":
version: 1.16.3
resolution: "playwright-core@npm:1.16.3"
dependencies:
commander: ^6.1.0
commander: ^8.2.0
debug: ^4.1.1
extract-zip: ^2.0.1
https-proxy-agent: ^5.0.0
Expand All @@ -13120,18 +13120,20 @@ fsevents@^1.2.7:
proper-lockfile: ^4.1.1
proxy-from-env: ^1.1.0
rimraf: ^3.0.2
socks-proxy-agent: ^6.1.0
stack-utils: ^2.0.3
ws: ^7.4.6
yauzl: ^2.10.0
yazl: ^2.5.1
bin:
playwright: lib/cli/cli.js
checksum: 603a1351bed8b9562ab8356ab00d13c5ab3ca7e2b29c147d95d567c8fca1bb7d01ed2661bfc10ff7a79a2e6b4fa30f926b2a4cb867144bc6a7b9a1dfc8c500b1
playwright: cli.js
checksum: b37e5abadb22096f84515fa9307587747a65c2b465b10b0688ae228aff5537eb5faa88ee9d1cd1225ff9270747b6c9b72a76a008cfb670b8df939b078f3d29b9
languageName: node
linkType: hard

"playwright@npm:^1.14.1":
version: 1.14.1
resolution: "playwright@npm:1.14.1"
"playwright-core@npm:>=1.2.0":
version: 1.12.2
resolution: "playwright-core@npm:1.12.2"
dependencies:
commander: ^6.1.0
debug: ^4.1.1
Expand All @@ -13149,7 +13151,18 @@ fsevents@^1.2.7:
yazl: ^2.5.1
bin:
playwright: lib/cli/cli.js
checksum: fbf0cd58f3d9eed01c2b5332bf388c89474494bff9027191baf27be2d0dba74af0c506b666ddab356e2f697c3df9ce158969d0b335be352a41710ce07db88b20
checksum: 603a1351bed8b9562ab8356ab00d13c5ab3ca7e2b29c147d95d567c8fca1bb7d01ed2661bfc10ff7a79a2e6b4fa30f926b2a4cb867144bc6a7b9a1dfc8c500b1
languageName: node
linkType: hard

"playwright@npm:^1.16.3":
version: 1.16.3
resolution: "playwright@npm:1.16.3"
dependencies:
playwright-core: =1.16.3
bin:
playwright: cli.js
checksum: c1fe9255e3023195ca94c7a693b8816f9f13ce5901599806ac161df8da193f2bbb016fa452c8f750602845e7ce517129ea639feae0ea182d0ec77e4cb6fc9030
languageName: node
linkType: hard

Expand Down Expand Up @@ -15563,7 +15576,18 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"socks@npm:^2.3.3":
"socks-proxy-agent@npm:^6.1.0":
version: 6.1.0
resolution: "socks-proxy-agent@npm:6.1.0"
dependencies:
agent-base: ^6.0.2
debug: ^4.3.1
socks: ^2.6.1
checksum: 32ea0d62c848b5c246955e8d6c34832fe6cd8c5f3b66f5ace3a9bd7387bafae3e67d96474d41291723ba7135e2da46d65e008a8a35a793dfa5cb0f4ac05429df
languageName: node
linkType: hard

"socks@npm:^2.3.3, socks@npm:^2.6.1":
version: 2.6.1
resolution: "socks@npm:2.6.1"
dependencies:
Expand Down

0 comments on commit 39e93a2

Please sign in to comment.