|
506 | 506 | resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.3.tgz#c2b9d2e374ee62c586d3adbea87199b1d7a7a6ba" |
507 | 507 | integrity sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ== |
508 | 508 |
|
| 509 | +"@isaacs/balanced-match@^4.0.1": |
| 510 | + version "4.0.1" |
| 511 | + resolved "https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29" |
| 512 | + integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ== |
| 513 | + |
| 514 | +"@isaacs/brace-expansion@^5.0.0": |
| 515 | + version "5.0.0" |
| 516 | + resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz#4b3dabab7d8e75a429414a96bd67bf4c1d13e0f3" |
| 517 | + integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA== |
| 518 | + dependencies: |
| 519 | + "@isaacs/balanced-match" "^4.0.1" |
| 520 | + |
509 | 521 | "@isaacs/cliui@^8.0.2": |
510 | 522 | version "8.0.2" |
511 | 523 | resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550" |
@@ -4824,6 +4836,14 @@ foreground-child@^3.1.0: |
4824 | 4836 | cross-spawn "^7.0.0" |
4825 | 4837 | signal-exit "^4.0.1" |
4826 | 4838 |
|
| 4839 | +foreground-child@^3.3.1: |
| 4840 | + version "3.3.1" |
| 4841 | + resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f" |
| 4842 | + integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw== |
| 4843 | + dependencies: |
| 4844 | + cross-spawn "^7.0.6" |
| 4845 | + signal-exit "^4.0.1" |
| 4846 | + |
4827 | 4847 | forever-agent@~0.6.1: |
4828 | 4848 | version "0.6.1" |
4829 | 4849 | resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" |
@@ -5242,6 +5262,18 @@ glob@^10.2.2: |
5242 | 5262 | minipass "^5.0.0 || ^6.0.2 || ^7.0.0" |
5243 | 5263 | path-scurry "^1.10.1" |
5244 | 5264 |
|
| 5265 | +glob@^11.0.0: |
| 5266 | + version "11.0.3" |
| 5267 | + resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6" |
| 5268 | + integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA== |
| 5269 | + dependencies: |
| 5270 | + foreground-child "^3.3.1" |
| 5271 | + jackspeak "^4.1.1" |
| 5272 | + minimatch "^10.0.3" |
| 5273 | + minipass "^7.1.2" |
| 5274 | + package-json-from-dist "^1.0.0" |
| 5275 | + path-scurry "^2.0.0" |
| 5276 | + |
5245 | 5277 | glob@^7.1.1, glob@^7.1.2, glob@^7.1.4: |
5246 | 5278 | version "7.1.6" |
5247 | 5279 | resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6" |
@@ -6538,6 +6570,13 @@ jackspeak@^3.1.2: |
6538 | 6570 | optionalDependencies: |
6539 | 6571 | "@pkgjs/parseargs" "^0.11.0" |
6540 | 6572 |
|
| 6573 | +jackspeak@^4.1.1: |
| 6574 | + version "4.1.1" |
| 6575 | + resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae" |
| 6576 | + integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ== |
| 6577 | + dependencies: |
| 6578 | + "@isaacs/cliui" "^8.0.2" |
| 6579 | + |
6541 | 6580 | java-properties@^1.0.2: |
6542 | 6581 | version "1.0.2" |
6543 | 6582 | resolved "https://registry.yarnpkg.com/java-properties/-/java-properties-1.0.2.tgz#ccd1fa73907438a5b5c38982269d0e771fe78211" |
@@ -7442,6 +7481,11 @@ lru-cache@^10.2.2: |
7442 | 7481 | resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119" |
7443 | 7482 | integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ== |
7444 | 7483 |
|
| 7484 | +lru-cache@^11.0.0: |
| 7485 | + version "11.2.1" |
| 7486 | + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.2.1.tgz#d426ac471521729c6c1acda5f7a633eadaa28db2" |
| 7487 | + integrity sha512-r8LA6i4LP4EeWOhqBaZZjDWwehd1xUJPCJd9Sv300H0ZmcUER4+JPh7bqqZeqs1o5pgtgvXm+d9UGrB5zZGDiQ== |
| 7488 | + |
7445 | 7489 | lru-cache@^6.0.0: |
7446 | 7490 | version "6.0.0" |
7447 | 7491 | resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" |
@@ -7667,6 +7711,13 @@ mimic-fn@^4.0.0: |
7667 | 7711 | resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-4.0.0.tgz#60a90550d5cb0b239cca65d893b1a53b29871ecc" |
7668 | 7712 | integrity sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw== |
7669 | 7713 |
|
| 7714 | +minimatch@^10.0.3: |
| 7715 | + version "10.0.3" |
| 7716 | + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa" |
| 7717 | + integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw== |
| 7718 | + dependencies: |
| 7719 | + "@isaacs/brace-expansion" "^5.0.0" |
| 7720 | + |
7670 | 7721 | minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2: |
7671 | 7722 | version "3.1.2" |
7672 | 7723 | resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" |
@@ -8755,6 +8806,14 @@ path-scurry@^1.11.1: |
8755 | 8806 | lru-cache "^10.2.0" |
8756 | 8807 | minipass "^5.0.0 || ^6.0.2 || ^7.0.0" |
8757 | 8808 |
|
| 8809 | +path-scurry@^2.0.0: |
| 8810 | + version "2.0.0" |
| 8811 | + resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580" |
| 8812 | + integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg== |
| 8813 | + dependencies: |
| 8814 | + lru-cache "^11.0.0" |
| 8815 | + minipass "^7.1.2" |
| 8816 | + |
8758 | 8817 | path-to-regexp@0.1.7: |
8759 | 8818 | version "0.1.7" |
8760 | 8819 | resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" |
@@ -9407,6 +9466,14 @@ rimraf@^3.0.0: |
9407 | 9466 | dependencies: |
9408 | 9467 | glob "^7.1.3" |
9409 | 9468 |
|
| 9469 | +rimraf@^6.0.0: |
| 9470 | + version "6.0.1" |
| 9471 | + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e" |
| 9472 | + integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A== |
| 9473 | + dependencies: |
| 9474 | + glob "^11.0.0" |
| 9475 | + package-json-from-dist "^1.0.0" |
| 9476 | + |
9410 | 9477 | rsvp@^4.8.4: |
9411 | 9478 | version "4.8.5" |
9412 | 9479 | resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.5.tgz#c8f155311d167f68f21e168df71ec5b083113734" |
|
0 commit comments