Skip to content

Commit 6ef8957

Browse files
chore: update dependency glob to v11
1 parent 7e79af1 commit 6ef8957

File tree

5 files changed

+46
-5
lines changed

5 files changed

+46
-5
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"@lerna/project": "^6.0.0",
44-
"glob": "^10.3.10",
44+
"glob": "^11.0.0",
4545
"import-from": "^4.0.0",
4646
"semver": "^7.6.0"
4747
},

@commitlint/config-patternplate/package.json

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

@commitlint/ensure/package.json

+1-1
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.5.0",

@commitlint/rules/package.json

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

yarn.lock

+42-1
Original file line numberDiff line numberDiff line change
@@ -5120,7 +5120,7 @@ [email protected], glob@^7.1.3, glob@^7.1.4:
51205120
once "^1.3.0"
51215121
path-is-absolute "^1.0.0"
51225122

5123-
glob@^10.3.10, glob@^10.4.1:
5123+
glob@^10.4.1:
51245124
version "10.4.5"
51255125
resolved "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
51265126
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
@@ -5132,6 +5132,18 @@ glob@^10.3.10, glob@^10.4.1:
51325132
package-json-from-dist "^1.0.0"
51335133
path-scurry "^1.11.1"
51345134

5135+
glob@^11.0.0:
5136+
version "11.0.0"
5137+
resolved "https://registry.npmjs.org/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
5138+
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
5139+
dependencies:
5140+
foreground-child "^3.1.0"
5141+
jackspeak "^4.0.1"
5142+
minimatch "^10.0.0"
5143+
minipass "^7.1.2"
5144+
package-json-from-dist "^1.0.0"
5145+
path-scurry "^2.0.0"
5146+
51355147
glob@^8.0.1:
51365148
version "8.1.0"
51375149
resolved "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz"
@@ -5943,6 +5955,15 @@ jackspeak@^3.1.2:
59435955
optionalDependencies:
59445956
"@pkgjs/parseargs" "^0.11.0"
59455957

5958+
jackspeak@^4.0.1:
5959+
version "4.0.1"
5960+
resolved "https://registry.npmjs.org/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
5961+
integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
5962+
dependencies:
5963+
"@isaacs/cliui" "^8.0.2"
5964+
optionalDependencies:
5965+
"@pkgjs/parseargs" "^0.11.0"
5966+
59465967
jake@^10.8.5:
59475968
version "10.8.5"
59485969
resolved "https://registry.npmjs.org/jake/-/jake-10.8.5.tgz"
@@ -6404,6 +6425,11 @@ lru-cache@^10.2.0:
64046425
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
64056426
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
64066427

6428+
lru-cache@^11.0.0:
6429+
version "11.0.1"
6430+
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.1.tgz#3a732fbfedb82c5ba7bca6564ad3f42afcb6e147"
6431+
integrity sha512-CgeuL5uom6j/ZVrg7G/+1IXqRY8JXX4Hghfy5YE0EhoYQWvndP1kufu58cmZLNIDKnRhZrXfdS9urVWx98AipQ==
6432+
64076433
lru-cache@^5.1.1:
64086434
version "5.1.1"
64096435
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -6582,6 +6608,13 @@ [email protected]:
65826608
dependencies:
65836609
brace-expansion "^1.1.7"
65846610

6611+
minimatch@^10.0.0:
6612+
version "10.0.1"
6613+
resolved "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
6614+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
6615+
dependencies:
6616+
brace-expansion "^2.0.1"
6617+
65856618
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
65866619
version "3.1.2"
65876620
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -7391,6 +7424,14 @@ path-scurry@^1.11.1:
73917424
lru-cache "^10.2.0"
73927425
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
73937426

7427+
path-scurry@^2.0.0:
7428+
version "2.0.0"
7429+
resolved "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
7430+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
7431+
dependencies:
7432+
lru-cache "^11.0.0"
7433+
minipass "^7.1.2"
7434+
73947435
path-type@^3.0.0:
73957436
version "3.0.0"
73967437
resolved "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz"

0 commit comments

Comments
 (0)