Skip to content

Commit 0c8018f

Browse files
chore: update dependency @types/glob to v9
1 parent 2838438 commit 0c8018f

File tree

2 files changed

+46
-20
lines changed

2 files changed

+46
-20
lines changed

@commitlint/config-workspace-scopes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"@commitlint/test": "^19.8.1",
3737
"@commitlint/utils": "^19.8.1",
38-
"@types/glob": "^8.1.0"
38+
"@types/glob": "^9.0.0"
3939
},
4040
"gitHead": "e82f05a737626bb69979d14564f5ff601997f679"
4141
}

yarn.lock

Lines changed: 45 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1537,13 +1537,12 @@
15371537
dependencies:
15381538
"@types/node" "*"
15391539

1540-
"@types/glob@^8.1.0":
1541-
version "8.1.0"
1542-
resolved "https://registry.npmjs.org/@types/glob/-/glob-8.1.0.tgz#b63e70155391b0584dce44e7ea25190bbc38f2fc"
1543-
integrity sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==
1540+
"@types/glob@^9.0.0":
1541+
version "9.0.0"
1542+
resolved "https://registry.npmjs.org/@types/glob/-/glob-9.0.0.tgz#7b942fafe09c55671912b34f04e8e4676faf32b1"
1543+
integrity sha512-00UxlRaIUvYm4R4W9WYkN8/J+kV8fmOQ7okeH6YFtGWFMt3odD45tpG5yA5wnL7HE6lLgjaTW5n14ju2hl2NNA==
15441544
dependencies:
1545-
"@types/minimatch" "^5.1.2"
1546-
"@types/node" "*"
1545+
glob "*"
15471546

15481547
"@types/hast@^3.0.0", "@types/hast@^3.0.4":
15491548
version "3.0.4"
@@ -1677,11 +1676,6 @@
16771676
resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40"
16781677
integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==
16791678

1680-
"@types/minimatch@^5.1.2":
1681-
version "5.1.2"
1682-
resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
1683-
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
1684-
16851679
"@types/minimist@^1.2.0", "@types/minimist@^1.2.4":
16861680
version "1.2.5"
16871681
resolved "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz#ec10755e871497bcd83efe927e43ec46e8c0747e"
@@ -3825,7 +3819,7 @@ follow-redirects@^1.15.6:
38253819
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
38263820
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
38273821

3828-
foreground-child@^3.1.0:
3822+
foreground-child@^3.1.0, foreground-child@^3.3.1:
38293823
version "3.3.1"
38303824
resolved "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
38313825
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
@@ -4045,6 +4039,18 @@ glob-parent@^5.1.2:
40454039
dependencies:
40464040
is-glob "^4.0.1"
40474041

4042+
glob@*:
4043+
version "11.0.3"
4044+
resolved "https://registry.npmjs.org/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6"
4045+
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==
4046+
dependencies:
4047+
foreground-child "^3.3.1"
4048+
jackspeak "^4.1.1"
4049+
minimatch "^10.0.3"
4050+
minipass "^7.1.2"
4051+
package-json-from-dist "^1.0.0"
4052+
path-scurry "^2.0.0"
4053+
40484054
40494055
version "7.2.3"
40504056
resolved "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -4690,6 +4696,13 @@ jackspeak@^3.1.2:
46904696
optionalDependencies:
46914697
"@pkgjs/parseargs" "^0.11.0"
46924698

4699+
jackspeak@^4.1.1:
4700+
version "4.1.1"
4701+
resolved "https://registry.npmjs.org/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae"
4702+
integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==
4703+
dependencies:
4704+
"@isaacs/cliui" "^8.0.2"
4705+
46934706
jake@^10.8.5:
46944707
version "10.9.2"
46954708
resolved "https://registry.npmjs.org/jake/-/jake-10.9.2.tgz#6ae487e6a69afec3a5e167628996b59f35ae2b7f"
@@ -5170,6 +5183,11 @@ lru-cache@^10.0.1, lru-cache@^10.2.0, lru-cache@^10.2.2:
51705183
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
51715184
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
51725185

5186+
lru-cache@^11.0.0:
5187+
version "11.1.0"
5188+
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
5189+
integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
5190+
51735191
lru-cache@^5.1.1:
51745192
version "5.1.1"
51755193
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -5386,6 +5404,13 @@ [email protected]:
53865404
dependencies:
53875405
brace-expansion "^2.0.1"
53885406

5407+
minimatch@^10.0.3, "minimatch@^9.0.3 || ^10.0.1":
5408+
version "10.0.3"
5409+
resolved "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
5410+
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
5411+
dependencies:
5412+
"@isaacs/brace-expansion" "^5.0.0"
5413+
53895414
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
53905415
version "3.1.2"
53915416
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -5414,13 +5439,6 @@ minimatch@^9.0.0, minimatch@^9.0.4:
54145439
dependencies:
54155440
brace-expansion "^2.0.1"
54165441

5417-
"minimatch@^9.0.3 || ^10.0.1":
5418-
version "10.0.3"
5419-
resolved "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
5420-
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
5421-
dependencies:
5422-
"@isaacs/brace-expansion" "^5.0.0"
5423-
54245442
54255443
version "4.1.0"
54265444
resolved "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -6117,6 +6135,14 @@ path-scurry@^1.11.1, path-scurry@^1.6.1:
61176135
lru-cache "^10.2.0"
61186136
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
61196137

6138+
path-scurry@^2.0.0:
6139+
version "2.0.0"
6140+
resolved "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
6141+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
6142+
dependencies:
6143+
lru-cache "^11.0.0"
6144+
minipass "^7.1.2"
6145+
61206146
path-type@^3.0.0:
61216147
version "3.0.0"
61226148
resolved "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"

0 commit comments

Comments
 (0)