Skip to content

Commit 35ca695

Browse files
fix(package.json): replaced globby with glob conventional-changelog#2370
1 parent c0775fd commit 35ca695

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"node": ">=v12"
3939
},
4040
"dependencies": {
41-
"globby": "^11.0.1",
41+
"glob": "^7.2.0",
4242
"import-from": "4.0.0",
4343
"resolve-pkg": "2.0.0",
4444
"semver": "7.3.5"

@commitlint/config-patternplate/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"@commitlint/config-angular": "^16.0.0",
34-
"globby": "^11.0.0",
34+
"glob": "^7.2.0",
3535
"lodash": "^4.17.19"
3636
},
3737
"devDependencies": {

@commitlint/ensure/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@commitlint/utils": "^16.0.0",
3939
"@types/lodash": "^4.14.161",
40-
"globby": "^11.0.0"
40+
"glob": "^7.2.0"
4141
},
4242
"dependencies": {
4343
"@commitlint/types": "^16.0.0",

@commitlint/rules/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@commitlint/test": "^16.0.0",
4040
"@commitlint/utils": "^16.0.0",
4141
"conventional-changelog-angular": "5.0.13",
42-
"globby": "^11.0.0"
42+
"glob": "^7.2.0"
4343
},
4444
"dependencies": {
4545
"@commitlint/ensure": "^16.0.0",

0 commit comments

Comments
 (0)