Skip to content

Commit 07d3832

Browse files
committed
chore: update dependency globby to v10.0.2
1 parent 3476234 commit 07d3832

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
@@ -4878,7 +4878,21 @@ globals@^11.1.0:
48784878
resolved "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
48794879
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
48804880

4881-
[email protected], globby@^10.0.1:
4881+
4882+
version "10.0.2"
4883+
resolved "https://registry.npmjs.org/globby/-/globby-10.0.2.tgz#277593e745acaa4646c3ab411289ec47a0392543"
4884+
integrity sha512-7dUi7RvCoT/xast/o/dLN53oqND4yk0nsHkhRgn9w65C4PofCLOoJ39iSOg+qVDdWQPIEj+eszMHQ+aLVwwQSg==
4885+
dependencies:
4886+
"@types/glob" "^7.1.1"
4887+
array-union "^2.1.0"
4888+
dir-glob "^3.0.1"
4889+
fast-glob "^3.0.3"
4890+
glob "^7.1.3"
4891+
ignore "^5.1.1"
4892+
merge2 "^1.2.3"
4893+
slash "^3.0.0"
4894+
4895+
globby@^10.0.1:
48824896
version "10.0.1"
48834897
resolved "https://registry.npmjs.org/globby/-/globby-10.0.1.tgz#4782c34cb75dd683351335c5829cc3420e606b22"
48844898
integrity sha512-sSs4inE1FB2YQiymcmTv6NWENryABjUNPeWhOvmn4SjtKybglsyPZxFB3U1/+L1bYi0rNZDqCLlHyLYDl1Pq5A==

0 commit comments

Comments
 (0)