1616 esutils "^2.0.2"
1717 js-tokens "^3.0.0"
1818
19+ " @babel/runtime-corejs3@7.7.4 " :
20+ version "7.7.4"
21+ resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.7.4.tgz#f861adc1cecb9903dfd66ea97917f02ff8d79888"
22+ integrity sha512-BBIEhzk8McXDcB3IbOi8zQPzzINUp4zcLesVlBSOcyGhzPUU8Xezk5GAG7Sy5GVhGmAO0zGd2qRSeY2g4Obqxw==
23+ dependencies :
24+ core-js-pure "^3.0.0"
25+ regenerator-runtime "^0.13.2"
26+
27+ " @babel/runtime@7.7.4 " :
28+ version "7.7.4"
29+ resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.7.4.tgz#b23a856751e4bf099262f867767889c0e3fe175b"
30+ integrity sha512-r24eVUUr0QqNZa+qrImUk8fn5SPhHq+IfYvIoIMg0do3GdK9sMdiLKP3GYVVaxpPKORgm8KRKaNTEhAjgIpLMw==
31+ dependencies :
32+ regenerator-runtime "^0.13.2"
33+
1934" @types/jest@22.2.2 " :
2035 version "22.2.2"
2136 resolved "https://registry.yarnpkg.com/@types/jest/-/jest-22.2.2.tgz#afe5dacbd00d65325f52da0ed3e76e259629ac9d"
@@ -208,6 +223,11 @@ async-each@^1.0.0:
208223 version "1.0.1"
209224 resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.1.tgz#19d386a1d9edc6e7c1c85d388aedbcc56d33602d"
210225
226+ async-limiter@^1.0.0 :
227+ version "1.0.1"
228+ resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd"
229+ integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==
230+
211231async-limiter@~1.0.0 :
212232 version "1.0.0"
213233 resolved "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8"
@@ -374,7 +394,7 @@ babel-register@^6.26.0:
374394 mkdirp "^0.5.1"
375395 source-map-support "^0.4.15"
376396
377- babel-runtime@^6.11.6, babel-runtime@^6. 22.0, babel-runtime@^6.26.0, babel-runtime@^6.9.2 :
397+ babel-runtime@^6.22.0, babel-runtime@^6.26.0, babel-runtime@^6.9.2 :
378398 version "6.26.0"
379399 resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
380400 dependencies :
@@ -645,6 +665,11 @@ convert-source-map@^1.4.0, convert-source-map@^1.5.0:
645665 version "1.5.0"
646666 resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.5.0.tgz#9acd70851c6d5dfdd93d9282e5edf94a03ff46b5"
647667
668+ core-js-pure@^3.0.0 :
669+ version "3.39.0"
670+ resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.39.0.tgz#aa0d54d70a15bdc13e7c853db87c10abc30d68f3"
671+ integrity sha512-7fEcWwKI4rJinnK+wLTezeg2smbFFdSBP6E2kQZNbnzM2s1rpKQ6aaRteZSSg7FLU3P0HGGVo/gbpfanU36urg==
672+
648673core-js@^2.4.0, core-js@^2.5.0 :
649674 version "2.5.1"
650675 resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.1.tgz#ae6874dc66937789b80754ff5428df66819ca50b"
@@ -2448,13 +2473,16 @@ parse5@^1.5.1:
24482473 version "1.5.1"
24492474 resolved "https://registry.yarnpkg.com/parse5/-/parse5-1.5.1.tgz#9b7f3b0de32be78dc2401b17573ccaf0f6f59d94"
24502475
2451- parse@1.11.0 :
2452- version "1.11.0"
2453- resolved "https://registry.yarnpkg.com/parse/-/parse-1.11.0.tgz#65a255cafc217c3f8ca24a036a8dc968ef363a64"
2476+ parse@2.10.0 :
2477+ version "2.10.0"
2478+ resolved "https://registry.yarnpkg.com/parse/-/parse-2.10.0.tgz#7af2646885c01dcfb9bd434b6d3b5a1ef645b5ad"
2479+ integrity sha512-TBJCvQPachrcGGLbN8llN8tOr01VsKB6pxi3OWq3/C0bIHHdb2Bd+cgH4v5ZlRCrZt3MHVasGH4rvx7Klkp7Wg==
24542480 dependencies :
2455- babel-runtime "^6.11.6"
2456- ws "^3.3.1"
2457- xmlhttprequest "^1.7.0"
2481+ " @babel/runtime" " 7.7.4"
2482+ " @babel/runtime-corejs3" " 7.7.4"
2483+ uuid "3.3.3"
2484+ ws "7.2.0"
2485+ xmlhttprequest "1.8.0"
24582486
24592487path-exists@^2.0.0 :
24602488 version "2.1.0"
@@ -2665,6 +2693,11 @@ regenerator-runtime@^0.11.0:
26652693 version "0.11.0"
26662694 resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.0.tgz#7e54fe5b5ccd5d6624ea6255c3473be090b802e1"
26672695
2696+ regenerator-runtime@^0.13.2 :
2697+ version "0.13.11"
2698+ resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
2699+ integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==
2700+
26682701regex-cache@^0.4.2 :
26692702 version "0.4.4"
26702703 resolved "https://registry.yarnpkg.com/regex-cache/-/regex-cache-0.4.4.tgz#75bdc58a2a1496cec48a12835bc54c8d562336dd"
@@ -3275,10 +3308,6 @@ uid-number@^0.0.6:
32753308 version "0.0.6"
32763309 resolved "https://registry.yarnpkg.com/uid-number/-/uid-number-0.0.6.tgz#0ea10e8035e8eb5b8e4449f06da1c730663baa81"
32773310
3278- ultron@~1.1.0 :
3279- version "1.1.0"
3280- resolved "https://registry.yarnpkg.com/ultron/-/ultron-1.1.0.tgz#b07a2e6a541a815fc6a34ccd4533baec307ca864"
3281-
32823311universalify@^0.1.0 :
32833312 version "0.1.1"
32843313 resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.1.tgz#fa71badd4437af4c148841e3b3b165f9e9e590b7"
@@ -3294,6 +3323,11 @@ util.promisify@^1.0.0:
32943323 define-properties "^1.1.2"
32953324 object.getownpropertydescriptors "^2.0.3"
32963325
3326+ uuid@3.3.3 :
3327+ version "3.3.3"
3328+ resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.3.tgz#4568f0216e78760ee1dbf3a4d2cf53e224112866"
3329+ integrity sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==
3330+
32973331uuid@^3.0.0, uuid@^3.1.0 :
32983332 version "3.1.0"
32993333 resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.1.0.tgz#3dd3d3e790abc24d7b0d3a034ffababe28ebbc04"
@@ -3424,13 +3458,12 @@ write-file-atomic@^2.1.0:
34243458 imurmurhash "^0.1.4"
34253459 signal-exit "^3.0.2"
34263460
3427- ws@^3.3.1 :
3428- version "3.3.3"
3429- resolved "https://registry.npmjs.org/ws/-/ws-3.3.3.tgz#f1cf84fe2d5e901ebce94efaece785f187a228f2"
3461+ ws@7.2.0 :
3462+ version "7.2.0"
3463+ resolved "https://registry.yarnpkg.com/ws/-/ws-7.2.0.tgz#422eda8c02a4b5dba7744ba66eebbd84bcef0ec7"
3464+ integrity sha512-+SqNqFbwTm/0DC18KYzIsMTnEWpLwJsiasW/O17la4iDRRIO9uaHbvKiAS3AHgTiuuWerK/brj4O6MYZkei9xg==
34303465 dependencies :
3431- async-limiter "~1.0.0"
3432- safe-buffer "~5.1.0"
3433- ultron "~1.1.0"
3466+ async-limiter "^1.0.0"
34343467
34353468ws@^4.0.0 :
34363469 version "4.1.0"
@@ -3447,9 +3480,10 @@ xml-name-validator@^3.0.0:
34473480 version "3.0.0"
34483481 resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a"
34493482
3450- xmlhttprequest@^1.7 .0 :
3483+ xmlhttprequest@1.8 .0 :
34513484 version "1.8.0"
34523485 resolved "https://registry.yarnpkg.com/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz#67fe075c5c24fef39f9d65f5f7b7fe75171968fc"
3486+ integrity sha512-58Im/U0mlVBLM38NdZjHyhuMtCqa61469k2YP/AaPbvCoV9aQGUpbJBj1QRm2ytRiVQBD/fsw7L2bJGDVQswBA==
34533487
34543488y18n@^3.2.1 :
34553489 version "3.2.1"
0 commit comments