|
1204 | 1204 | enabled "2.0.x" |
1205 | 1205 | kuler "^2.0.0" |
1206 | 1206 |
|
| 1207 | +"@epic-web/invariant@^1.0.0": |
| 1208 | + version "1.0.0" |
| 1209 | + resolved "https://registry.yarnpkg.com/@epic-web/invariant/-/invariant-1.0.0.tgz#1073e5dee6dd540410784990eb73e4acd25c9813" |
| 1210 | + integrity sha512-lrTPqgvfFQtR/eY/qkIzp98OGdNJu0m5ji3q/nJI8v3SXkRKEnWiOxMmbvcSoAIzv/cGiuvRy57k4suKQSAdwA== |
| 1211 | + |
1207 | 1212 | "@jridgewell/gen-mapping@^0.3.12": |
1208 | 1213 | version "0.3.13" |
1209 | 1214 | resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz#6342a19f44347518c93e43b1ac69deb3c4656a1f" |
@@ -3855,12 +3860,13 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4: |
3855 | 3860 | safe-buffer "^5.0.1" |
3856 | 3861 | sha.js "^2.4.8" |
3857 | 3862 |
|
3858 | | -cross-env@5.2.1: |
3859 | | - version "5.2.1" |
3860 | | - resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.2.1.tgz#b2c76c1ca7add66dc874d11798466094f551b34d" |
3861 | | - integrity sha512-1yHhtcfAd1r4nwQgknowuUNfIT9E8dOMMspC36g45dN+iD1blloi7xp8X/xAIDnjHWyt1uQ8PHk2fkNaym7soQ== |
| 3863 | +cross-env@10.1.0: |
| 3864 | + version "10.1.0" |
| 3865 | + resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-10.1.0.tgz#cfd2a6200df9ed75bfb9cb3d7ce609c13ea21783" |
| 3866 | + integrity sha512-GsYosgnACZTADcmEyJctkJIoqAhHjttw7RsFrVoJNXbsWWqaq6Ym+7kZjq6mS45O0jij6vtiReppKQEtqWy6Dw== |
3862 | 3867 | dependencies: |
3863 | | - cross-spawn "^6.0.5" |
| 3868 | + "@epic-web/invariant" "^1.0.0" |
| 3869 | + cross-spawn "^7.0.6" |
3864 | 3870 |
|
3865 | 3871 | cross-spawn@^4: |
3866 | 3872 | version "4.0.2" |
@@ -3890,6 +3896,15 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5: |
3890 | 3896 | shebang-command "^1.2.0" |
3891 | 3897 | which "^1.2.9" |
3892 | 3898 |
|
| 3899 | +cross-spawn@^7.0.6: |
| 3900 | + version "7.0.6" |
| 3901 | + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f" |
| 3902 | + integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA== |
| 3903 | + dependencies: |
| 3904 | + path-key "^3.1.0" |
| 3905 | + shebang-command "^2.0.0" |
| 3906 | + which "^2.0.1" |
| 3907 | + |
3893 | 3908 | cryptiles@3.x.x: |
3894 | 3909 | version "3.1.4" |
3895 | 3910 | resolved "https://registry.yarnpkg.com/cryptiles/-/cryptiles-3.1.4.tgz#769a68c95612b56faadfcebf57ac86479cbe8322" |
@@ -8920,6 +8935,11 @@ path-key@^2.0.0, path-key@^2.0.1: |
8920 | 8935 | resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" |
8921 | 8936 | integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= |
8922 | 8937 |
|
| 8938 | +path-key@^3.1.0: |
| 8939 | + version "3.1.1" |
| 8940 | + resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" |
| 8941 | + integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== |
| 8942 | + |
8923 | 8943 | path-loader@^1.0.10: |
8924 | 8944 | version "1.0.10" |
8925 | 8945 | resolved "https://registry.yarnpkg.com/path-loader/-/path-loader-1.0.10.tgz#dd3d1bd54cb6f2e6423af2ad334a41cc0bce4cf6" |
@@ -10283,11 +10303,23 @@ shebang-command@^1.2.0: |
10283 | 10303 | dependencies: |
10284 | 10304 | shebang-regex "^1.0.0" |
10285 | 10305 |
|
| 10306 | +shebang-command@^2.0.0: |
| 10307 | + version "2.0.0" |
| 10308 | + resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" |
| 10309 | + integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== |
| 10310 | + dependencies: |
| 10311 | + shebang-regex "^3.0.0" |
| 10312 | + |
10286 | 10313 | shebang-regex@^1.0.0: |
10287 | 10314 | version "1.0.0" |
10288 | 10315 | resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" |
10289 | 10316 | integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= |
10290 | 10317 |
|
| 10318 | +shebang-regex@^3.0.0: |
| 10319 | + version "3.0.0" |
| 10320 | + resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" |
| 10321 | + integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== |
| 10322 | + |
10291 | 10323 | shelljs@0.7.6: |
10292 | 10324 | version "0.7.6" |
10293 | 10325 | resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.6.tgz#379cccfb56b91c8601e4793356eb5382924de9ad" |
@@ -11701,6 +11733,13 @@ which@1.3.1, which@^1.2.10, which@^1.2.14, which@^1.2.9, which@^1.3.0: |
11701 | 11733 | dependencies: |
11702 | 11734 | isexe "^2.0.0" |
11703 | 11735 |
|
| 11736 | +which@^2.0.1: |
| 11737 | + version "2.0.2" |
| 11738 | + resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" |
| 11739 | + integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== |
| 11740 | + dependencies: |
| 11741 | + isexe "^2.0.0" |
| 11742 | + |
11704 | 11743 | wide-align@1.1.3, wide-align@^1.1.0: |
11705 | 11744 | version "1.1.3" |
11706 | 11745 | resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457" |
|
0 commit comments