Skip to content

Commit eaf6ba2

Browse files
chore: update dependency globby to v11 (#893)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
1 parent a1fdb76 commit eaf6ba2

File tree

4 files changed

+12
-14
lines changed

4 files changed

+12
-14
lines changed

@commitlint/config-patternplate/package.json

Lines changed: 1 addition & 1 deletion
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.2",
33+
"globby": "^11.0.0",
3434
"lodash": "^4.17.15"
3535
},
3636
"devDependencies": {

@commitlint/ensure/package.json

Lines changed: 1 addition & 1 deletion
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.2"
38+
"globby": "11.0.0"
3939
},
4040
"dependencies": {
4141
"lodash": "^4.17.15"

@commitlint/rules/package.json

Lines changed: 1 addition & 1 deletion
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.2",
41+
"globby": "^11.0.0",
4242
"lodash": "^4.17.15"
4343
},
4444
"dependencies": {

yarn.lock

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4078,7 +4078,7 @@ fast-glob@^2.2.6:
40784078
merge2 "^1.2.3"
40794079
micromatch "^3.1.10"
40804080

4081-
fast-glob@^3.0.3:
4081+
fast-glob@^3.1.1:
40824082
version "3.1.1"
40834083
resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.1.1.tgz#87ee30e9e9f3eb40d6f254a7997655da753d7c82"
40844084
integrity sha512-nTCREpBY8w8r+boyFYAx21iL6faSsQynliPHM4Uf56SbkyohCNxpVPEH9xrF5TXKy+IsjkPUHDKiUkzBVRXn9g==
@@ -4629,18 +4629,16 @@ globals@^11.1.0:
46294629
resolved "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
46304630
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
46314631

4632-
globby@10.0.2, globby@^10.0.2:
4633-
version "10.0.2"
4634-
resolved "https://registry.npmjs.org/globby/-/globby-10.0.2.tgz#277593e745acaa4646c3ab411289ec47a0392543"
4635-
integrity sha512-7dUi7RvCoT/xast/o/dLN53oqND4yk0nsHkhRgn9w65C4PofCLOoJ39iSOg+qVDdWQPIEj+eszMHQ+aLVwwQSg==
4632+
globby@11.0.0, globby@^11.0.0:
4633+
version "11.0.0"
4634+
resolved "https://registry.npmjs.org/globby/-/globby-11.0.0.tgz#56fd0e9f0d4f8fb0c456f1ab0dee96e1380bc154"
4635+
integrity sha512-iuehFnR3xu5wBBtm4xi0dMe92Ob87ufyu/dHwpDYfbcpYpIbrO5OnS8M1vWvrBhSGEJ3/Ecj7gnX76P8YxpPEg==
46364636
dependencies:
4637-
"@types/glob" "^7.1.1"
46384637
array-union "^2.1.0"
46394638
dir-glob "^3.0.1"
4640-
fast-glob "^3.0.3"
4641-
glob "^7.1.3"
4642-
ignore "^5.1.1"
4643-
merge2 "^1.2.3"
4639+
fast-glob "^3.1.1"
4640+
ignore "^5.1.4"
4641+
merge2 "^1.3.0"
46444642
slash "^3.0.0"
46454643

46464644
globby@^6.1.0:
@@ -4913,7 +4911,7 @@ ignore@^4.0.3:
49134911
resolved "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
49144912
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
49154913

4916-
ignore@^5.1.1:
4914+
ignore@^5.1.4:
49174915
version "5.1.4"
49184916
resolved "https://registry.npmjs.org/ignore/-/ignore-5.1.4.tgz#84b7b3dbe64552b6ef0eca99f6743dbec6d97adf"
49194917
integrity sha512-MzbUSahkTW1u7JpKKjY7LCARd1fU5W2rLdxlM4kdkayuCwZImjkpluF9CM1aLewYJguPDqewLam18Y6AU69A8A==

0 commit comments

Comments
 (0)