Skip to content

Commit a0fc6ed

Browse files
committed
chore: update dependency globby to v10.0.2
1 parent ece5efd commit a0fc6ed

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

4825-
[email protected], globby@^10.0.1:
4825+
4826+
version "10.0.2"
4827+
resolved "https://registry.npmjs.org/globby/-/globby-10.0.2.tgz#277593e745acaa4646c3ab411289ec47a0392543"
4828+
integrity sha512-7dUi7RvCoT/xast/o/dLN53oqND4yk0nsHkhRgn9w65C4PofCLOoJ39iSOg+qVDdWQPIEj+eszMHQ+aLVwwQSg==
4829+
dependencies:
4830+
"@types/glob" "^7.1.1"
4831+
array-union "^2.1.0"
4832+
dir-glob "^3.0.1"
4833+
fast-glob "^3.0.3"
4834+
glob "^7.1.3"
4835+
ignore "^5.1.1"
4836+
merge2 "^1.2.3"
4837+
slash "^3.0.0"
4838+
4839+
globby@^10.0.1:
48264840
version "10.0.1"
48274841
resolved "https://registry.npmjs.org/globby/-/globby-10.0.1.tgz#4782c34cb75dd683351335c5829cc3420e606b22"
48284842
integrity sha512-sSs4inE1FB2YQiymcmTv6NWENryABjUNPeWhOvmn4SjtKybglsyPZxFB3U1/+L1bYi0rNZDqCLlHyLYDl1Pq5A==

0 commit comments

Comments
 (0)