@@ -2298,6 +2298,16 @@ glob-parent@^6.0.2:
22982298 dependencies :
22992299 is-glob "^4.0.3"
23002300
2301+ glob@^10.0.0 :
2302+ version "10.0.0"
2303+ resolved "https://registry.yarnpkg.com/glob/-/glob-10.0.0.tgz#034ab2e93644ba702e769c3e0558143d3fbd1612"
2304+ integrity sha512-zmp9ZDC6NpDNLujV2W2n+3lH+BafIVZ4/ct+Yj3BMZTH/+bgm/eVjHzeFLwxJrrIGgjjS2eiQLlpurHsNlEAtQ==
2305+ dependencies :
2306+ fs.realpath "^1.0.0"
2307+ minimatch "^9.0.0"
2308+ minipass "^5.0.0"
2309+ path-scurry "^1.6.4"
2310+
23012311glob@^7.1.3 :
23022312 version "7.1.6"
23032313 resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
@@ -2322,16 +2332,6 @@ glob@^7.1.4:
23222332 once "^1.3.0"
23232333 path-is-absolute "^1.0.0"
23242334
2325- glob@^9.2.0 :
2326- version "9.2.1"
2327- resolved "https://registry.yarnpkg.com/glob/-/glob-9.2.1.tgz#f47e34e1119e7d4f93a546e75851ba1f1e68de50"
2328- integrity sha512-Pxxgq3W0HyA3XUvSXcFhRSs+43Jsx0ddxcFrbjxNGkL2Ak5BAUBxLqI5G6ADDeCHLfzzXFhe0b1yYcctGmytMA==
2329- dependencies :
2330- fs.realpath "^1.0.0"
2331- minimatch "^7.4.1"
2332- minipass "^4.2.4"
2333- path-scurry "^1.6.1"
2334-
23352335globals@^11.1.0 :
23362336 version "11.12.0"
23372337 resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
@@ -3200,10 +3200,10 @@ lru-cache@^6.0.0:
32003200 dependencies :
32013201 yallist "^4.0.0"
32023202
3203- lru-cache@^7.14.1 :
3204- version "7.18.1 "
3205- resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.1 .tgz#4716408dec51d5d0104732647f584d1f6738b109 "
3206- integrity sha512-8/HcIENyQnfUTCDizRu9rrDyG6XG/21M4X7/YEGZeD76ZJilFPAUVb/2zysFf7VVO1LEjCDFyHp8pMMvozIrvg ==
3203+ lru-cache@^9.0.0 :
3204+ version "9.0.0 "
3205+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-9.0.0 .tgz#daece36a9fc332e93f8e75f3fcfd17900253567c "
3206+ integrity sha512-9AEKXzvOZc4BMacFnYiTOlDH/197LNnQIK9wZ6iMB5NXPzuv4bWR/Msv7iUMplkiMQ1qQL+KSv/JF1mZAB5Lrg ==
32073207
32083208make-dir@^3.0.0 :
32093209 version "3.1.0"
@@ -3282,17 +3282,17 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.2:
32823282 dependencies :
32833283 brace-expansion "^1.1.7"
32843284
3285- minimatch@^7.4.1 :
3286- version "7.4.2 "
3287- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.4.2 .tgz#157e847d79ca671054253b840656720cb733f10f "
3288- integrity sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA ==
3285+ minimatch@^9.0.0 :
3286+ version "9.0.0 "
3287+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.0 .tgz#bfc8e88a1c40ffd40c172ddac3decb8451503b56 "
3288+ integrity sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w ==
32893289 dependencies :
32903290 brace-expansion "^2.0.1"
32913291
3292- minipass@^4 .0.2, minipass@^4.2.4 :
3293- version "4.2.4 "
3294- resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.4 .tgz#7d0d97434b6a19f59c5c3221698b48bbf3b2cd06 "
3295- integrity sha512-lwycX3cBMTvcejsHITUgYj6Gy6A7Nh4Q6h9NP4sTHY1ccJlC7yKzDmiShEHsJ16Jf1nKGDEaiHxiltsJEvk0nQ ==
3292+ minipass@^5 .0.0 :
3293+ version "5.0.0 "
3294+ resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0 .tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d "
3295+ integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ ==
32963296
3297329732983298 version "2.1.2"
@@ -3520,13 +3520,13 @@ path-parse@^1.0.7:
35203520 resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
35213521 integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
35223522
3523- path-scurry@^1.6.1 :
3524- version "1.6.1 "
3525- resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.6.1 .tgz#dab45f7bb1d3f45a0e271ab258999f4ab7e23132 "
3526- integrity sha512-OW+5s+7cw6253Q4E+8qQ/u1fVvcJQCJo/VFD8pje+dbJCF1n5ZRMV2AEHbGp+5Q7jxQIYJxkHopnj6nzdGeZLA ==
3523+ path-scurry@^1.6.4 :
3524+ version "1.6.4 "
3525+ resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.6.4 .tgz#020a9449e5382a4acb684f9c7e1283bc5695de66 "
3526+ integrity sha512-Qp/9IHkdNiXJ3/Kon++At2nVpnhRiPq/aSvQN+H3U1WZbvNRK0RIQK/o4HMqPoXjpuGJUEWpHSs6Mnjxqh3TQg ==
35273527 dependencies :
3528- lru-cache "^7.14.1 "
3529- minipass "^4 .0.2 "
3528+ lru-cache "^9.0.0 "
3529+ minipass "^5 .0.0 "
35303530
35313531path-type@^4.0.0 :
35323532 version "4.0.0"
@@ -3743,12 +3743,12 @@ rfdc@^1.3.0:
37433743 resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.3.0.tgz#d0b7c441ab2720d05dc4cf26e01c89631d9da08b"
37443744 integrity sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==
37453745
3746- rimraf@4.4.1 :
3747- version "4.4.1 "
3748- resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.4.1 .tgz#bd33364f67021c5b79e93d7f4fa0568c7c21b755 "
3749- integrity sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og ==
3746+ rimraf@5.0.0 :
3747+ version "5.0.0 "
3748+ resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.0 .tgz#5bda14e410d7e4dd522154891395802ce032c2cb "
3749+ integrity sha512-Jf9llaP+RvaEVS5nPShYFhtXIrb3LRKP281ib3So0KkeZKo2wIKyq0Re7TOSwanasA423PSr6CCIL4bP6T040g ==
37503750 dependencies :
3751- glob "^9.2 .0"
3751+ glob "^10.0 .0"
37523752
37533753rimraf@^3.0.2 :
37543754 version "3.0.2"
0 commit comments