@@ -3981,6 +3981,16 @@ glob-parent@^6.0.2:
39813981 dependencies :
39823982 is-glob "^4.0.3"
39833983
3984+ glob@^10.0.0 :
3985+ version "10.0.0"
3986+ resolved "https://registry.yarnpkg.com/glob/-/glob-10.0.0.tgz#034ab2e93644ba702e769c3e0558143d3fbd1612"
3987+ integrity sha512-zmp9ZDC6NpDNLujV2W2n+3lH+BafIVZ4/ct+Yj3BMZTH/+bgm/eVjHzeFLwxJrrIGgjjS2eiQLlpurHsNlEAtQ==
3988+ dependencies :
3989+ fs.realpath "^1.0.0"
3990+ minimatch "^9.0.0"
3991+ minipass "^5.0.0"
3992+ path-scurry "^1.6.4"
3993+
39843994glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.1.7 :
39853995 version "7.2.3"
39863996 resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -4004,16 +4014,6 @@ glob@^8.0.1:
40044014 minimatch "^5.0.1"
40054015 once "^1.3.0"
40064016
4007- glob@^9.2.0 :
4008- version "9.2.1"
4009- resolved "https://registry.yarnpkg.com/glob/-/glob-9.2.1.tgz#f47e34e1119e7d4f93a546e75851ba1f1e68de50"
4010- integrity sha512-Pxxgq3W0HyA3XUvSXcFhRSs+43Jsx0ddxcFrbjxNGkL2Ak5BAUBxLqI5G6ADDeCHLfzzXFhe0b1yYcctGmytMA==
4011- dependencies :
4012- fs.realpath "^1.0.0"
4013- minimatch "^7.4.1"
4014- minipass "^4.2.4"
4015- path-scurry "^1.6.1"
4016-
40174017globals@^11.1.0 :
40184018 version "11.12.0"
40194019 resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
@@ -5324,16 +5324,16 @@ lru-cache@^6.0.0:
53245324 dependencies :
53255325 yallist "^4.0.0"
53265326
5327- lru-cache@^7.14.1 :
5328- version "7.18.1"
5329- resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.1.tgz#4716408dec51d5d0104732647f584d1f6738b109"
5330- integrity sha512-8/HcIENyQnfUTCDizRu9rrDyG6XG/21M4X7/YEGZeD76ZJilFPAUVb/2zysFf7VVO1LEjCDFyHp8pMMvozIrvg==
5331-
53325327lru-cache@^7.4.4, lru-cache@^7.5.1, lru-cache@^7.7.1 :
53335328 version "7.13.1"
53345329 resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.13.1.tgz#267a81fbd0881327c46a81c5922606a2cfe336c4"
53355330 integrity sha512-CHqbAq7NFlW3RSnoWXLJBxCWaZVBrfa9UEHId2M3AW8iEBurbqduNexEUCGc3SHc6iCYXNJCDi903LajSVAEPQ==
53365331
5332+ lru-cache@^9.0.0 :
5333+ version "9.0.0"
5334+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-9.0.0.tgz#daece36a9fc332e93f8e75f3fcfd17900253567c"
5335+ integrity sha512-9AEKXzvOZc4BMacFnYiTOlDH/197LNnQIK9wZ6iMB5NXPzuv4bWR/Msv7iUMplkiMQ1qQL+KSv/JF1mZAB5Lrg==
5336+
53375337make-dir@^3.0.0, make-dir@^3.0.2 :
53385338 version "3.1.0"
53395339 resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f"
@@ -5912,10 +5912,10 @@ minimatch@^5.0.1:
59125912 dependencies :
59135913 brace-expansion "^2.0.1"
59145914
5915- minimatch@^7.4.1 :
5916- version "7.4.2 "
5917- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.4.2 .tgz#157e847d79ca671054253b840656720cb733f10f "
5918- integrity sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA ==
5915+ minimatch@^9.0.0 :
5916+ version "9.0.0 "
5917+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.0 .tgz#bfc8e88a1c40ffd40c172ddac3decb8451503b56 "
5918+ integrity sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w ==
59195919 dependencies :
59205920 brace-expansion "^2.0.1"
59215921
@@ -5987,10 +5987,10 @@ minipass@^3.0.0, minipass@^3.1.1, minipass@^3.1.6:
59875987 dependencies :
59885988 yallist "^4.0.0"
59895989
5990- minipass@^4 .0.2, minipass@^4.2.4 :
5991- version "4.2.4 "
5992- resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.4 .tgz#7d0d97434b6a19f59c5c3221698b48bbf3b2cd06 "
5993- integrity sha512-lwycX3cBMTvcejsHITUgYj6Gy6A7Nh4Q6h9NP4sTHY1ccJlC7yKzDmiShEHsJ16Jf1nKGDEaiHxiltsJEvk0nQ ==
5990+ minipass@^5 .0.0 :
5991+ version "5.0.0 "
5992+ resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0 .tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d "
5993+ integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ ==
59945994
59955995minizlib@^2.1.1, minizlib@^2.1.2 :
59965996 version "2.1.2"
@@ -6712,13 +6712,13 @@ path-parse@^1.0.7:
67126712 resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
67136713 integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
67146714
6715- path-scurry@^1.6.1 :
6716- version "1.6.1 "
6717- resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.6.1 .tgz#dab45f7bb1d3f45a0e271ab258999f4ab7e23132 "
6718- integrity sha512-OW+5s+7cw6253Q4E+8qQ/u1fVvcJQCJo/VFD8pje+dbJCF1n5ZRMV2AEHbGp+5Q7jxQIYJxkHopnj6nzdGeZLA ==
6715+ path-scurry@^1.6.4 :
6716+ version "1.6.4 "
6717+ resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.6.4 .tgz#020a9449e5382a4acb684f9c7e1283bc5695de66 "
6718+ integrity sha512-Qp/9IHkdNiXJ3/Kon++At2nVpnhRiPq/aSvQN+H3U1WZbvNRK0RIQK/o4HMqPoXjpuGJUEWpHSs6Mnjxqh3TQg ==
67196719 dependencies :
6720- lru-cache "^7.14.1 "
6721- minipass "^4 .0.2 "
6720+ lru-cache "^9.0.0 "
6721+ minipass "^5 .0.0 "
67226722
67236723path-type@^4.0.0 :
67246724 version "4.0.0"
@@ -7286,12 +7286,12 @@ rimraf@^3.0.0, rimraf@^3.0.2:
72867286 dependencies :
72877287 glob "^7.1.3"
72887288
7289- rimraf@^4 .0.0 :
7290- version "4.4.1 "
7291- resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.4.1 .tgz#bd33364f67021c5b79e93d7f4fa0568c7c21b755 "
7292- integrity sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og ==
7289+ rimraf@^5 .0.0 :
7290+ version "5.0.0 "
7291+ resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-5.0.0 .tgz#5bda14e410d7e4dd522154891395802ce032c2cb "
7292+ integrity sha512-Jf9llaP+RvaEVS5nPShYFhtXIrb3LRKP281ib3So0KkeZKo2wIKyq0Re7TOSwanasA423PSr6CCIL4bP6T040g ==
72937293 dependencies :
7294- glob "^9.2 .0"
7294+ glob "^10.0 .0"
72957295
72967296ripemd160@^2.0.0, ripemd160@^2.0.1 :
72977297 version "2.0.2"
0 commit comments