@@ -753,6 +753,13 @@ core-util-is@~1.0.0:
753
753
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
754
754
integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=
755
755
756
+ cross-env@^7.0.2 :
757
+ version "7.0.2"
758
+ resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.2.tgz#bd5ed31339a93a3418ac4f3ca9ca3403082ae5f9"
759
+ integrity sha512-KZP/bMEOJEDCkDQAyRhu3RL2ZO/SUVrxQVI0G3YEQ+OLbRA3c6zgixe8Mq8a/z7+HKlNEjo8oiLUs8iRijY2Rw==
760
+ dependencies :
761
+ cross-spawn "^7.0.1"
762
+
756
763
cross-spawn@^4 :
757
764
version "4.0.2"
758
765
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-4.0.2.tgz#7b9247621c23adfdd3856004a823cbe397424d41"
@@ -770,6 +777,15 @@ cross-spawn@^5.0.1:
770
777
shebang-command "^1.2.0"
771
778
which "^1.2.9"
772
779
780
+ cross-spawn@^7.0.1 :
781
+ version "7.0.2"
782
+ resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.2.tgz#d0d7dcfa74e89115c7619f4f721a94e1fdb716d6"
783
+ integrity sha512-PD6G8QG3S4FK/XCGFbEQrDqO2AnMMsy0meR7lerlIOHAAbkuavGU/pOqprrlvfTNjvowivTeBsjebAL0NSoMxw==
784
+ dependencies :
785
+ path-key "^3.1.0"
786
+ shebang-command "^2.0.0"
787
+ which "^2.0.1"
788
+
773
789
debug-log@^1.0.1 :
774
790
version "1.0.1"
775
791
resolved "https://registry.yarnpkg.com/debug-log/-/debug-log-1.0.1.tgz#2307632d4c04382b8df8a32f70b895046d52745f"
@@ -2271,6 +2287,11 @@ path-key@^2.0.0:
2271
2287
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
2272
2288
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
2273
2289
2290
+ path-key@^3.1.0 :
2291
+ version "3.1.1"
2292
+ resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
2293
+ integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
2294
+
2274
2295
path-parse@^1.0.5, path-parse@^1.0.6 :
2275
2296
version "1.0.6"
2276
2297
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
@@ -2719,11 +2740,23 @@ shebang-command@^1.2.0:
2719
2740
dependencies :
2720
2741
shebang-regex "^1.0.0"
2721
2742
2743
+ shebang-command@^2.0.0 :
2744
+ version "2.0.0"
2745
+ resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
2746
+ integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
2747
+ dependencies :
2748
+ shebang-regex "^3.0.0"
2749
+
2722
2750
shebang-regex@^1.0.0 :
2723
2751
version "1.0.0"
2724
2752
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
2725
2753
integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
2726
2754
2755
+ shebang-regex@^3.0.0 :
2756
+ version "3.0.0"
2757
+ resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
2758
+ integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
2759
+
2727
2760
shimmer@^1.1.0 :
2728
2761
version "1.2.1"
2729
2762
resolved "https://registry.yarnpkg.com/shimmer/-/shimmer-1.2.1.tgz#610859f7de327b587efebf501fb43117f9aff337"
@@ -3204,6 +3237,13 @@ which@^1.2.9, which@^1.3.0:
3204
3237
dependencies :
3205
3238
isexe "^2.0.0"
3206
3239
3240
+ which@^2.0.1 :
3241
+ version "2.0.2"
3242
+ resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
3243
+ integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
3244
+ dependencies :
3245
+ isexe "^2.0.0"
3246
+
3207
3247
winston-transport@^4.3.0 :
3208
3248
version "4.3.0"
3209
3249
resolved "https://registry.yarnpkg.com/winston-transport/-/winston-transport-4.3.0.tgz#df68c0c202482c448d9b47313c07304c2d7c2c66"
0 commit comments