|
835 | 835 | resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.2.tgz#1860473de7dfa1546767448f333db80cb0ff2161" |
836 | 836 | integrity sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ== |
837 | 837 |
|
| 838 | +"@isaacs/balanced-match@^4.0.1": |
| 839 | + version "4.0.1" |
| 840 | + resolved "https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29" |
| 841 | + integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ== |
| 842 | + |
| 843 | +"@isaacs/brace-expansion@^5.0.0": |
| 844 | + version "5.0.0" |
| 845 | + resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz#4b3dabab7d8e75a429414a96bd67bf4c1d13e0f3" |
| 846 | + integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA== |
| 847 | + dependencies: |
| 848 | + "@isaacs/balanced-match" "^4.0.1" |
| 849 | + |
838 | 850 | "@isaacs/cliui@^8.0.2": |
839 | 851 | version "8.0.2" |
840 | 852 | resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550" |
@@ -2920,7 +2932,7 @@ for-own@^0.1.4: |
2920 | 2932 | dependencies: |
2921 | 2933 | for-in "^1.0.1" |
2922 | 2934 |
|
2923 | | -foreground-child@^3.1.0: |
| 2935 | +foreground-child@^3.1.0, foreground-child@^3.3.1: |
2924 | 2936 | version "3.3.1" |
2925 | 2937 | resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f" |
2926 | 2938 | integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw== |
@@ -3069,16 +3081,17 @@ glob-parent@^6.0.2: |
3069 | 3081 | dependencies: |
3070 | 3082 | is-glob "^4.0.3" |
3071 | 3083 |
|
3072 | | -glob@8.1.0: |
3073 | | - version "8.1.0" |
3074 | | - resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e" |
3075 | | - integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ== |
| 3084 | +glob@11.0.3: |
| 3085 | + version "11.0.3" |
| 3086 | + resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6" |
| 3087 | + integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA== |
3076 | 3088 | dependencies: |
3077 | | - fs.realpath "^1.0.0" |
3078 | | - inflight "^1.0.4" |
3079 | | - inherits "2" |
3080 | | - minimatch "^5.0.1" |
3081 | | - once "^1.3.0" |
| 3089 | + foreground-child "^3.3.1" |
| 3090 | + jackspeak "^4.1.1" |
| 3091 | + minimatch "^10.0.3" |
| 3092 | + minipass "^7.1.2" |
| 3093 | + package-json-from-dist "^1.0.0" |
| 3094 | + path-scurry "^2.0.0" |
3082 | 3095 |
|
3083 | 3096 | glob@^10.3.10: |
3084 | 3097 | version "10.4.5" |
@@ -3634,6 +3647,13 @@ jackspeak@^3.1.2: |
3634 | 3647 | optionalDependencies: |
3635 | 3648 | "@pkgjs/parseargs" "^0.11.0" |
3636 | 3649 |
|
| 3650 | +jackspeak@^4.1.1: |
| 3651 | + version "4.1.1" |
| 3652 | + resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae" |
| 3653 | + integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ== |
| 3654 | + dependencies: |
| 3655 | + "@isaacs/cliui" "^8.0.2" |
| 3656 | + |
3637 | 3657 | jest-changed-files@30.0.2: |
3638 | 3658 | version "30.0.2" |
3639 | 3659 | resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-30.0.2.tgz#2c275263037f8f291b71cbb0a4f639c519ab7eb8" |
@@ -4186,6 +4206,11 @@ lru-cache@^10.2.0: |
4186 | 4206 | resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119" |
4187 | 4207 | integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ== |
4188 | 4208 |
|
| 4209 | +lru-cache@^11.0.0: |
| 4210 | + version "11.1.0" |
| 4211 | + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117" |
| 4212 | + integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A== |
| 4213 | + |
4189 | 4214 | lru-cache@^5.1.1: |
4190 | 4215 | version "5.1.1" |
4191 | 4216 | resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" |
@@ -4348,20 +4373,20 @@ mimic-fn@^2.1.0: |
4348 | 4373 | resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" |
4349 | 4374 | integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== |
4350 | 4375 |
|
| 4376 | +minimatch@^10.0.3: |
| 4377 | + version "10.0.3" |
| 4378 | + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa" |
| 4379 | + integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw== |
| 4380 | + dependencies: |
| 4381 | + "@isaacs/brace-expansion" "^5.0.0" |
| 4382 | + |
4351 | 4383 | minimatch@^3.0.4, minimatch@^3.1.2: |
4352 | 4384 | version "3.1.2" |
4353 | 4385 | resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" |
4354 | 4386 | integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== |
4355 | 4387 | dependencies: |
4356 | 4388 | brace-expansion "^1.1.7" |
4357 | 4389 |
|
4358 | | -minimatch@^5.0.1: |
4359 | | - version "5.1.0" |
4360 | | - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.0.tgz#1717b464f4971b144f6aabe8f2d0b8e4511e09c7" |
4361 | | - integrity sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg== |
4362 | | - dependencies: |
4363 | | - brace-expansion "^2.0.1" |
4364 | | - |
4365 | 4390 | minimatch@^9.0.4: |
4366 | 4391 | version "9.0.4" |
4367 | 4392 | resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51" |
@@ -4705,6 +4730,14 @@ path-scurry@^1.11.1: |
4705 | 4730 | lru-cache "^10.2.0" |
4706 | 4731 | minipass "^5.0.0 || ^6.0.2 || ^7.0.0" |
4707 | 4732 |
|
| 4733 | +path-scurry@^2.0.0: |
| 4734 | + version "2.0.0" |
| 4735 | + resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580" |
| 4736 | + integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg== |
| 4737 | + dependencies: |
| 4738 | + lru-cache "^11.0.0" |
| 4739 | + minipass "^7.1.2" |
| 4740 | + |
4708 | 4741 | path-to-regexp@0.1.12: |
4709 | 4742 | version "0.1.12" |
4710 | 4743 | resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.12.tgz#d5e1a12e478a976d432ef3c58d534b9923164bb7" |
|
0 commit comments