@@ -3981,6 +3981,16 @@ glob-parent@^6.0.2:
3981
3981
dependencies :
3982
3982
is-glob "^4.0.3"
3983
3983
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
+
3984
3994
glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.1.7 :
3985
3995
version "7.2.3"
3986
3996
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -4004,16 +4014,6 @@ glob@^8.0.1:
4004
4014
minimatch "^5.0.1"
4005
4015
once "^1.3.0"
4006
4016
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
-
4017
4017
globals@^11.1.0 :
4018
4018
version "11.12.0"
4019
4019
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
@@ -5324,16 +5324,16 @@ lru-cache@^6.0.0:
5324
5324
dependencies :
5325
5325
yallist "^4.0.0"
5326
5326
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
-
5332
5327
lru-cache@^7.4.4, lru-cache@^7.5.1, lru-cache@^7.7.1 :
5333
5328
version "7.13.1"
5334
5329
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.13.1.tgz#267a81fbd0881327c46a81c5922606a2cfe336c4"
5335
5330
integrity sha512-CHqbAq7NFlW3RSnoWXLJBxCWaZVBrfa9UEHId2M3AW8iEBurbqduNexEUCGc3SHc6iCYXNJCDi903LajSVAEPQ==
5336
5331
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
+
5337
5337
make-dir@^3.0.0, make-dir@^3.0.2 :
5338
5338
version "3.1.0"
5339
5339
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f"
@@ -5912,10 +5912,10 @@ minimatch@^5.0.1:
5912
5912
dependencies :
5913
5913
brace-expansion "^2.0.1"
5914
5914
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 ==
5919
5919
dependencies :
5920
5920
brace-expansion "^2.0.1"
5921
5921
@@ -5987,10 +5987,10 @@ minipass@^3.0.0, minipass@^3.1.1, minipass@^3.1.6:
5987
5987
dependencies :
5988
5988
yallist "^4.0.0"
5989
5989
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 ==
5994
5994
5995
5995
minizlib@^2.1.1, minizlib@^2.1.2 :
5996
5996
version "2.1.2"
@@ -6712,13 +6712,13 @@ path-parse@^1.0.7:
6712
6712
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
6713
6713
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
6714
6714
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 ==
6719
6719
dependencies :
6720
- lru-cache "^7.14.1 "
6721
- minipass "^4 .0.2 "
6720
+ lru-cache "^9.0.0 "
6721
+ minipass "^5 .0.0 "
6722
6722
6723
6723
path-type@^4.0.0 :
6724
6724
version "4.0.0"
@@ -7286,12 +7286,12 @@ rimraf@^3.0.0, rimraf@^3.0.2:
7286
7286
dependencies :
7287
7287
glob "^7.1.3"
7288
7288
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 ==
7293
7293
dependencies :
7294
- glob "^9.2 .0"
7294
+ glob "^10.0 .0"
7295
7295
7296
7296
ripemd160@^2.0.0, ripemd160@^2.0.1 :
7297
7297
version "2.0.2"
0 commit comments