Skip to content

Commit fff92cd

Browse files
chore(deps): bump puppeteer from 19.8.0 to 19.8.2 (DIYgod#12199)
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 19.8.0 to 19.8.2. - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json) - [Commits](puppeteer/puppeteer@puppeteer-v19.8.0...puppeteer-v19.8.2) --- updated-dependencies: - dependency-name: puppeteer 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>
1 parent a7c9154 commit fff92cd

File tree

2 files changed

+43
-28
lines changed

2 files changed

+43
-28
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"pidusage": "3.0.2",
132132
"plist": "3.0.6",
133133
"proxy-chain": "2.3.0",
134-
"puppeteer": "19.8.0",
134+
"puppeteer": "19.8.2",
135135
"puppeteer-extra": "3.3.6",
136136
"puppeteer-extra-plugin-stealth": "2.11.2",
137137
"query-string": "7.1.3",

yarn.lock

Lines changed: 42 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1574,6 +1574,20 @@
15741574
dependencies:
15751575
safe-buffer "^5.0.1"
15761576

1577+
"@puppeteer/browsers@0.3.1":
1578+
version "0.3.1"
1579+
resolved "https://registry.yarnpkg.com/@puppeteer/browsers/-/browsers-0.3.1.tgz#21d43c49f6f8bb5fa905b322d73c11fca9b515bd"
1580+
integrity sha512-WTFVqWY7ipI+CsJRb6vEddYJ/lMl2bHYP5BjFDBM9JMKPjJNT4psXz6DLuJpi3EkG80Q0ef5Azzv3gKu9MvMUg==
1581+
dependencies:
1582+
debug "4.3.4"
1583+
extract-zip "2.0.1"
1584+
https-proxy-agent "5.0.1"
1585+
progress "2.0.3"
1586+
proxy-from-env "1.1.0"
1587+
tar-fs "2.1.1"
1588+
unbzip2-stream "1.4.3"
1589+
yargs "17.7.1"
1590+
15771591
"@rollup/pluginutils@^4.0.0":
15781592
version "4.2.1"
15791593
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-4.2.1.tgz#e6c6c3aba0744edce3fb2074922d3776c0af2a6d"
@@ -3906,10 +3920,10 @@ chrome-trace-event@^1.0.2:
39063920
resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz#1015eced4741e15d06664a957dbbf50d041e26ac"
39073921
integrity sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==
39083922

3909-
chromium-bidi@0.4.5:
3910-
version "0.4.5"
3911-
resolved "https://registry.yarnpkg.com/chromium-bidi/-/chromium-bidi-0.4.5.tgz#a352e755536dde609bd2c77e4b1f0906bff8784e"
3912-
integrity sha512-rkav9YzRfAshSTG3wNXF7P7yNiI29QAo1xBXElPoCoSQR5n20q3cOyVhDv6S7+GlF/CJ/emUxlQiR0xOPurkGg==
3923+
chromium-bidi@0.4.6:
3924+
version "0.4.6"
3925+
resolved "https://registry.yarnpkg.com/chromium-bidi/-/chromium-bidi-0.4.6.tgz#a082151834083ed002624f12fa35e748817b2ee5"
3926+
integrity sha512-TQOkWRaLI/IWvoP8XC+7jO4uHTIiAUiklXU1T0qszlUFEai9LgKXIBXy3pOS3EnQZ3bQtMbKUPkug0fTAEHCSw==
39133927
dependencies:
39143928
mitt "3.0.0"
39153929

@@ -11323,12 +11337,12 @@ pupa@^2.0.1:
1132311337
dependencies:
1132411338
escape-goat "^2.0.0"
1132511339

11326-
puppeteer-core@19.8.0:
11327-
version "19.8.0"
11328-
resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-19.8.0.tgz#0152f652a64274f93f681b52ed03baf7de7905dd"
11329-
integrity sha512-5gBkLR9nae7chWDhI3mpj5QA+hPmjEOW29qw5ap5g51Uo5Lxe5Yip1uyQwZSjg5Wn/eyE9grh2Lyx3m8rPK90A==
11340+
puppeteer-core@19.8.1:
11341+
version "19.8.1"
11342+
resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-19.8.1.tgz#c592db9c524d418c91b9dd6d3f3dac00b9834901"
11343+
integrity sha512-7yPMzusYRvJ/laLaMFIQ01E9WakKkJJXLsMAymH6y5EKqYe5hhn68/SbvF+1YJMb843GftU7gT86Fw8y5jkn3w==
1133011344
dependencies:
11331-
chromium-bidi "0.4.5"
11345+
chromium-bidi "0.4.6"
1133211346
cross-fetch "3.1.5"
1133311347
debug "4.3.4"
1133411348
devtools-protocol "0.0.1107588"
@@ -11386,16 +11400,17 @@ puppeteer-extra@3.3.6:
1138611400
debug "^4.1.1"
1138711401
deepmerge "^4.2.2"
1138811402

11389-
puppeteer@19.8.0:
11390-
version "19.8.0"
11391-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-19.8.0.tgz#2d2225fb24ba6813cd31304d41c6b8340c9f3582"
11392-
integrity sha512-MpQClmttCUxv4bVokX/YSXLCU12CUApuRf0rIJyGknYcIrDQNkLUx1N7hNt88Ya4lq9VDsdiDEJ3bcPijqJYPQ==
11403+
puppeteer@19.8.2:
11404+
version "19.8.2"
11405+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-19.8.2.tgz#e8a3a9aa725b5d445f97454cf13ad9007709576b"
11406+
integrity sha512-LPdNVYMR6ddp4YS3GK1bqKsasCJj1aZjt9dNOKcnzKezuMoishlHY6bCnFLjTc34iqnGzIrJp07TQ9M+aML2+g==
1139311407
dependencies:
11408+
"@puppeteer/browsers" "0.3.1"
1139411409
cosmiconfig "8.1.3"
1139511410
https-proxy-agent "5.0.1"
1139611411
progress "2.0.3"
1139711412
proxy-from-env "1.1.0"
11398-
puppeteer-core "19.8.0"
11413+
puppeteer-core "19.8.1"
1139911414

1140011415
pure-rand@^6.0.0:
1140111416
version "6.0.1"
@@ -14530,6 +14545,19 @@ yargs-parser@^21.1.1:
1453014545
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"
1453114546
integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==
1453214547

14548+
yargs@17.7.1, yargs@^17.3.1:
14549+
version "17.7.1"
14550+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.1.tgz#34a77645201d1a8fc5213ace787c220eabbd0967"
14551+
integrity sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==
14552+
dependencies:
14553+
cliui "^8.0.1"
14554+
escalade "^3.1.1"
14555+
get-caller-file "^2.0.5"
14556+
require-directory "^2.1.1"
14557+
string-width "^4.2.3"
14558+
y18n "^5.0.5"
14559+
yargs-parser "^21.1.1"
14560+
1453314561
yargs@^13.3.2:
1453414562
version "13.3.2"
1453514563
resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz#ad7ffefec1aa59565ac915f82dccb38a9c31a2dd"
@@ -14546,19 +14574,6 @@ yargs@^13.3.2:
1454614574
y18n "^4.0.0"
1454714575
yargs-parser "^13.1.2"
1454814576

14549-
yargs@^17.3.1:
14550-
version "17.7.1"
14551-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.1.tgz#34a77645201d1a8fc5213ace787c220eabbd0967"
14552-
integrity sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==
14553-
dependencies:
14554-
cliui "^8.0.1"
14555-
escalade "^3.1.1"
14556-
get-caller-file "^2.0.5"
14557-
require-directory "^2.1.1"
14558-
string-width "^4.2.3"
14559-
y18n "^5.0.5"
14560-
yargs-parser "^21.1.1"
14561-
1456214577
yauzl@^2.10.0:
1456314578
version "2.10.0"
1456414579
resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz#c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9"

0 commit comments

Comments
 (0)