|
1190 | 1190 | enabled "2.0.x" |
1191 | 1191 | kuler "^2.0.0" |
1192 | 1192 |
|
| 1193 | +"@epic-web/invariant@^1.0.0": |
| 1194 | + version "1.0.0" |
| 1195 | + resolved "https://registry.yarnpkg.com/@epic-web/invariant/-/invariant-1.0.0.tgz#1073e5dee6dd540410784990eb73e4acd25c9813" |
| 1196 | + integrity sha512-lrTPqgvfFQtR/eY/qkIzp98OGdNJu0m5ji3q/nJI8v3SXkRKEnWiOxMmbvcSoAIzv/cGiuvRy57k4suKQSAdwA== |
| 1197 | + |
1193 | 1198 | "@jridgewell/gen-mapping@^0.3.12": |
1194 | 1199 | version "0.3.13" |
1195 | 1200 | resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz#6342a19f44347518c93e43b1ac69deb3c4656a1f" |
@@ -3841,12 +3846,13 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4: |
3841 | 3846 | safe-buffer "^5.0.1" |
3842 | 3847 | sha.js "^2.4.8" |
3843 | 3848 |
|
3844 | | -cross-env@5.2.1: |
3845 | | - version "5.2.1" |
3846 | | - resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.2.1.tgz#b2c76c1ca7add66dc874d11798466094f551b34d" |
3847 | | - integrity sha512-1yHhtcfAd1r4nwQgknowuUNfIT9E8dOMMspC36g45dN+iD1blloi7xp8X/xAIDnjHWyt1uQ8PHk2fkNaym7soQ== |
| 3849 | +cross-env@10.1.0: |
| 3850 | + version "10.1.0" |
| 3851 | + resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-10.1.0.tgz#cfd2a6200df9ed75bfb9cb3d7ce609c13ea21783" |
| 3852 | + integrity sha512-GsYosgnACZTADcmEyJctkJIoqAhHjttw7RsFrVoJNXbsWWqaq6Ym+7kZjq6mS45O0jij6vtiReppKQEtqWy6Dw== |
3848 | 3853 | dependencies: |
3849 | | - cross-spawn "^6.0.5" |
| 3854 | + "@epic-web/invariant" "^1.0.0" |
| 3855 | + cross-spawn "^7.0.6" |
3850 | 3856 |
|
3851 | 3857 | cross-spawn@^4: |
3852 | 3858 | version "4.0.2" |
@@ -3876,6 +3882,15 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5: |
3876 | 3882 | shebang-command "^1.2.0" |
3877 | 3883 | which "^1.2.9" |
3878 | 3884 |
|
| 3885 | +cross-spawn@^7.0.6: |
| 3886 | + version "7.0.6" |
| 3887 | + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f" |
| 3888 | + integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA== |
| 3889 | + dependencies: |
| 3890 | + path-key "^3.1.0" |
| 3891 | + shebang-command "^2.0.0" |
| 3892 | + which "^2.0.1" |
| 3893 | + |
3879 | 3894 | cryptiles@3.x.x: |
3880 | 3895 | version "3.1.4" |
3881 | 3896 | resolved "https://registry.yarnpkg.com/cryptiles/-/cryptiles-3.1.4.tgz#769a68c95612b56faadfcebf57ac86479cbe8322" |
@@ -8906,6 +8921,11 @@ path-key@^2.0.0, path-key@^2.0.1: |
8906 | 8921 | resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" |
8907 | 8922 | integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= |
8908 | 8923 |
|
| 8924 | +path-key@^3.1.0: |
| 8925 | + version "3.1.1" |
| 8926 | + resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" |
| 8927 | + integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== |
| 8928 | + |
8909 | 8929 | path-loader@^1.0.10: |
8910 | 8930 | version "1.0.10" |
8911 | 8931 | resolved "https://registry.yarnpkg.com/path-loader/-/path-loader-1.0.10.tgz#dd3d1bd54cb6f2e6423af2ad334a41cc0bce4cf6" |
@@ -10269,11 +10289,23 @@ shebang-command@^1.2.0: |
10269 | 10289 | dependencies: |
10270 | 10290 | shebang-regex "^1.0.0" |
10271 | 10291 |
|
| 10292 | +shebang-command@^2.0.0: |
| 10293 | + version "2.0.0" |
| 10294 | + resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" |
| 10295 | + integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== |
| 10296 | + dependencies: |
| 10297 | + shebang-regex "^3.0.0" |
| 10298 | + |
10272 | 10299 | shebang-regex@^1.0.0: |
10273 | 10300 | version "1.0.0" |
10274 | 10301 | resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" |
10275 | 10302 | integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= |
10276 | 10303 |
|
| 10304 | +shebang-regex@^3.0.0: |
| 10305 | + version "3.0.0" |
| 10306 | + resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" |
| 10307 | + integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== |
| 10308 | + |
10277 | 10309 | shelljs@0.7.6: |
10278 | 10310 | version "0.7.6" |
10279 | 10311 | resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.6.tgz#379cccfb56b91c8601e4793356eb5382924de9ad" |
@@ -11687,6 +11719,13 @@ which@1.3.1, which@^1.2.10, which@^1.2.14, which@^1.2.9, which@^1.3.0: |
11687 | 11719 | dependencies: |
11688 | 11720 | isexe "^2.0.0" |
11689 | 11721 |
|
| 11722 | +which@^2.0.1: |
| 11723 | + version "2.0.2" |
| 11724 | + resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" |
| 11725 | + integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== |
| 11726 | + dependencies: |
| 11727 | + isexe "^2.0.0" |
| 11728 | + |
11690 | 11729 | wide-align@1.1.3, wide-align@^1.1.0: |
11691 | 11730 | version "1.1.3" |
11692 | 11731 | resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457" |
|
0 commit comments