Skip to content

Commit f3ab989

Browse files
chore: update dependency globby to v10.0.2 (#892)
Co-authored-by: WhiteSource Renovate <[email protected]>
1 parent bdd3bb3 commit f3ab989

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

@commitlint/config-patternplate/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
3131
"dependencies": {
3232
"@commitlint/config-angular": "^8.3.4",
33-
"globby": "10.0.1",
33+
"globby": "10.0.2",
3434
"lodash": "4.17.15"
3535
},
3636
"devDependencies": {

@commitlint/ensure/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"license": "MIT",
3636
"devDependencies": {
3737
"@commitlint/utils": "^8.3.4",
38-
"globby": "10.0.1"
38+
"globby": "10.0.2"
3939
},
4040
"dependencies": {
4141
"lodash": "4.17.15"

@commitlint/rules/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@commitlint/test": "8.2.0",
3939
"@commitlint/utils": "^8.3.4",
4040
"conventional-changelog-angular": "5.0.6",
41-
"globby": "10.0.1",
41+
"globby": "10.0.2",
4242
"lodash": "4.17.15"
4343
},
4444
"dependencies": {

yarn.lock

+15-1
Original file line numberDiff line numberDiff line change
@@ -5057,7 +5057,21 @@ globals@^11.1.0:
50575057
resolved "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
50585058
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
50595059

5060-
[email protected], globby@^10.0.1:
5060+
5061+
version "10.0.2"
5062+
resolved "https://registry.npmjs.org/globby/-/globby-10.0.2.tgz#277593e745acaa4646c3ab411289ec47a0392543"
5063+
integrity sha512-7dUi7RvCoT/xast/o/dLN53oqND4yk0nsHkhRgn9w65C4PofCLOoJ39iSOg+qVDdWQPIEj+eszMHQ+aLVwwQSg==
5064+
dependencies:
5065+
"@types/glob" "^7.1.1"
5066+
array-union "^2.1.0"
5067+
dir-glob "^3.0.1"
5068+
fast-glob "^3.0.3"
5069+
glob "^7.1.3"
5070+
ignore "^5.1.1"
5071+
merge2 "^1.2.3"
5072+
slash "^3.0.0"
5073+
5074+
globby@^10.0.1:
50615075
version "10.0.1"
50625076
resolved "https://registry.npmjs.org/globby/-/globby-10.0.1.tgz#4782c34cb75dd683351335c5829cc3420e606b22"
50635077
integrity sha512-sSs4inE1FB2YQiymcmTv6NWENryABjUNPeWhOvmn4SjtKybglsyPZxFB3U1/+L1bYi0rNZDqCLlHyLYDl1Pq5A==

0 commit comments

Comments
 (0)