Skip to content

Commit 6f80f70

Browse files
authored
chore: align required globby between packages (conventional-changelog#992)
1 parent f379dcc commit 6f80f70

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

@commitlint/ensure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"@commitlint/utils": "^8.3.4",
3838
"@types/lodash": "4.14.149",
39-
"globby": "11.0.0"
39+
"globby": "^11.0.0"
4040
},
4141
"dependencies": {
4242
"@commitlint/types": "^8.3.4",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4965,7 +4965,7 @@ globals@^12.1.0:
49654965
dependencies:
49664966
type-fest "^0.8.1"
49674967

4968-
globby@11.0.0, globby@^11.0.0:
4968+
globby@^11.0.0:
49694969
version "11.0.0"
49704970
resolved "https://registry.npmjs.org/globby/-/globby-11.0.0.tgz#56fd0e9f0d4f8fb0c456f1ab0dee96e1380bc154"
49714971
integrity sha512-iuehFnR3xu5wBBtm4xi0dMe92Ob87ufyu/dHwpDYfbcpYpIbrO5OnS8M1vWvrBhSGEJ3/Ecj7gnX76P8YxpPEg==
@@ -8576,7 +8576,7 @@ [email protected]:
85768576
resolved "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
85778577
integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=
85788578

8579-
[email protected], resolve@^1.1.6, resolve@^1.10.0, resolve@^1.3.2, resolve@^1.8.1, resolve@^1.12.0, resolve@^1.13.1:
8579+
[email protected], resolve@^1.1.6, resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.3.2, resolve@^1.8.1:
85808580
version "1.15.1"
85818581
resolved "https://registry.npmjs.org/resolve/-/resolve-1.15.1.tgz#27bdcdeffeaf2d6244b95bb0f9f4b4653451f3e8"
85828582
integrity sha512-84oo6ZTtoTUpjgNEr5SJyzQhzL72gaRodsSfyxC/AXRvwu0Yse9H8eF9IpGo7b8YetZhlI6v7ZQ6bKBFV/6S7w==

0 commit comments

Comments
 (0)