|
387 | 387 | "@jridgewell/resolve-uri" "^3.1.0" |
388 | 388 | "@jridgewell/sourcemap-codec" "^1.4.14" |
389 | 389 |
|
390 | | -"@ljharb/through@^2.3.9": |
391 | | - version "2.3.9" |
392 | | - resolved "https://registry.yarnpkg.com/@ljharb/through/-/through-2.3.9.tgz#85f221eb82f9d555e180e87d6e50fb154af85408" |
393 | | - integrity sha512-yN599ZBuMPPK4tdoToLlvgJB4CLK8fGl7ntfy0Wn7U6ttNvHYurd81bfUiK/6sMkiIwm65R6ck4L6+Y3DfVbNQ== |
| 390 | +"@ljharb/through@^2.3.12": |
| 391 | + version "2.3.12" |
| 392 | + resolved "https://registry.yarnpkg.com/@ljharb/through/-/through-2.3.12.tgz#c418c43060eee193adce48b15c2206096a28e9ea" |
| 393 | + integrity sha512-ajo/heTlG3QgC8EGP6APIejksVAYt4ayz4tqoP3MolFELzcH1x1fzwEYRJTPO0IELutZ5HQ0c26/GqAYy79u3g== |
| 394 | + dependencies: |
| 395 | + call-bind "^1.0.5" |
394 | 396 |
|
395 | 397 | "@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1": |
396 | 398 | version "5.1.1-v1" |
@@ -1191,6 +1193,15 @@ cacache@^18.0.0: |
1191 | 1193 | tar "^6.1.11" |
1192 | 1194 | unique-filename "^3.0.0" |
1193 | 1195 |
|
| 1196 | +call-bind@^1.0.5: |
| 1197 | + version "1.0.5" |
| 1198 | + resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.5.tgz#6fa2b7845ce0ea49bf4d8b9ef64727a2c2e2e513" |
| 1199 | + integrity sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ== |
| 1200 | + dependencies: |
| 1201 | + function-bind "^1.1.2" |
| 1202 | + get-intrinsic "^1.2.1" |
| 1203 | + set-function-length "^1.1.1" |
| 1204 | + |
1194 | 1205 | callsites@^3.0.0: |
1195 | 1206 | version "3.1.0" |
1196 | 1207 | resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" |
@@ -1342,9 +1353,9 @@ cli-cursor@^4.0.0: |
1342 | 1353 | restore-cursor "^4.0.0" |
1343 | 1354 |
|
1344 | 1355 | cli-spinners@^2.5.0: |
1345 | | - version "2.9.1" |
1346 | | - resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.1.tgz#9c0b9dad69a6d47cbb4333c14319b060ed395a35" |
1347 | | - integrity sha512-jHgecW0pxkonBJdrKsqxgRX9AcG+u/5k0Q7WPDfi8AogLAdwxEkyYYNWwZ5GvVFoFx2uiY1eNcSK00fh+1+FyQ== |
| 1356 | + version "2.9.2" |
| 1357 | + resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.2.tgz#1773a8f4b9c4d6ac31563df53b3fc1d79462fe41" |
| 1358 | + integrity sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg== |
1348 | 1359 |
|
1349 | 1360 | cli-truncate@^3.1.0: |
1350 | 1361 | version "3.1.0" |
@@ -1564,6 +1575,15 @@ defaults@^1.0.3: |
1564 | 1575 | dependencies: |
1565 | 1576 | clone "^1.0.2" |
1566 | 1577 |
|
| 1578 | +define-data-property@^1.1.1: |
| 1579 | + version "1.1.1" |
| 1580 | + resolved "https://registry.yarnpkg.com/define-data-property/-/define-data-property-1.1.1.tgz#c35f7cd0ab09883480d12ac5cb213715587800b3" |
| 1581 | + integrity sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ== |
| 1582 | + dependencies: |
| 1583 | + get-intrinsic "^1.2.1" |
| 1584 | + gopd "^1.0.1" |
| 1585 | + has-property-descriptors "^1.0.0" |
| 1586 | + |
1567 | 1587 | define-lazy-prop@^3.0.0: |
1568 | 1588 | version "3.0.0" |
1569 | 1589 | resolved "https://registry.yarnpkg.com/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz#dbb19adfb746d7fc6d734a06b72f4a00d021255f" |
@@ -2000,13 +2020,12 @@ figures@2.0.0, figures@^2.0.0: |
2000 | 2020 | dependencies: |
2001 | 2021 | escape-string-regexp "^1.0.5" |
2002 | 2022 |
|
2003 | | -figures@^5.0.0: |
2004 | | - version "5.0.0" |
2005 | | - resolved "https://registry.yarnpkg.com/figures/-/figures-5.0.0.tgz#126cd055052dea699f8a54e8c9450e6ecfc44d5f" |
2006 | | - integrity sha512-ej8ksPF4x6e5wvK9yevct0UCXh8TTFlWGVLlgjZuoBH1HwjIfKE/IdL5mq89sFA7zELi1VhKpmtDnrs7zWyeyg== |
| 2023 | +figures@^3.2.0: |
| 2024 | + version "3.2.0" |
| 2025 | + resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af" |
| 2026 | + integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg== |
2007 | 2027 | dependencies: |
2008 | | - escape-string-regexp "^5.0.0" |
2009 | | - is-unicode-supported "^1.2.0" |
| 2028 | + escape-string-regexp "^1.0.5" |
2010 | 2029 |
|
2011 | 2030 | file-entry-cache@^6.0.1: |
2012 | 2031 | version "6.0.1" |
@@ -2159,6 +2178,16 @@ get-caller-file@^2.0.5: |
2159 | 2178 | resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" |
2160 | 2179 | integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== |
2161 | 2180 |
|
| 2181 | +get-intrinsic@^1.1.3, get-intrinsic@^1.2.1, get-intrinsic@^1.2.2: |
| 2182 | + version "1.2.2" |
| 2183 | + resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.2.tgz#281b7622971123e1ef4b3c90fd7539306da93f3b" |
| 2184 | + integrity sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA== |
| 2185 | + dependencies: |
| 2186 | + function-bind "^1.1.2" |
| 2187 | + has-proto "^1.0.1" |
| 2188 | + has-symbols "^1.0.3" |
| 2189 | + hasown "^2.0.0" |
| 2190 | + |
2162 | 2191 | get-stream@^5.1.0: |
2163 | 2192 | version "5.2.0" |
2164 | 2193 | resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.2.0.tgz#4966a1795ee5ace65e706c4b7beb71257d6e22d3" |
@@ -2247,6 +2276,13 @@ globby@^11.1.0: |
2247 | 2276 | merge2 "^1.4.1" |
2248 | 2277 | slash "^3.0.0" |
2249 | 2278 |
|
| 2279 | +gopd@^1.0.1: |
| 2280 | + version "1.0.1" |
| 2281 | + resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c" |
| 2282 | + integrity sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA== |
| 2283 | + dependencies: |
| 2284 | + get-intrinsic "^1.1.3" |
| 2285 | + |
2250 | 2286 | graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.6: |
2251 | 2287 | version "4.2.11" |
2252 | 2288 | resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3" |
@@ -2274,6 +2310,23 @@ has-flag@^4.0.0: |
2274 | 2310 | resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" |
2275 | 2311 | integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== |
2276 | 2312 |
|
| 2313 | +has-property-descriptors@^1.0.0, has-property-descriptors@^1.0.1: |
| 2314 | + version "1.0.1" |
| 2315 | + resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.1.tgz#52ba30b6c5ec87fd89fa574bc1c39125c6f65340" |
| 2316 | + integrity sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg== |
| 2317 | + dependencies: |
| 2318 | + get-intrinsic "^1.2.2" |
| 2319 | + |
| 2320 | +has-proto@^1.0.1: |
| 2321 | + version "1.0.1" |
| 2322 | + resolved "https://registry.yarnpkg.com/has-proto/-/has-proto-1.0.1.tgz#1885c1305538958aff469fef37937c22795408e0" |
| 2323 | + integrity sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg== |
| 2324 | + |
| 2325 | +has-symbols@^1.0.3: |
| 2326 | + version "1.0.3" |
| 2327 | + resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8" |
| 2328 | + integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A== |
| 2329 | + |
2277 | 2330 | has@^1.0.3: |
2278 | 2331 | version "1.0.3" |
2279 | 2332 | resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" |
@@ -2474,17 +2527,17 @@ inquirer@2.0.0: |
2474 | 2527 | through "^2.3.6" |
2475 | 2528 |
|
2476 | 2529 | inquirer@^9.2.10: |
2477 | | - version "9.2.11" |
2478 | | - resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-9.2.11.tgz#e9003755c233a414fceda1891c23bd622cad4a95" |
2479 | | - integrity sha512-B2LafrnnhbRzCWfAdOXisUzL89Kg8cVJlYmhqoi3flSiV/TveO+nsXwgKr9h9PIo+J1hz7nBSk6gegRIMBBf7g== |
| 2530 | + version "9.2.13" |
| 2531 | + resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-9.2.13.tgz#f4deddc460aeea3baed45cc2318bb74207182b07" |
| 2532 | + integrity sha512-mUlJNemjYioZgaZXqEFlQ0z9GD8/o+pavIF3JyhzWLX4Xa9M1wioGMCxQEFmps70un9lrah2WaBl3kSRVcoV3g== |
2480 | 2533 | dependencies: |
2481 | | - "@ljharb/through" "^2.3.9" |
| 2534 | + "@ljharb/through" "^2.3.12" |
2482 | 2535 | ansi-escapes "^4.3.2" |
2483 | 2536 | chalk "^5.3.0" |
2484 | 2537 | cli-cursor "^3.1.0" |
2485 | 2538 | cli-width "^4.1.0" |
2486 | 2539 | external-editor "^3.1.0" |
2487 | | - figures "^5.0.0" |
| 2540 | + figures "^3.2.0" |
2488 | 2541 | lodash "^4.17.21" |
2489 | 2542 | mute-stream "1.0.0" |
2490 | 2543 | ora "^5.4.1" |
@@ -2677,11 +2730,6 @@ is-unicode-supported@^0.1.0: |
2677 | 2730 | resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7" |
2678 | 2731 | integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw== |
2679 | 2732 |
|
2680 | | -is-unicode-supported@^1.2.0: |
2681 | | - version "1.3.0" |
2682 | | - resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz#d824984b616c292a2e198207d4a609983842f714" |
2683 | | - integrity sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ== |
2684 | | - |
2685 | 2733 | is-upper-case@^2.0.2: |
2686 | 2734 | version "2.0.2" |
2687 | 2735 | resolved "https://registry.yarnpkg.com/is-upper-case/-/is-upper-case-2.0.2.tgz#f1105ced1fe4de906a5f39553e7d3803fd804649" |
@@ -4503,6 +4551,17 @@ semver@^7.0.0, semver@^7.1.1, semver@^7.3.5, semver@^7.5.3, semver@^7.5.4: |
4503 | 4551 | dependencies: |
4504 | 4552 | lru-cache "^6.0.0" |
4505 | 4553 |
|
| 4554 | +set-function-length@^1.1.1: |
| 4555 | + version "1.2.0" |
| 4556 | + resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.0.tgz#2f81dc6c16c7059bda5ab7c82c11f03a515ed8e1" |
| 4557 | + integrity sha512-4DBHDoyHlM1IRPGYcoxexgh67y4ueR53FKV1yyxwFMY7aCqcN/38M1+SwZ/qJQ8iLv7+ck385ot4CcisOAPT9w== |
| 4558 | + dependencies: |
| 4559 | + define-data-property "^1.1.1" |
| 4560 | + function-bind "^1.1.2" |
| 4561 | + get-intrinsic "^1.2.2" |
| 4562 | + gopd "^1.0.1" |
| 4563 | + has-property-descriptors "^1.0.1" |
| 4564 | + |
4506 | 4565 | shallow-clone@^3.0.0: |
4507 | 4566 | version "3.0.1" |
4508 | 4567 | resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-3.0.1.tgz#8f2981ad92531f55035b01fb230769a40e02efa3" |
|
0 commit comments