@@ -760,7 +760,7 @@ glob-parent@~5.1.2:
760
760
dependencies :
761
761
is-glob "^4.0.1"
762
762
763
- glob@^10.2.1, glob@^10. 4.5 :
763
+ glob@^10.4.5 :
764
764
version "10.4.5"
765
765
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
766
766
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
@@ -772,6 +772,18 @@ glob@^10.2.1, glob@^10.4.5:
772
772
package-json-from-dist "^1.0.0"
773
773
path-scurry "^1.11.1"
774
774
775
+ glob@^11.0.2 :
776
+ version "11.0.2"
777
+ resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.2.tgz#3261e3897bbc603030b041fd77ba636022d51ce0"
778
+ integrity sha512-YT7U7Vye+t5fZ/QMkBFrTJ7ZQxInIUjwyAjVj84CYXqgBdv30MFUPGnBR6sQaVq6Is15wYJUsnzTuWaGRBhBAQ==
779
+ dependencies :
780
+ foreground-child "^3.1.0"
781
+ jackspeak "^4.0.1"
782
+ minimatch "^10.0.0"
783
+ minipass "^7.1.2"
784
+ package-json-from-dist "^1.0.0"
785
+ path-scurry "^2.0.0"
786
+
775
787
glob@^7.1.3 :
776
788
version "7.2.3"
777
789
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -994,6 +1006,13 @@ jackspeak@^3.1.2:
994
1006
optionalDependencies :
995
1007
" @pkgjs/parseargs" " ^0.11.0"
996
1008
1009
+ jackspeak@^4.0.1 :
1010
+ version "4.1.0"
1011
+ resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.0.tgz#c489c079f2b636dc4cbe9b0312a13ff1282e561b"
1012
+ integrity sha512-9DDdhb5j6cpeitCbvLO7n7J4IxnbM6hoF6O1g4HQ5TfhvvKN8ywDM7668ZhMHRqVmxqhps/F6syWK2KcPxYlkw==
1013
+ dependencies :
1014
+ " @isaacs/cliui" " ^8.0.2"
1015
+
997
1016
jmespath@0.16.0 :
998
1017
version "0.16.0"
999
1018
resolved "https://registry.yarnpkg.com/jmespath/-/jmespath-0.16.0.tgz#b15b0a85dfd4d930d43e69ed605943c802785076"
@@ -1073,6 +1092,18 @@ lru-cache@^10.2.0:
1073
1092
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
1074
1093
integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==
1075
1094
1095
+ lru-cache@^11.0.0 :
1096
+ version "11.1.0"
1097
+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
1098
+ integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
1099
+
1100
+ minimatch@^10.0.0 :
1101
+ version "10.0.1"
1102
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
1103
+ integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
1104
+ dependencies :
1105
+ brace-expansion "^2.0.1"
1106
+
1076
1107
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2 :
1077
1108
version "3.1.2"
1078
1109
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -1218,6 +1249,14 @@ path-scurry@^1.11.1:
1218
1249
lru-cache "^10.2.0"
1219
1250
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
1220
1251
1252
+ path-scurry@^2.0.0 :
1253
+ version "2.0.0"
1254
+ resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
1255
+ integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
1256
+ dependencies :
1257
+ lru-cache "^11.0.0"
1258
+ minipass "^7.1.2"
1259
+
1221
1260
pathval@^1.1.1 :
1222
1261
version "1.1.1"
1223
1262
resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.1.tgz#8534e77a77ce7ac5a2512ea21e0fdb8fcf6c3d8d"
0 commit comments