Skip to content

Commit 1cfe991

Browse files
fix: update dependency glob to v11
1 parent b0e851c commit 1cfe991

File tree

5 files changed

+44
-5
lines changed

5 files changed

+44
-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.7.1",
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

+40-1
Original file line numberDiff line numberDiff line change
@@ -4962,7 +4962,7 @@ [email protected], glob@^7.1.3, glob@^7.1.4:
49624962
once "^1.3.0"
49634963
path-is-absolute "^1.0.0"
49644964

4965-
glob@^10.3.10, glob@^10.4.1:
4965+
glob@^10.4.1:
49664966
version "10.4.5"
49674967
resolved "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
49684968
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
@@ -4974,6 +4974,18 @@ glob@^10.3.10, glob@^10.4.1:
49744974
package-json-from-dist "^1.0.0"
49754975
path-scurry "^1.11.1"
49764976

4977+
glob@^11.0.0:
4978+
version "11.0.1"
4979+
resolved "https://registry.npmjs.org/glob/-/glob-11.0.1.tgz#1c3aef9a59d680e611b53dcd24bb8639cef064d9"
4980+
integrity sha512-zrQDm8XPnYEKawJScsnM0QzobJxlT/kHOOlRTio8IH/GrmxRE5fjllkzdaHclIuNjUQTJYH2xHNIGfdpJkDJUw==
4981+
dependencies:
4982+
foreground-child "^3.1.0"
4983+
jackspeak "^4.0.1"
4984+
minimatch "^10.0.0"
4985+
minipass "^7.1.2"
4986+
package-json-from-dist "^1.0.0"
4987+
path-scurry "^2.0.0"
4988+
49774989
glob@^8.0.1:
49784990
version "8.1.0"
49794991
resolved "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz"
@@ -5767,6 +5779,13 @@ jackspeak@^3.1.2:
57675779
optionalDependencies:
57685780
"@pkgjs/parseargs" "^0.11.0"
57695781

5782+
jackspeak@^4.0.1:
5783+
version "4.0.2"
5784+
resolved "https://registry.npmjs.org/jackspeak/-/jackspeak-4.0.2.tgz#11f9468a3730c6ff6f56823a820d7e3be9bef015"
5785+
integrity sha512-bZsjR/iRjl1Nk1UkjGpAzLNfQtzuijhn2g+pbZb98HQ1Gk8vM9hfbxeMBP+M2/UUdwj0RqGG3mlvk2MsAqwvEw==
5786+
dependencies:
5787+
"@isaacs/cliui" "^8.0.2"
5788+
57705789
jake@^10.8.5:
57715790
version "10.8.5"
57725791
resolved "https://registry.npmjs.org/jake/-/jake-10.8.5.tgz"
@@ -6226,6 +6245,11 @@ lru-cache@^10.2.0:
62266245
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
62276246
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
62286247

6248+
lru-cache@^11.0.0:
6249+
version "11.0.2"
6250+
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.2.tgz#fbd8e7cf8211f5e7e5d91905c415a3f55755ca39"
6251+
integrity sha512-123qHRfJBmo2jXDbo/a5YOQrJoHF/GNQTLzQ5+IdK5pWpceK17yRc6ozlWd25FxvGKQbIUs91fDFkXmDHTKcyA==
6252+
62296253
lru-cache@^5.1.1:
62306254
version "5.1.1"
62316255
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -6451,6 +6475,13 @@ [email protected]:
64516475
dependencies:
64526476
brace-expansion "^1.1.7"
64536477

6478+
minimatch@^10.0.0:
6479+
version "10.0.1"
6480+
resolved "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
6481+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
6482+
dependencies:
6483+
brace-expansion "^2.0.1"
6484+
64546485
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
64556486
version "3.1.2"
64566487
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -7269,6 +7300,14 @@ path-scurry@^1.11.1:
72697300
lru-cache "^10.2.0"
72707301
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
72717302

7303+
path-scurry@^2.0.0:
7304+
version "2.0.0"
7305+
resolved "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
7306+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
7307+
dependencies:
7308+
lru-cache "^11.0.0"
7309+
minipass "^7.1.2"
7310+
72727311
path-type@^3.0.0:
72737312
version "3.0.0"
72747313
resolved "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz"

0 commit comments

Comments
 (0)