|
919 | 919 | resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.0.tgz#69a23a3ad29caf0097f06eda59b361ee2f0639f6"
|
920 | 920 | integrity sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY=
|
921 | 921 |
|
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": |
923 | 928 | version "14.0.22"
|
924 | 929 | resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.22.tgz#23ea4d88189cec7d58f9e6b66f786b215eb61bdc"
|
925 | 930 | integrity sha512-emeGcJvdiZ4Z3ohbmw93E/64jRzUHAItSHt8nF7M4TGgQTiWqFVGB8KNpLGFmUHmHLvjvBgFwVlqNcq+VuGv9g==
|
@@ -2298,6 +2303,11 @@ detect-newline@^3.0.0:
|
2298 | 2303 | resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
|
2299 | 2304 | integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
|
2300 | 2305 |
|
| 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 | + |
2301 | 2311 | dezalgo@^1.0.0, dezalgo@~1.0.3:
|
2302 | 2312 | version "1.0.3"
|
2303 | 2313 | resolved "https://registry.yarnpkg.com/dezalgo/-/dezalgo-1.0.3.tgz#7f742de066fc748bc8db820569dddce49bf0d456"
|
@@ -5329,11 +5339,6 @@ mississippi@^3.0.0:
|
5329 | 5339 | stream-each "^1.1.0"
|
5330 | 5340 | through2 "^2.0.0"
|
5331 | 5341 |
|
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 |
| - |
5337 | 5342 | mixin-deep@^1.2.0:
|
5338 | 5343 | version "1.3.2"
|
5339 | 5344 | 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:
|
6421 | 6426 | integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
|
6422 | 6427 |
|
6423 | 6428 | 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== |
6427 | 6432 | dependencies:
|
6428 | 6433 | debug "^4.1.0"
|
| 6434 | + devtools-protocol "0.0.781568" |
6429 | 6435 | extract-zip "^2.0.0"
|
6430 | 6436 | https-proxy-agent "^4.0.0"
|
6431 | 6437 | mime "^2.0.3"
|
6432 |
| - mitt "^2.0.1" |
6433 | 6438 | pkg-dir "^4.2.0"
|
6434 | 6439 | progress "^2.0.1"
|
6435 | 6440 | proxy-from-env "^1.0.0"
|
|
0 commit comments