@@ -3936,11 +3936,6 @@ arrify@^1.0.1:
3936
3936
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
3937
3937
integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=
3938
3938
3939
- asap@~2.0.3:
3940
- version "2.0.6"
3941
- resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46"
3942
- integrity sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=
3943
-
3944
3939
asn1.js@^4.0.0:
3945
3940
version "4.10.1"
3946
3941
resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-4.10.1.tgz#b9c2bf5805f1e64aadeed6df3a2bfafb5a73f5a0"
@@ -5374,7 +5369,7 @@ clone-response@^1.0.2:
5374
5369
dependencies:
5375
5370
mimic-response "^1.0.0"
5376
5371
5377
- clone@^2.1.1, clone@^2.1.2 :
5372
+ clone@^2.1.1:
5378
5373
version "2.1.2"
5379
5374
resolved "https://registry.yarnpkg.com/clone/-/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f"
5380
5375
integrity sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=
@@ -5640,6 +5635,13 @@ cookie@0.4.0:
5640
5635
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba"
5641
5636
integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==
5642
5637
5638
+ copy-anything@^2.0.1:
5639
+ version "2.0.1"
5640
+ resolved "https://registry.yarnpkg.com/copy-anything/-/copy-anything-2.0.1.tgz#2afbce6da684bdfcbec93752fa762819cb480d9a"
5641
+ integrity sha512-lA57e7viQHOdPQcrytv5jFeudZZOXuyk47lZym279FiDQ8jeZomXiGuVf6ffMKkJ+3TIai3J1J3yi6M+/4U35g==
5642
+ dependencies:
5643
+ is-what "^3.7.1"
5644
+
5643
5645
copy-concurrently@^1.0.0:
5644
5646
version "1.0.5"
5645
5647
resolved "https://registry.yarnpkg.com/copy-concurrently/-/copy-concurrently-1.0.5.tgz#92297398cae34937fcafd6ec8139c18051f0b5e0"
@@ -9140,6 +9142,11 @@ is-typedarray@^1.0.0, is-typedarray@~1.0.0:
9140
9142
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
9141
9143
integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=
9142
9144
9145
+ is-what@^3.7.1:
9146
+ version "3.12.0"
9147
+ resolved "https://registry.yarnpkg.com/is-what/-/is-what-3.12.0.tgz#f4405ce4bd6dd420d3ced51a026fb90e03705e55"
9148
+ integrity sha512-2ilQz5/f/o9V7WRWJQmpFYNmQFZ9iM+OXRonZKcYgTkCzjb949Vi4h282PD1UfmgHk666rcWonbRJ++KI41VGw==
9149
+
9143
9150
is-whitespace-character@^1.0.0:
9144
9151
version "1.0.4"
9145
9152
resolved "https://registry.yarnpkg.com/is-whitespace-character/-/is-whitespace-character-1.0.4.tgz#0858edd94a95594c7c9dd0b5c174ec6e45ee4aa7"
@@ -10036,21 +10043,20 @@ less-loader@5.0.0:
10036
10043
loader-utils "^1.1.0"
10037
10044
pify "^4.0.1"
10038
10045
10039
- less@3.11 .1:
10040
- version "3.11 .1"
10041
- resolved "https://registry.yarnpkg.com/less/-/less-3.11 .1.tgz#c6bf08e39e02404fe6b307a3dfffafdc55bd36e2 "
10042
- integrity sha512-tlWX341RECuTOvoDIvtFqXsKj072hm3+9ymRBe76/mD6O5ZZecnlAOVDlWAleF2+aohFrxNidXhv2773f6kY7g ==
10046
+ less@3.13 .1:
10047
+ version "3.13 .1"
10048
+ resolved "https://registry.yarnpkg.com/less/-/less-3.13 .1.tgz#0ebc91d2a0e9c0c6735b83d496b0ab0583077909 "
10049
+ integrity sha512-SwA1aQXGUvp+P5XdZslUOhhLnClSLIjWvJhmd+Vgib5BFIr9lMNlQwmwUNOjXThF/A0x+MCYYPeWEfeWiLRnTw ==
10043
10050
dependencies:
10044
- clone "^2.1.2 "
10051
+ copy-anything "^2.0.1 "
10045
10052
tslib "^1.10.0"
10046
10053
optionalDependencies:
10047
10054
errno "^0.1.1"
10048
10055
graceful-fs "^4.1.2"
10049
10056
image-size "~0.5.0"
10057
+ make-dir "^2.1.0"
10050
10058
mime "^1.4.1"
10051
- mkdirp "^0.5.0"
10052
- promise "^7.1.1"
10053
- request "^2.83.0"
10059
+ native-request "^1.0.5"
10054
10060
source-map "~0.6.0"
10055
10061
10056
10062
leven@^3.1.0:
@@ -10983,6 +10989,11 @@ nanomatch@^1.2.9:
10983
10989
snapdragon "^0.8.1"
10984
10990
to-regex "^3.0.1"
10985
10991
10992
+ native-request@^1.0.5:
10993
+ version "1.0.8"
10994
+ resolved "https://registry.yarnpkg.com/native-request/-/native-request-1.0.8.tgz#8f66bf606e0f7ea27c0e5995eb2f5d03e33ae6fb"
10995
+ integrity sha512-vU2JojJVelUGp6jRcLwToPoWGxSx23z/0iX+I77J3Ht17rf2INGjrhOoQnjVo60nQd8wVsgzKkPfRXBiVdD2ag==
10996
+
10986
10997
natural-compare@^1.4.0:
10987
10998
version "1.4.0"
10988
10999
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -12262,13 +12273,6 @@ promise.prototype.finally@^3.1.0:
12262
12273
es-abstract "^1.17.0-next.0"
12263
12274
function-bind "^1.1.1"
12264
12275
12265
- promise@^7.1.1:
12266
- version "7.3.1"
12267
- resolved "https://registry.yarnpkg.com/promise/-/promise-7.3.1.tgz#064b72602b18f90f29192b8b1bc418ffd1ebd3bf"
12268
- integrity sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==
12269
- dependencies:
12270
- asap "~2.0.3"
12271
-
12272
12276
prompts@^2.0.1:
12273
12277
version "2.3.2"
12274
12278
resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.3.2.tgz#480572d89ecf39566d2bd3fe2c9fccb7c4c0b068"
@@ -13577,7 +13581,7 @@ request-promise-native@^1.0.7:
13577
13581
stealthy-require "^1.1.1"
13578
13582
tough-cookie "^2.3.3"
13579
13583
13580
- request@^2.83.0, request@^2. 87.0, request@^2.88.0:
13584
+ request@^2.87.0, request@^2.88.0:
13581
13585
version "2.88.2"
13582
13586
resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3"
13583
13587
integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==
0 commit comments