Skip to content

Commit 9b9f195

Browse files
Update dependency @types/glob to v9
1 parent 10aacf3 commit 9b9f195

2 files changed

Lines changed: 52 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@types/bl": "5.1.4",
4949
"@types/dotenv": "8.2.3",
5050
"@types/fs-extra": "11.0.4",
51-
"@types/glob": "^8.1.0",
51+
"@types/glob": "^9.0.0",
5252
"@types/node": "24.11.0",
5353
"@types/ramda": "0.31.1",
5454
"@types/sinon": "17.0.4",

yarn.lock

Lines changed: 51 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -857,13 +857,12 @@
857857
"@types/jsonfile" "*"
858858
"@types/node" "*"
859859

860-
"@types/glob@^8.1.0":
861-
version "8.1.0"
862-
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-8.1.0.tgz#b63e70155391b0584dce44e7ea25190bbc38f2fc"
863-
integrity sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==
860+
"@types/glob@^9.0.0":
861+
version "9.0.0"
862+
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-9.0.0.tgz#7b942fafe09c55671912b34f04e8e4676faf32b1"
863+
integrity sha512-00UxlRaIUvYm4R4W9WYkN8/J+kV8fmOQ7okeH6YFtGWFMt3odD45tpG5yA5wnL7HE6lLgjaTW5n14ju2hl2NNA==
864864
dependencies:
865-
"@types/minimatch" "^5.1.2"
866-
"@types/node" "*"
865+
glob "*"
867866

868867
"@types/json-schema@^7.0.9":
869868
version "7.0.9"
@@ -887,11 +886,6 @@
887886
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40"
888887
integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==
889888

890-
"@types/minimatch@^5.1.2":
891-
version "5.1.2"
892-
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
893-
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
894-
895889
"@types/mkdirp@^0.5.2":
896890
version "0.5.2"
897891
resolved "https://registry.yarnpkg.com/@types/mkdirp/-/mkdirp-0.5.2.tgz#503aacfe5cc2703d5484326b1b27efa67a339c1f"
@@ -2029,6 +2023,11 @@ balanced-match@^1.0.0:
20292023
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
20302024
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
20312025

2026+
balanced-match@^4.0.2:
2027+
version "4.0.4"
2028+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
2029+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
2030+
20322031
base-x@^3.0.2, base-x@^3.0.8:
20332032
version "3.0.8"
20342033
resolved "https://registry.yarnpkg.com/base-x/-/base-x-3.0.8.tgz#1e1106c2537f0162e8b52474a557ebb09000018d"
@@ -2213,6 +2212,13 @@ brace-expansion@^2.0.1:
22132212
dependencies:
22142213
balanced-match "^1.0.0"
22152214

2215+
brace-expansion@^5.0.2:
2216+
version "5.0.5"
2217+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.5.tgz#dcc3a37116b79f3e1b46db994ced5d570e930fdb"
2218+
integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==
2219+
dependencies:
2220+
balanced-match "^4.0.2"
2221+
22162222
braces@^2.3.1:
22172223
version "2.3.2"
22182224
resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
@@ -4608,6 +4614,15 @@ glob-parent@^6.0.2:
46084614
dependencies:
46094615
is-glob "^4.0.3"
46104616

4617+
glob@*:
4618+
version "13.0.6"
4619+
resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.6.tgz#078666566a425147ccacfbd2e332deb66a2be71d"
4620+
integrity sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==
4621+
dependencies:
4622+
minimatch "^10.2.2"
4623+
minipass "^7.1.3"
4624+
path-scurry "^2.0.2"
4625+
46114626
glob@^10.0.0:
46124627
version "10.5.0"
46134628
resolved "https://registry.yarnpkg.com/glob/-/glob-10.5.0.tgz#8ec0355919cd3338c28428a23d4f24ecc5fe738c"
@@ -6325,6 +6340,11 @@ lru-cache@^10.2.0:
63256340
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
63266341
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
63276342

6343+
lru-cache@^11.0.0:
6344+
version "11.2.7"
6345+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.2.7.tgz#9127402617f34cd6767b96daee98c28e74458d35"
6346+
integrity sha512-aY/R+aEsRelme17KGQa/1ZSIpLpNYYrhcrepKTZgE+W3WM16YMCaPwOHLHsmopZHELU0Ojin1lPVxKR0MihncA==
6347+
63286348
lru-cache@^3.2.0:
63296349
version "3.2.0"
63306350
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-3.2.0.tgz#71789b3b7f5399bec8565dda38aa30d2a097efee"
@@ -6585,6 +6605,13 @@ minimatch@*:
65856605
dependencies:
65866606
brace-expansion "^2.0.1"
65876607

6608+
minimatch@^10.2.2:
6609+
version "10.2.4"
6610+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
6611+
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
6612+
dependencies:
6613+
brace-expansion "^5.0.2"
6614+
65886615
minimatch@^3.0.4:
65896616
version "3.0.4"
65906617
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -6631,6 +6658,11 @@ minipass@^2.6.0, minipass@^2.9.0:
66316658
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
66326659
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
66336660

6661+
minipass@^7.1.3:
6662+
version "7.1.3"
6663+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.3.tgz#79389b4eb1bb2d003a9bba87d492f2bd37bdc65b"
6664+
integrity sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==
6665+
66346666
minizlib@^1.3.3:
66356667
version "1.3.3"
66366668
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.3.3.tgz#2290de96818a34c29551c8a8d301216bd65a861d"
@@ -7408,6 +7440,14 @@ path-scurry@^1.11.1:
74087440
lru-cache "^10.2.0"
74097441
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
74107442

7443+
path-scurry@^2.0.2:
7444+
version "2.0.2"
7445+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.2.tgz#6be0d0ee02a10d9e0de7a98bae65e182c9061f85"
7446+
integrity sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==
7447+
dependencies:
7448+
lru-cache "^11.0.0"
7449+
minipass "^7.1.2"
7450+
74117451
path-to-regexp@0.1.7:
74127452
version "0.1.7"
74137453
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"

0 commit comments

Comments
 (0)