Skip to content

Commit f198f93

Browse files
fix: update dependency glob to v11
1 parent 2838438 commit f198f93

File tree

5 files changed

+44
-12
lines changed

5 files changed

+44
-12
lines changed

@commitlint/config-patternplate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"dependencies": {
3535
"@commitlint/config-angular": "^19.8.1",
36-
"glob": "^10.3.10",
36+
"glob": "^11.0.0",
3737
"lodash.merge": "^4.6.2"
3838
},
3939
"devDependencies": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"node": ">=v18"
3131
},
3232
"dependencies": {
33-
"glob": "^10.3.10"
33+
"glob": "^11.0.0"
3434
},
3535
"devDependencies": {
3636
"@commitlint/test": "^19.8.1",

@commitlint/ensure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@types/lodash.snakecase": "^4.1.8",
4343
"@types/lodash.startcase": "^4.4.8",
4444
"@types/lodash.upperfirst": "^4.3.8",
45-
"glob": "^10.3.10"
45+
"glob": "^11.0.0"
4646
},
4747
"dependencies": {
4848
"@commitlint/types": "^19.8.1",

@commitlint/rules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@commitlint/test": "^19.8.1",
4141
"@commitlint/utils": "^19.8.1",
4242
"conventional-changelog-angular": "^7.0.0",
43-
"glob": "^10.3.10"
43+
"glob": "^11.0.0"
4444
},
4545
"dependencies": {
4646
"@commitlint/ensure": "^19.8.1",

yarn.lock

Lines changed: 40 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3825,7 +3825,7 @@ follow-redirects@^1.15.6:
38253825
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
38263826
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
38273827

3828-
foreground-child@^3.1.0:
3828+
foreground-child@^3.1.0, foreground-child@^3.3.1:
38293829
version "3.3.1"
38303830
resolved "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
38313831
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
@@ -4069,6 +4069,18 @@ glob@^10.2.2, glob@^10.3.10, glob@^10.4.1:
40694069
package-json-from-dist "^1.0.0"
40704070
path-scurry "^1.11.1"
40714071

4072+
glob@^11.0.0:
4073+
version "11.0.3"
4074+
resolved "https://registry.npmjs.org/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6"
4075+
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==
4076+
dependencies:
4077+
foreground-child "^3.3.1"
4078+
jackspeak "^4.1.1"
4079+
minimatch "^10.0.3"
4080+
minipass "^7.1.2"
4081+
package-json-from-dist "^1.0.0"
4082+
path-scurry "^2.0.0"
4083+
40724084
glob@^9.2.0:
40734085
version "9.3.5"
40744086
resolved "https://registry.npmjs.org/glob/-/glob-9.3.5.tgz#ca2ed8ca452781a3009685607fdf025a899dfe21"
@@ -4690,6 +4702,13 @@ jackspeak@^3.1.2:
46904702
optionalDependencies:
46914703
"@pkgjs/parseargs" "^0.11.0"
46924704

4705+
jackspeak@^4.1.1:
4706+
version "4.1.1"
4707+
resolved "https://registry.npmjs.org/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae"
4708+
integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==
4709+
dependencies:
4710+
"@isaacs/cliui" "^8.0.2"
4711+
46934712
jake@^10.8.5:
46944713
version "10.9.2"
46954714
resolved "https://registry.npmjs.org/jake/-/jake-10.9.2.tgz#6ae487e6a69afec3a5e167628996b59f35ae2b7f"
@@ -5170,6 +5189,11 @@ lru-cache@^10.0.1, lru-cache@^10.2.0, lru-cache@^10.2.2:
51705189
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
51715190
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
51725191

5192+
lru-cache@^11.0.0:
5193+
version "11.1.0"
5194+
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
5195+
integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
5196+
51735197
lru-cache@^5.1.1:
51745198
version "5.1.1"
51755199
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -5386,6 +5410,13 @@ [email protected]:
53865410
dependencies:
53875411
brace-expansion "^2.0.1"
53885412

5413+
minimatch@^10.0.3, "minimatch@^9.0.3 || ^10.0.1":
5414+
version "10.0.3"
5415+
resolved "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
5416+
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
5417+
dependencies:
5418+
"@isaacs/brace-expansion" "^5.0.0"
5419+
53895420
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
53905421
version "3.1.2"
53915422
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -5414,13 +5445,6 @@ minimatch@^9.0.0, minimatch@^9.0.4:
54145445
dependencies:
54155446
brace-expansion "^2.0.1"
54165447

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-
54245448
54255449
version "4.1.0"
54265450
resolved "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -6117,6 +6141,14 @@ path-scurry@^1.11.1, path-scurry@^1.6.1:
61176141
lru-cache "^10.2.0"
61186142
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
61196143

6144+
path-scurry@^2.0.0:
6145+
version "2.0.0"
6146+
resolved "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
6147+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
6148+
dependencies:
6149+
lru-cache "^11.0.0"
6150+
minipass "^7.1.2"
6151+
61206152
path-type@^3.0.0:
61216153
version "3.0.0"
61226154
resolved "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"

0 commit comments

Comments
 (0)