Skip to content

Commit 3f2a80a

Browse files
committed
fix(deps): update dependency puppeteer to v5.2.1
1 parent 300982e commit 3f2a80a

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

yarn.lock

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

922-
"@types/node@*", "@types/node@>= 8":
922+
"@types/node@*":
923+
version "14.0.24"
924+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.24.tgz#b0f86f58564fa02a28b68f8b55d4cdec42e3b9d6"
925+
integrity sha512-btt/oNOiDWcSuI721MdL8VQGnjsKjlTMdrKyTcLCKeQp/n4AAMFJ961wMbp+09y8WuGPClDEv07RIItdXKIXAA==
926+
927+
"@types/node@>= 8":
923928
version "14.0.22"
924929
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.22.tgz#23ea4d88189cec7d58f9e6b66f786b215eb61bdc"
925930
integrity sha512-emeGcJvdiZ4Z3ohbmw93E/64jRzUHAItSHt8nF7M4TGgQTiWqFVGB8KNpLGFmUHmHLvjvBgFwVlqNcq+VuGv9g==
@@ -2298,6 +2303,11 @@ detect-newline@^3.0.0:
22982303
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
22992304
integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
23002305

2306+
2307+
version "0.0.781568"
2308+
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.781568.tgz#4cdca90a952d2c77831096ff6cd32695d8715a04"
2309+
integrity sha512-9Uqnzy6m6zEStluH9iyJ3iHyaQziFnMnLeC8vK0eN6smiJmIx7+yB64d67C2lH/LZra+5cGscJAJsNXO+MdPMg==
2310+
23012311
dezalgo@^1.0.0, dezalgo@~1.0.3:
23022312
version "1.0.3"
23032313
resolved "https://registry.yarnpkg.com/dezalgo/-/dezalgo-1.0.3.tgz#7f742de066fc748bc8db820569dddce49bf0d456"
@@ -5329,11 +5339,6 @@ mississippi@^3.0.0:
53295339
stream-each "^1.1.0"
53305340
through2 "^2.0.0"
53315341

5332-
mitt@^2.0.1:
5333-
version "2.0.1"
5334-
resolved "https://registry.yarnpkg.com/mitt/-/mitt-2.0.1.tgz#9e8a075b4daae82dd91aac155a0ece40ca7cb393"
5335-
integrity sha512-FhuJY+tYHLnPcBHQhbUFzscD5512HumCPE4URXZUgPi3IvOJi4Xva5IIgy3xX56GqCmw++MAm5UURG6kDBYTdg==
5336-
53375342
mixin-deep@^1.2.0:
53385343
version "1.3.2"
53395344
resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566"
@@ -6421,15 +6426,15 @@ punycode@^2.1.0, punycode@^2.1.1:
64216426
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
64226427

64236428
puppeteer@^5.0.0:
6424-
version "5.0.0"
6425-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-5.0.0.tgz#7cf1b1a5c5b6ce5d7abe4d9c9f206d4c52e214ff"
6426-
integrity sha512-JnZcgRQnfowRSJoSHteKU7G9fP/YYGB/juPn8m4jNqtzvR0h8GOoFmdjTBesJFfzhYkPU1FosHXnBVUB++xgaA==
6429+
version "5.2.1"
6430+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-5.2.1.tgz#7f0564f0a5384f352a38c8cc42af875cd87f4ea6"
6431+
integrity sha512-PZoZG7u+T6N1GFWBQmGVG162Ak5MAy8nYSVpeeQrwJK2oYUlDWpHEJPcd/zopyuEMTv7DiztS1blgny1txR2qw==
64276432
dependencies:
64286433
debug "^4.1.0"
6434+
devtools-protocol "0.0.781568"
64296435
extract-zip "^2.0.0"
64306436
https-proxy-agent "^4.0.0"
64316437
mime "^2.0.3"
6432-
mitt "^2.0.1"
64336438
pkg-dir "^4.2.0"
64346439
progress "^2.0.1"
64356440
proxy-from-env "^1.0.0"

0 commit comments

Comments
 (0)