@@ -2582,14 +2582,23 @@ bindings@^1.5.0:
2582
2582
dependencies:
2583
2583
file-uri-to-path "1.0.0"
2584
2584
2585
- bl@^1.1.2, bl@^1. 2.1:
2585
+ bl@^1.2.1:
2586
2586
version "1.2.3"
2587
2587
resolved "https://registry.yarnpkg.com/bl/-/bl-1.2.3.tgz#1e8dd80142eac80d7158c9dccc047fb620e035e7"
2588
2588
integrity sha512-pvcNpa0UU69UT341rO6AYy4FVAIkUHuZXRIWbq+zHnsVcRzDDjIAhGuuYoi0d//cwIwtt4pkpKycWEfjdV+vww==
2589
2589
dependencies:
2590
2590
readable-stream "^2.3.5"
2591
2591
safe-buffer "^5.1.1"
2592
2592
2593
+ bl@^4.0.2:
2594
+ version "4.1.0"
2595
+ resolved "https://registry.yarnpkg.com/bl/-/bl-4.1.0.tgz#451535264182bec2fbbc83a62ab98cf11d9f7b3a"
2596
+ integrity sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==
2597
+ dependencies:
2598
+ buffer "^5.5.0"
2599
+ inherits "^2.0.4"
2600
+ readable-stream "^3.4.0"
2601
+
2593
2602
bluebird@^3.0, bluebird@^3.5.1, bluebird@^3.5.3, bluebird@^3.5.5:
2594
2603
version "3.7.2"
2595
2604
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
@@ -2897,7 +2906,7 @@ buffer-xor@^1.0.3:
2897
2906
resolved "https://registry.yarnpkg.com/buffer-xor/-/buffer-xor-1.0.3.tgz#26e61ed1422fb70dd42e6e36729ed51d855fe8d9"
2898
2907
integrity sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==
2899
2908
2900
- buffer@^5.0.2:
2909
+ buffer@^5.0.2, buffer@^5.5.0 :
2901
2910
version "5.7.1"
2902
2911
resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0"
2903
2912
integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==
@@ -3726,16 +3735,16 @@ css-blank-pseudo@^0.1.4:
3726
3735
dependencies:
3727
3736
postcss "^7.0.5"
3728
3737
3729
- css-extract@1.3.1 :
3730
- version "1.3.1 "
3731
- resolved "https://registry.yarnpkg.com/css-extract/-/css-extract-1.3.1 .tgz#e73e470715ebcbf1774642fc53f260a1df30161a "
3732
- integrity sha512-UitOFSHpqBqzGjwgzIVsj9ocXijqE4NPSpjgvH7rbzSKEOdgp8HEEj82rewLTSVI4HTp2DqReBlRNNONR43aag ==
3738
+ css-extract@2.0.0 :
3739
+ version "2.0.0 "
3740
+ resolved "https://registry.yarnpkg.com/css-extract/-/css-extract-2.0.0 .tgz#8e9769a95e0dac8ddfc052cfe899c569e4aa17fe "
3741
+ integrity sha512-foKNaeU6/6xJRRQx0qyXVndANsM2MT6y9O+hmF3lcnqkVO7awaDDj/hPQWdFlEMF0hPkLIDWPEWtV8S4Ep2Y9g ==
3733
3742
dependencies:
3734
- bl "^1.1 .2"
3743
+ bl "^4.0 .2"
3735
3744
defined "^1.0.0"
3736
3745
from2-string "^1.1.0"
3737
3746
static-module "^3.0.0"
3738
- through2 "^2 .0.1 "
3747
+ through2 "^4 .0.2 "
3739
3748
3740
3749
css-has-pseudo@^0.10.0:
3741
3750
version "0.10.0"
10464
10473
isarray "0.0.1"
10465
10474
string_decoder "~0.10.x"
10466
10475
10467
- "readable-stream@2 || 3", readable-stream@3, readable-stream@^3.0.0, readable-stream@^3.0.2, readable-stream@^3.6.0:
10476
+ "readable-stream@2 || 3", readable-stream@3, readable-stream@^3.0.0, readable-stream@^3.0.2, readable-stream@^3.4.0, readable-stream@^3. 6.0:
10468
10477
version "3.6.2"
10469
10478
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz#56a9b36ea965c00c5a93ef31eb111a0f11056967"
10470
10479
integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==
@@ -11987,7 +11996,7 @@ through2@^3.0.0:
11987
11996
inherits "^2.0.4"
11988
11997
readable-stream "2 || 3"
11989
11998
11990
- through2@^4.0.0:
11999
+ through2@^4.0.0, through2@^4.0.2 :
11991
12000
version "4.0.2"
11992
12001
resolved "https://registry.yarnpkg.com/through2/-/through2-4.0.2.tgz#a7ce3ac2a7a8b0b966c80e7c49f0484c3b239764"
11993
12002
integrity sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==
0 commit comments