Skip to content

Commit

Permalink
chore: align required globby between packages (#992)
Browse files Browse the repository at this point in the history
  • Loading branch information
armano2 committed Feb 11, 2020
1 parent f379dcc commit 6f80f70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion @commitlint/ensure/package.json
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@commitlint/utils": "^8.3.4",
"@types/lodash": "4.14.149",
"globby": "11.0.0"
"globby": "^11.0.0"
},
"dependencies": {
"@commitlint/types": "^8.3.4",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Expand Up @@ -4965,7 +4965,7 @@ globals@^12.1.0:
dependencies:
type-fest "^0.8.1"

globby@11.0.0, globby@^11.0.0:
globby@^11.0.0:
version "11.0.0"
resolved "https://registry.npmjs.org/globby/-/globby-11.0.0.tgz#56fd0e9f0d4f8fb0c456f1ab0dee96e1380bc154"
integrity sha512-iuehFnR3xu5wBBtm4xi0dMe92Ob87ufyu/dHwpDYfbcpYpIbrO5OnS8M1vWvrBhSGEJ3/Ecj7gnX76P8YxpPEg==
Expand Down Expand Up @@ -8576,7 +8576,7 @@ resolve@1.1.7:
resolved "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=

resolve@1.x, resolve@^1.1.6, resolve@^1.10.0, resolve@^1.3.2, resolve@^1.8.1, resolve@^1.12.0, resolve@^1.13.1:
resolve@1.x, resolve@^1.1.6, resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.3.2, resolve@^1.8.1:
version "1.15.1"
resolved "https://registry.npmjs.org/resolve/-/resolve-1.15.1.tgz#27bdcdeffeaf2d6244b95bb0f9f4b4653451f3e8"
integrity sha512-84oo6ZTtoTUpjgNEr5SJyzQhzL72gaRodsSfyxC/AXRvwu0Yse9H8eF9IpGo7b8YetZhlI6v7ZQ6bKBFV/6S7w==
Expand Down

0 comments on commit 6f80f70

Please sign in to comment.