Skip to content

Commit 176049b

Browse files
fix(deps): update dependency puppeteer to v5.2.1 (#54)
Co-authored-by: Renovate Bot <[email protected]>
1 parent f12d576 commit 176049b

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

yarn.lock

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,12 @@
918918
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.0.tgz#69a23a3ad29caf0097f06eda59b361ee2f0639f6"
919919
integrity sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY=
920920

921-
"@types/node@*", "@types/node@>= 8":
921+
"@types/node@*":
922+
version "14.0.24"
923+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.24.tgz#b0f86f58564fa02a28b68f8b55d4cdec42e3b9d6"
924+
integrity sha512-btt/oNOiDWcSuI721MdL8VQGnjsKjlTMdrKyTcLCKeQp/n4AAMFJ961wMbp+09y8WuGPClDEv07RIItdXKIXAA==
925+
926+
"@types/node@>= 8":
922927
version "14.0.23"
923928
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.23.tgz#676fa0883450ed9da0bb24156213636290892806"
924929
integrity sha512-Z4U8yDAl5TFkmYsZdFPdjeMa57NOvnaf1tljHzhouaPEp7LCj2JKkejpI1ODviIAQuW4CcQmxkQ77rnLsOOoKw==
@@ -2289,10 +2294,10 @@ detect-newline@^3.0.0:
22892294
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
22902295
integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
22912296

2292-
2293-
version "0.0.767361"
2294-
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.767361.tgz#5977f2558b84f9df36f62501bdddb82f3ae7b66b"
2295-
integrity sha512-ziRTdhEVQ9jEwedaUaXZ7kl9w9TF/7A3SXQ0XuqrJB+hMS62POHZUWTbumDN2ehRTfvWqTPc2Jw4gUl/jggmHA==
2297+
2298+
version "0.0.781568"
2299+
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.781568.tgz#4cdca90a952d2c77831096ff6cd32695d8715a04"
2300+
integrity sha512-9Uqnzy6m6zEStluH9iyJ3iHyaQziFnMnLeC8vK0eN6smiJmIx7+yB64d67C2lH/LZra+5cGscJAJsNXO+MdPMg==
22962301

22972302
dezalgo@^1.0.0, dezalgo@~1.0.3:
22982303
version "1.0.3"
@@ -6412,12 +6417,12 @@ punycode@^2.1.0, punycode@^2.1.1:
64126417
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
64136418

64146419
puppeteer@^5.0.0:
6415-
version "5.2.0"
6416-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-5.2.0.tgz#c37bf605e6ec103428c872d820f30f2617bf38ad"
6417-
integrity sha512-Hru70mFT+dts5W3l1MVg46EfJiWE63qjmXlDvC2kkCeEzLgt6KrwEkDJcJKKzERTvy9xXhOvjyGNx36fd78mVQ==
6420+
version "5.2.1"
6421+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-5.2.1.tgz#7f0564f0a5384f352a38c8cc42af875cd87f4ea6"
6422+
integrity sha512-PZoZG7u+T6N1GFWBQmGVG162Ak5MAy8nYSVpeeQrwJK2oYUlDWpHEJPcd/zopyuEMTv7DiztS1blgny1txR2qw==
64186423
dependencies:
64196424
debug "^4.1.0"
6420-
devtools-protocol "0.0.767361"
6425+
devtools-protocol "0.0.781568"
64216426
extract-zip "^2.0.0"
64226427
https-proxy-agent "^4.0.0"
64236428
mime "^2.0.3"

0 commit comments

Comments
 (0)