Skip to content

Commit

Permalink
fix(deps): update dependency puppeteer to v15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 1, 2022
1 parent 580ecd5 commit 65c330a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -129,7 +129,7 @@
"postcss-value-parser": "4.2.0",
"pptr-testing-library": "0.7.0",
"prettier": "2.7.1",
"puppeteer": "13.7.0",
"puppeteer": "15.3.0",
"qs": "6.10.5",
"rcfile": "1.0.3",
"react": "17.0.2",
Expand Down
45 changes: 30 additions & 15 deletions yarn.lock
Expand Up @@ -9945,10 +9945,10 @@ __metadata:
languageName: node
linkType: hard

"devtools-protocol@npm:0.0.981744":
version: 0.0.981744
resolution: "devtools-protocol@npm:0.0.981744"
checksum: 609901bff551f5fbe98e272bdda7269de527e28fab138de371ffd7e9a06fa68ca2eec2e961bd1cd6fd98223ccee562c55b7ce3235d4e37cc8d85d6681bc45593
"devtools-protocol@npm:0.0.1011705":
version: 0.0.1011705
resolution: "devtools-protocol@npm:0.0.1011705"
checksum: 2e97d2eda45bbdfd549b3e2fdb441b8803387cacebdb7eb186bd06a24beb65cda116ea0163b6895da2edb7ac85ce8602bb4e961c99849ff3a43eab24fb70b300
languageName: node
linkType: hard

Expand Down Expand Up @@ -16866,13 +16866,13 @@ __metadata:
languageName: node
linkType: hard

"puppeteer@npm:13.7.0":
version: 13.7.0
resolution: "puppeteer@npm:13.7.0"
"puppeteer@npm:15.3.0":
version: 15.3.0
resolution: "puppeteer@npm:15.3.0"
dependencies:
cross-fetch: 3.1.5
debug: 4.3.4
devtools-protocol: 0.0.981744
devtools-protocol: 0.0.1011705
extract-zip: 2.0.1
https-proxy-agent: 5.0.1
pkg-dir: 4.2.0
Expand All @@ -16881,8 +16881,8 @@ __metadata:
rimraf: 3.0.2
tar-fs: 2.1.1
unbzip2-stream: 1.4.3
ws: 8.5.0
checksum: 4062b3ac3330e70d58095c1e0c5a46cada39a3fc5608e0e0e204448a400aef4d785a3b21d9e7733b2b2dc8cf686a476abf016f05d2e9108b3753dd41d62b9d1c
ws: 8.8.0
checksum: 69881dcdb5f81e7335b5ee3333326339e71cb4487646b690fa5da4f2c3542197f0d22178720704eb36a4f4d159ddc6eee92cb409d739352591aa3bd7cc253681
languageName: node
linkType: hard

Expand Down Expand Up @@ -19752,7 +19752,7 @@ __metadata:
postcss-value-parser: 4.2.0
pptr-testing-library: 0.7.0
prettier: 2.7.1
puppeteer: 13.7.0
puppeteer: 15.3.0
qs: 6.10.5
rcfile: 1.0.3
react: 17.0.2
Expand Down Expand Up @@ -20594,9 +20594,9 @@ __metadata:
languageName: node
linkType: hard

"ws@npm:8.5.0, ws@npm:^8.0.0":
version: 8.5.0
resolution: "ws@npm:8.5.0"
"ws@npm:8.8.0":
version: 8.8.0
resolution: "ws@npm:8.8.0"
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ^5.0.2
Expand All @@ -20605,7 +20605,7 @@ __metadata:
optional: true
utf-8-validate:
optional: true
checksum: 76f2f90e40344bf18fd544194e7067812fb1372b2a37865678d8f12afe4b478ff2ebc0c7c0aff82cd5e6b66fc43d889eec0f1865c2365d8f7a66d92da7744a77
checksum: 6ceed1ca1cb800ef60c7fc8346c7d5d73d73be754228eb958765abf5d714519338efa20ffe674167039486eb3a813aae5a497f8d319e16b4d96216a31df5bd95
languageName: node
linkType: hard

Expand All @@ -20624,6 +20624,21 @@ __metadata:
languageName: node
linkType: hard

"ws@npm:^8.0.0":
version: 8.5.0
resolution: "ws@npm:8.5.0"
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ^5.0.2
peerDependenciesMeta:
bufferutil:
optional: true
utf-8-validate:
optional: true
checksum: 76f2f90e40344bf18fd544194e7067812fb1372b2a37865678d8f12afe4b478ff2ebc0c7c0aff82cd5e6b66fc43d889eec0f1865c2365d8f7a66d92da7744a77
languageName: node
linkType: hard

"xml-name-validator@npm:^3.0.0":
version: 3.0.0
resolution: "xml-name-validator@npm:3.0.0"
Expand Down

0 comments on commit 65c330a

Please sign in to comment.