diff options
author | Chocobozzz <me@florianbigard.com> | 2020-06-05 10:07:17 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-06-09 14:52:55 +0200 |
commit | 0f32d49915378178eff4ab954c71f17e06aa8e1a (patch) | |
tree | 3f03a2688686a76868fdbad00c686f6a1d898748 | |
parent | 27da4884ed0e5218e6dc84a2079ad21a8922deef (diff) | |
download | PeerTube-0f32d49915378178eff4ab954c71f17e06aa8e1a.tar.gz PeerTube-0f32d49915378178eff4ab954c71f17e06aa8e1a.tar.zst PeerTube-0f32d49915378178eff4ab954c71f17e06aa8e1a.zip |
Cleanup client dependencies
-rw-r--r-- | client/package.json | 10 | ||||
-rw-r--r-- | client/yarn.lock | 109 |
2 files changed, 108 insertions, 11 deletions
diff --git a/client/package.json b/client/package.json index 93c4cef37..c67916c7d 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -37,6 +37,7 @@ | |||
37 | "@angular/core": "~9.1.9", | 37 | "@angular/core": "~9.1.9", |
38 | "@angular/forms": "~9.1.9", | 38 | "@angular/forms": "~9.1.9", |
39 | "@angular/language-service": "~9.1.9", | 39 | "@angular/language-service": "~9.1.9", |
40 | "@angular/localize": "^9.1.9", | ||
40 | "@angular/platform-browser": "~9.1.9", | 41 | "@angular/platform-browser": "~9.1.9", |
41 | "@angular/platform-browser-dynamic": "~9.1.9", | 42 | "@angular/platform-browser-dynamic": "~9.1.9", |
42 | "@angular/router": "~9.1.9", | 43 | "@angular/router": "~9.1.9", |
@@ -45,6 +46,7 @@ | |||
45 | "@neos21/bootstrap3-glyphicons": "^1.0.1", | 46 | "@neos21/bootstrap3-glyphicons": "^1.0.1", |
46 | "@ng-bootstrap/ng-bootstrap": "^6.0.2", | 47 | "@ng-bootstrap/ng-bootstrap": "^6.0.2", |
47 | "@ngx-i18nsupport/ngx-i18nsupport": "^1.1.6", | 48 | "@ngx-i18nsupport/ngx-i18nsupport": "^1.1.6", |
49 | "@ngx-i18nsupport/tooling": "^8.0.3", | ||
48 | "@ngx-loading-bar/core": "^4.2.0", | 50 | "@ngx-loading-bar/core": "^4.2.0", |
49 | "@ngx-loading-bar/http-client": "^4.2.0", | 51 | "@ngx-loading-bar/http-client": "^4.2.0", |
50 | "@ngx-loading-bar/router": "^4.2.0", | 52 | "@ngx-loading-bar/router": "^4.2.0", |
@@ -133,11 +135,5 @@ | |||
133 | "whatwg-fetch": "^3.0.0", | 135 | "whatwg-fetch": "^3.0.0", |
134 | "zone.js": "~0.10.2" | 136 | "zone.js": "~0.10.2" |
135 | }, | 137 | }, |
136 | "dependencies": { | 138 | "dependencies": {} |
137 | "@angular/localize": "^9.1.9", | ||
138 | "@ngx-i18nsupport/tooling": "^8.0.3", | ||
139 | "junk": "^3.1.0", | ||
140 | "punycode": "^2.1.1", | ||
141 | "simple-get": "^3.1.0" | ||
142 | } | ||
143 | } | 139 | } |
diff --git a/client/yarn.lock b/client/yarn.lock index dba4c91b9..09a5742c6 100644 --- a/client/yarn.lock +++ b/client/yarn.lock | |||
@@ -260,6 +260,13 @@ | |||
260 | dependencies: | 260 | dependencies: |
261 | "@babel/highlight" "^7.8.3" | 261 | "@babel/highlight" "^7.8.3" |
262 | 262 | ||
263 | "@babel/code-frame@^7.10.1": | ||
264 | version "7.10.1" | ||
265 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.1.tgz#d5481c5095daa1c57e16e54c6f9198443afb49ff" | ||
266 | integrity sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw== | ||
267 | dependencies: | ||
268 | "@babel/highlight" "^7.10.1" | ||
269 | |||
263 | "@babel/compat-data@^7.9.0", "@babel/compat-data@^7.9.6": | 270 | "@babel/compat-data@^7.9.0", "@babel/compat-data@^7.9.6": |
264 | version "7.9.6" | 271 | version "7.9.6" |
265 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.9.6.tgz#3f604c40e420131affe6f2c8052e9a275ae2049b" | 272 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.9.6.tgz#3f604c40e420131affe6f2c8052e9a275ae2049b" |
@@ -344,7 +351,17 @@ | |||
344 | lodash "^4.17.13" | 351 | lodash "^4.17.13" |
345 | source-map "^0.5.0" | 352 | source-map "^0.5.0" |
346 | 353 | ||
347 | "@babel/generator@^7.8.3", "@babel/generator@^7.9.0", "@babel/generator@^7.9.6": | 354 | "@babel/generator@^7.10.1", "@babel/generator@^7.8.3": |
355 | version "7.10.2" | ||
356 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.2.tgz#0fa5b5b2389db8bfdfcc3492b551ee20f5dd69a9" | ||
357 | integrity sha512-AxfBNHNu99DTMvlUPlt1h2+Hn7knPpH5ayJ8OqDWSeLld+Fi2AYBTC/IejWDM9Edcii4UzZRCsbUt0WlSDsDsA== | ||
358 | dependencies: | ||
359 | "@babel/types" "^7.10.2" | ||
360 | jsesc "^2.5.1" | ||
361 | lodash "^4.17.13" | ||
362 | source-map "^0.5.0" | ||
363 | |||
364 | "@babel/generator@^7.9.0", "@babel/generator@^7.9.6": | ||
348 | version "7.9.6" | 365 | version "7.9.6" |
349 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.6.tgz#5408c82ac5de98cda0d77d8124e99fa1f2170a43" | 366 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.6.tgz#5408c82ac5de98cda0d77d8124e99fa1f2170a43" |
350 | integrity sha512-+htwWKJbH2bL72HRluF8zumBxzuX0ZZUFl3JLNyoUjM/Ho8wnVpPXM6aUz8cfKDqQ/h7zHqKt4xzJteUosckqQ== | 367 | integrity sha512-+htwWKJbH2bL72HRluF8zumBxzuX0ZZUFl3JLNyoUjM/Ho8wnVpPXM6aUz8cfKDqQ/h7zHqKt4xzJteUosckqQ== |
@@ -406,6 +423,15 @@ | |||
406 | "@babel/traverse" "^7.8.3" | 423 | "@babel/traverse" "^7.8.3" |
407 | "@babel/types" "^7.8.3" | 424 | "@babel/types" "^7.8.3" |
408 | 425 | ||
426 | "@babel/helper-function-name@^7.10.1": | ||
427 | version "7.10.1" | ||
428 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.1.tgz#92bd63829bfc9215aca9d9defa85f56b539454f4" | ||
429 | integrity sha512-fcpumwhs3YyZ/ttd5Rz0xn0TpIwVkN7X0V38B9TWNfVF42KEkhkAAuPCQ3oXmtTRtiPJrmZ0TrfS0GKF0eMaRQ== | ||
430 | dependencies: | ||
431 | "@babel/helper-get-function-arity" "^7.10.1" | ||
432 | "@babel/template" "^7.10.1" | ||
433 | "@babel/types" "^7.10.1" | ||
434 | |||
409 | "@babel/helper-function-name@^7.8.3", "@babel/helper-function-name@^7.9.5": | 435 | "@babel/helper-function-name@^7.8.3", "@babel/helper-function-name@^7.9.5": |
410 | version "7.9.5" | 436 | version "7.9.5" |
411 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c" | 437 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c" |
@@ -415,6 +441,13 @@ | |||
415 | "@babel/template" "^7.8.3" | 441 | "@babel/template" "^7.8.3" |
416 | "@babel/types" "^7.9.5" | 442 | "@babel/types" "^7.9.5" |
417 | 443 | ||
444 | "@babel/helper-get-function-arity@^7.10.1": | ||
445 | version "7.10.1" | ||
446 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz#7303390a81ba7cb59613895a192b93850e373f7d" | ||
447 | integrity sha512-F5qdXkYGOQUb0hpRaPoetF9AnsXknKjWMZ+wmsIRsp5ge5sFh4c3h1eH2pRTTuy9KKAA2+TTYomGXAtEL2fQEw== | ||
448 | dependencies: | ||
449 | "@babel/types" "^7.10.1" | ||
450 | |||
418 | "@babel/helper-get-function-arity@^7.8.3": | 451 | "@babel/helper-get-function-arity@^7.8.3": |
419 | version "7.8.3" | 452 | version "7.8.3" |
420 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5" | 453 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5" |
@@ -504,6 +537,13 @@ | |||
504 | "@babel/template" "^7.8.3" | 537 | "@babel/template" "^7.8.3" |
505 | "@babel/types" "^7.8.3" | 538 | "@babel/types" "^7.8.3" |
506 | 539 | ||
540 | "@babel/helper-split-export-declaration@^7.10.1": | ||
541 | version "7.10.1" | ||
542 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz#c6f4be1cbc15e3a868e4c64a17d5d31d754da35f" | ||
543 | integrity sha512-UQ1LVBPrYdbchNhLwj6fetj46BcFwfS4NllJo/1aJsT+1dLTEnXJL0qHqtY7gPzF8S2fXBJamf1biAXV3X077g== | ||
544 | dependencies: | ||
545 | "@babel/types" "^7.10.1" | ||
546 | |||
507 | "@babel/helper-split-export-declaration@^7.8.3": | 547 | "@babel/helper-split-export-declaration@^7.8.3": |
508 | version "7.8.3" | 548 | version "7.8.3" |
509 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9" | 549 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9" |
@@ -511,6 +551,11 @@ | |||
511 | dependencies: | 551 | dependencies: |
512 | "@babel/types" "^7.8.3" | 552 | "@babel/types" "^7.8.3" |
513 | 553 | ||
554 | "@babel/helper-validator-identifier@^7.10.1": | ||
555 | version "7.10.1" | ||
556 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz#5770b0c1a826c4f53f5ede5e153163e0318e94b5" | ||
557 | integrity sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw== | ||
558 | |||
514 | "@babel/helper-validator-identifier@^7.9.0", "@babel/helper-validator-identifier@^7.9.5": | 559 | "@babel/helper-validator-identifier@^7.9.0", "@babel/helper-validator-identifier@^7.9.5": |
515 | version "7.9.5" | 560 | version "7.9.5" |
516 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80" | 561 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80" |
@@ -526,7 +571,16 @@ | |||
526 | "@babel/traverse" "^7.8.3" | 571 | "@babel/traverse" "^7.8.3" |
527 | "@babel/types" "^7.8.3" | 572 | "@babel/types" "^7.8.3" |
528 | 573 | ||
529 | "@babel/helpers@^7.8.3", "@babel/helpers@^7.9.0", "@babel/helpers@^7.9.6": | 574 | "@babel/helpers@^7.8.3": |
575 | version "7.10.1" | ||
576 | resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.1.tgz#a6827b7cb975c9d9cef5fd61d919f60d8844a973" | ||
577 | integrity sha512-muQNHF+IdU6wGgkaJyhhEmI54MOZBKsFfsXFhboz1ybwJ1Kl7IHlbm2a++4jwrmY5UYsgitt5lfqo1wMFcHmyw== | ||
578 | dependencies: | ||
579 | "@babel/template" "^7.10.1" | ||
580 | "@babel/traverse" "^7.10.1" | ||
581 | "@babel/types" "^7.10.1" | ||
582 | |||
583 | "@babel/helpers@^7.9.0", "@babel/helpers@^7.9.6": | ||
530 | version "7.9.6" | 584 | version "7.9.6" |
531 | resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.6.tgz#092c774743471d0bb6c7de3ad465ab3d3486d580" | 585 | resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.6.tgz#092c774743471d0bb6c7de3ad465ab3d3486d580" |
532 | integrity sha512-tI4bUbldloLcHWoRUMAj4g1bF313M/o6fBKhIsb3QnGVPwRm9JsNf/gqMkQ7zjqReABiffPV6RWj7hEglID5Iw== | 586 | integrity sha512-tI4bUbldloLcHWoRUMAj4g1bF313M/o6fBKhIsb3QnGVPwRm9JsNf/gqMkQ7zjqReABiffPV6RWj7hEglID5Iw== |
@@ -535,6 +589,15 @@ | |||
535 | "@babel/traverse" "^7.9.6" | 589 | "@babel/traverse" "^7.9.6" |
536 | "@babel/types" "^7.9.6" | 590 | "@babel/types" "^7.9.6" |
537 | 591 | ||
592 | "@babel/highlight@^7.10.1": | ||
593 | version "7.10.1" | ||
594 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.1.tgz#841d098ba613ba1a427a2b383d79e35552c38ae0" | ||
595 | integrity sha512-8rMof+gVP8mxYZApLF/JgNDAkdKa+aJt3ZYxF8z6+j/hpeXL7iMsKCPHa2jNMHu/qqBwzQF4OHNoYi8dMA/rYg== | ||
596 | dependencies: | ||
597 | "@babel/helper-validator-identifier" "^7.10.1" | ||
598 | chalk "^2.0.0" | ||
599 | js-tokens "^4.0.0" | ||
600 | |||
538 | "@babel/highlight@^7.8.3": | 601 | "@babel/highlight@^7.8.3": |
539 | version "7.9.0" | 602 | version "7.9.0" |
540 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.9.0.tgz#4e9b45ccb82b79607271b2979ad82c7b68163079" | 603 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.9.0.tgz#4e9b45ccb82b79607271b2979ad82c7b68163079" |
@@ -544,7 +607,12 @@ | |||
544 | chalk "^2.0.0" | 607 | chalk "^2.0.0" |
545 | js-tokens "^4.0.0" | 608 | js-tokens "^4.0.0" |
546 | 609 | ||
547 | "@babel/parser@^7.7.0", "@babel/parser@^7.8.3", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0", "@babel/parser@^7.9.6": | 610 | "@babel/parser@^7.10.1", "@babel/parser@^7.8.3": |
611 | version "7.10.2" | ||
612 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.2.tgz#871807f10442b92ff97e4783b9b54f6a0ca812d0" | ||
613 | integrity sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ== | ||
614 | |||
615 | "@babel/parser@^7.7.0", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0", "@babel/parser@^7.9.6": | ||
548 | version "7.9.6" | 616 | version "7.9.6" |
549 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7" | 617 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7" |
550 | integrity sha512-AoeIEJn8vt+d/6+PXDRPaksYhnlbMIiejioBZvvMQsOjW/JYK6k/0dKnvvP3EhK5GfMBWDPtrxRtegWdAcdq9Q== | 618 | integrity sha512-AoeIEJn8vt+d/6+PXDRPaksYhnlbMIiejioBZvvMQsOjW/JYK6k/0dKnvvP3EhK5GfMBWDPtrxRtegWdAcdq9Q== |
@@ -1089,6 +1157,30 @@ | |||
1089 | "@babel/parser" "^7.8.6" | 1157 | "@babel/parser" "^7.8.6" |
1090 | "@babel/types" "^7.8.6" | 1158 | "@babel/types" "^7.8.6" |
1091 | 1159 | ||
1160 | "@babel/template@^7.10.1": | ||
1161 | version "7.10.1" | ||
1162 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.1.tgz#e167154a94cb5f14b28dc58f5356d2162f539811" | ||
1163 | integrity sha512-OQDg6SqvFSsc9A0ej6SKINWrpJiNonRIniYondK2ViKhB06i3c0s+76XUft71iqBEe9S1OKsHwPAjfHnuvnCig== | ||
1164 | dependencies: | ||
1165 | "@babel/code-frame" "^7.10.1" | ||
1166 | "@babel/parser" "^7.10.1" | ||
1167 | "@babel/types" "^7.10.1" | ||
1168 | |||
1169 | "@babel/traverse@^7.10.1": | ||
1170 | version "7.10.1" | ||
1171 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.1.tgz#bbcef3031e4152a6c0b50147f4958df54ca0dd27" | ||
1172 | integrity sha512-C/cTuXeKt85K+p08jN6vMDz8vSV0vZcI0wmQ36o6mjbuo++kPMdpOYw23W2XH04dbRt9/nMEfA4W3eR21CD+TQ== | ||
1173 | dependencies: | ||
1174 | "@babel/code-frame" "^7.10.1" | ||
1175 | "@babel/generator" "^7.10.1" | ||
1176 | "@babel/helper-function-name" "^7.10.1" | ||
1177 | "@babel/helper-split-export-declaration" "^7.10.1" | ||
1178 | "@babel/parser" "^7.10.1" | ||
1179 | "@babel/types" "^7.10.1" | ||
1180 | debug "^4.1.0" | ||
1181 | globals "^11.1.0" | ||
1182 | lodash "^4.17.13" | ||
1183 | |||
1092 | "@babel/traverse@^7.7.0", "@babel/traverse@^7.8.3", "@babel/traverse@^7.9.0", "@babel/traverse@^7.9.6": | 1184 | "@babel/traverse@^7.7.0", "@babel/traverse@^7.8.3", "@babel/traverse@^7.9.0", "@babel/traverse@^7.9.6": |
1093 | version "7.9.6" | 1185 | version "7.9.6" |
1094 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.6.tgz#5540d7577697bf619cc57b92aa0f1c231a94f442" | 1186 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.6.tgz#5540d7577697bf619cc57b92aa0f1c231a94f442" |
@@ -1104,6 +1196,15 @@ | |||
1104 | globals "^11.1.0" | 1196 | globals "^11.1.0" |
1105 | lodash "^4.17.13" | 1197 | lodash "^4.17.13" |
1106 | 1198 | ||
1199 | "@babel/types@^7.10.1", "@babel/types@^7.10.2": | ||
1200 | version "7.10.2" | ||
1201 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.2.tgz#30283be31cad0dbf6fb00bd40641ca0ea675172d" | ||
1202 | integrity sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng== | ||
1203 | dependencies: | ||
1204 | "@babel/helper-validator-identifier" "^7.10.1" | ||
1205 | lodash "^4.17.13" | ||
1206 | to-fast-properties "^2.0.0" | ||
1207 | |||
1107 | "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5", "@babel/types@^7.9.6": | 1208 | "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5", "@babel/types@^7.9.6": |
1108 | version "7.9.6" | 1209 | version "7.9.6" |
1109 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7" | 1210 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7" |
@@ -10133,7 +10234,7 @@ simple-concat@^1.0.0: | |||
10133 | resolved "https://registry.yarnpkg.com/simple-concat/-/simple-concat-1.0.0.tgz#7344cbb8b6e26fb27d66b2fc86f9f6d5997521c6" | 10234 | resolved "https://registry.yarnpkg.com/simple-concat/-/simple-concat-1.0.0.tgz#7344cbb8b6e26fb27d66b2fc86f9f6d5997521c6" |
10134 | integrity sha1-c0TLuLbib7J9ZrL8hvn21Zl1IcY= | 10235 | integrity sha1-c0TLuLbib7J9ZrL8hvn21Zl1IcY= |
10135 | 10236 | ||
10136 | simple-get@^3.0.0, simple-get@^3.0.1, simple-get@^3.1.0: | 10237 | simple-get@^3.0.0, simple-get@^3.0.1: |
10137 | version "3.1.0" | 10238 | version "3.1.0" |
10138 | resolved "https://registry.yarnpkg.com/simple-get/-/simple-get-3.1.0.tgz#b45be062435e50d159540b576202ceec40b9c6b3" | 10239 | resolved "https://registry.yarnpkg.com/simple-get/-/simple-get-3.1.0.tgz#b45be062435e50d159540b576202ceec40b9c6b3" |
10139 | integrity sha512-bCR6cP+aTdScaQCnQKbPKtJOKDp/hj9EDLJo3Nw4y1QksqaovlW/bnptB6/c1e+qmNIDHRK+oXFDdEqBT8WzUA== | 10240 | integrity sha512-bCR6cP+aTdScaQCnQKbPKtJOKDp/hj9EDLJo3Nw4y1QksqaovlW/bnptB6/c1e+qmNIDHRK+oXFDdEqBT8WzUA== |