@@ -6723,6 +6723,18 @@ glob@^10.2.2, glob@^10.3.7, glob@^10.4.1, glob@^10.4.5:
67236723 package-json-from-dist "^1.0.0"
67246724 path-scurry "^1.11.1"
67256725
6726+ glob@^11.0.0:
6727+ version "11.0.2"
6728+ resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.2.tgz#3261e3897bbc603030b041fd77ba636022d51ce0"
6729+ integrity sha512-YT7U7Vye+t5fZ/QMkBFrTJ7ZQxInIUjwyAjVj84CYXqgBdv30MFUPGnBR6sQaVq6Is15wYJUsnzTuWaGRBhBAQ==
6730+ dependencies:
6731+ foreground-child "^3.1.0"
6732+ jackspeak "^4.0.1"
6733+ minimatch "^10.0.0"
6734+ minipass "^7.1.2"
6735+ package-json-from-dist "^1.0.0"
6736+ path-scurry "^2.0.0"
6737+
67266738glob@^5.0.10, glob@^5.0.15:
67276739 version "5.0.15"
67286740 resolved "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz"
@@ -6757,7 +6769,7 @@ glob@^8.0.1:
67576769 minimatch "^5.0.1"
67586770 once "^1.3.0"
67596771
6760- glob@^9.0.0, glob@^9. 2.0:
6772+ glob@^9.2.0:
67616773 version "9.3.5"
67626774 resolved "https://registry.npmjs.org/glob/-/glob-9.3.5.tgz"
67636775 integrity sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==
@@ -7718,6 +7730,13 @@ jackspeak@^3.1.2:
77187730 optionalDependencies:
77197731 "@pkgjs/parseargs" "^0.11.0"
77207732
7733+ jackspeak@^4.0.1:
7734+ version "4.1.0"
7735+ resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.0.tgz#c489c079f2b636dc4cbe9b0312a13ff1282e561b"
7736+ integrity sha512-9DDdhb5j6cpeitCbvLO7n7J4IxnbM6hoF6O1g4HQ5TfhvvKN8ywDM7668ZhMHRqVmxqhps/F6syWK2KcPxYlkw==
7737+ dependencies:
7738+ "@isaacs/cliui" "^8.0.2"
7739+
77217740jake@^10.8.5:
77227741 version "10.9.2"
77237742 resolved "https://registry.npmjs.org/jake/-/jake-10.9.2.tgz"
@@ -8360,6 +8379,11 @@ lru-cache@^10.2.0, lru-cache@^10.4.3:
83608379 resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz"
83618380 integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
83628381
8382+ lru-cache@^11.0.0:
8383+ version "11.1.0"
8384+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
8385+ integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
8386+
83638387lru-cache@^5.1.1:
83648388 version "5.1.1"
83658389 resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz"
@@ -8610,6 +8634,13 @@ minimatch@3.0.5:
86108634 dependencies:
86118635 brace-expansion "^1.1.7"
86128636
8637+ minimatch@^10.0.0:
8638+ version "10.0.1"
8639+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
8640+ integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
8641+ dependencies:
8642+ brace-expansion "^2.0.1"
8643+
86138644minimatch@^5.0.1, minimatch@^5.1.6:
86148645 version "5.1.6"
86158646 resolved "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz"
@@ -9716,6 +9747,14 @@ path-scurry@^1.11.1, path-scurry@^1.6.1:
97169747 lru-cache "^10.2.0"
97179748 minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
97189749
9750+ path-scurry@^2.0.0:
9751+ version "2.0.0"
9752+ resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
9753+ integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
9754+ dependencies:
9755+ lru-cache "^11.0.0"
9756+ minipass "^7.1.2"
9757+
97199758path-type@^3.0.0:
97209759 version "3.0.0"
97219760 resolved "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz"
0 commit comments