Skip to content

Commit d33b442

Browse files
fix: update dependency glob to v11
1 parent 407be6c commit d33b442

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": "^20.0.0",
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": "^20.0.0",

@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": "^20.0.0",

@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": "^20.0.0",
4141
"@commitlint/utils": "^20.0.0",
4242
"conventional-changelog-angular": "^7.0.0",
43-
"glob": "^10.3.10"
43+
"glob": "^11.0.0"
4444
},
4545
"dependencies": {
4646
"@commitlint/ensure": "^20.0.0",

yarn.lock

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

4100-
foreground-child@^3.1.0:
4100+
foreground-child@^3.1.0, foreground-child@^3.3.1:
41014101
version "3.3.1"
41024102
resolved "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
41034103
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
@@ -4341,6 +4341,18 @@ glob@^10.2.2, glob@^10.3.10, glob@^10.4.1:
43414341
package-json-from-dist "^1.0.0"
43424342
path-scurry "^1.11.1"
43434343

4344+
glob@^11.0.0:
4345+
version "11.0.3"
4346+
resolved "https://registry.npmjs.org/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6"
4347+
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==
4348+
dependencies:
4349+
foreground-child "^3.3.1"
4350+
jackspeak "^4.1.1"
4351+
minimatch "^10.0.3"
4352+
minipass "^7.1.2"
4353+
package-json-from-dist "^1.0.0"
4354+
path-scurry "^2.0.0"
4355+
43444356
glob@^9.2.0:
43454357
version "9.3.5"
43464358
resolved "https://registry.npmjs.org/glob/-/glob-9.3.5.tgz#ca2ed8ca452781a3009685607fdf025a899dfe21"
@@ -4962,6 +4974,13 @@ jackspeak@^3.1.2:
49624974
optionalDependencies:
49634975
"@pkgjs/parseargs" "^0.11.0"
49644976

4977+
jackspeak@^4.1.1:
4978+
version "4.1.1"
4979+
resolved "https://registry.npmjs.org/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae"
4980+
integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==
4981+
dependencies:
4982+
"@isaacs/cliui" "^8.0.2"
4983+
49654984
jake@^10.8.5:
49664985
version "10.9.2"
49674986
resolved "https://registry.npmjs.org/jake/-/jake-10.9.2.tgz#6ae487e6a69afec3a5e167628996b59f35ae2b7f"
@@ -5442,6 +5461,11 @@ lru-cache@^10.0.1, lru-cache@^10.2.0, lru-cache@^10.2.2:
54425461
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
54435462
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
54445463

5464+
lru-cache@^11.0.0:
5465+
version "11.2.2"
5466+
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.2.tgz#40fd37edffcfae4b2940379c0722dc6eeaa75f24"
5467+
integrity sha512-F9ODfyqML2coTIsQpSkRHnLSZMtkU8Q+mSfcaIyKwy58u+8k5nvAYeiNhsyMARvzNcXJ9QfWVrcPsC9e9rAxtg==
5468+
54455469
lru-cache@^5.1.1:
54465470
version "5.1.1"
54475471
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -5658,6 +5682,13 @@ [email protected]:
56585682
dependencies:
56595683
brace-expansion "^2.0.1"
56605684

5685+
minimatch@^10.0.3, "minimatch@^9.0.3 || ^10.0.1":
5686+
version "10.0.3"
5687+
resolved "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
5688+
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
5689+
dependencies:
5690+
"@isaacs/brace-expansion" "^5.0.0"
5691+
56615692
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
56625693
version "3.1.2"
56635694
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -5686,13 +5717,6 @@ minimatch@^9.0.0, minimatch@^9.0.4:
56865717
dependencies:
56875718
brace-expansion "^2.0.1"
56885719

5689-
"minimatch@^9.0.3 || ^10.0.1":
5690-
version "10.0.3"
5691-
resolved "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
5692-
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
5693-
dependencies:
5694-
"@isaacs/brace-expansion" "^5.0.0"
5695-
56965720
56975721
version "4.1.0"
56985722
resolved "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -6389,6 +6413,14 @@ path-scurry@^1.11.1, path-scurry@^1.6.1:
63896413
lru-cache "^10.2.0"
63906414
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
63916415

6416+
path-scurry@^2.0.0:
6417+
version "2.0.0"
6418+
resolved "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
6419+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
6420+
dependencies:
6421+
lru-cache "^11.0.0"
6422+
minipass "^7.1.2"
6423+
63926424
path-type@^3.0.0:
63936425
version "3.0.0"
63946426
resolved "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"

0 commit comments

Comments
 (0)