Skip to content

Commit

Permalink
chore: update dependency husky to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and marionebl committed May 20, 2019
1 parent 0acb774 commit c6a0b0e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 14 deletions.
2 changes: 1 addition & 1 deletion @commitlint/cli/fixtures/husky/integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"scripts": {},
"devDependencies": {
"husky": "2.2.0"
"husky": "2.3.0"
}
}
2 changes: 1 addition & 1 deletion @commitlint/cli/fixtures/husky/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"scripts": {},
"devDependencies": {
"husky": "2.2.0"
"husky": "2.3.0"
}
}
2 changes: 1 addition & 1 deletion @commitlint/cli/fixtures/signoff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"scripts": {},
"devDependencies": {
"husky": "2.2.0"
"husky": "2.3.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"devDependencies": {
"@lerna/project": "3.13.1",
"docsify-cli": "4.3.0",
"husky": "2.2.0",
"husky": "2.3.0",
"lerna": "3.13.4",
"lint-staged": "8.1.6",
"prettier": "1.17.1"
Expand Down
25 changes: 15 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4832,10 +4832,10 @@ humanize-ms@^1.2.1:
dependencies:
ms "^2.0.0"

husky@2.2.0:
version "2.2.0"
resolved "https://registry.npmjs.org/husky/-/husky-2.2.0.tgz#4dda4370ba0f145b6594be4a4e4e4d4c82a6f2d5"
integrity sha512-lG33E7zq6v//H/DQIojPEi1ZL9ebPFt3MxUMD8MR0lrS2ljEPiuUUxlziKIs/o9EafF0chL7bAtLQkcPvXmdnA==
husky@2.3.0:
version "2.3.0"
resolved "https://registry.npmjs.org/husky/-/husky-2.3.0.tgz#8b78ed24d763042df7fd899991985d65a976dd13"
integrity sha512-A/ZQSEILoq+mQM3yC3RIBSaw1bYXdkKnyyKVSUiJl+iBjVZc5LQEXdGY1ZjrDxC4IzfRPiJ0IqzEQGCN5TQa/A==
dependencies:
cosmiconfig "^5.2.0"
execa "^1.0.0"
Expand All @@ -4844,9 +4844,9 @@ [email protected]:
is-ci "^2.0.0"
pkg-dir "^4.1.0"
please-upgrade-node "^3.1.1"
read-pkg "^5.0.0"
read-pkg "^5.1.1"
run-node "^1.0.0"
slash "^2.0.0"
slash "^3.0.0"

[email protected], iconv-lite@^0.4.24, iconv-lite@^0.4.4:
version "0.4.24"
Expand Down Expand Up @@ -8043,10 +8043,10 @@ read-pkg@^2.0.0:
normalize-package-data "^2.3.2"
path-type "^2.0.0"

read-pkg@^5.0.0:
version "5.1.0"
resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-5.1.0.tgz#62b924384c4525a1a7a96e2d456b80df142b4390"
integrity sha512-NjNkqf8hlMuSxh+p8h8x8sCIfEv/MoRs/nYDmSRSAk879F9C94ADq+kHUJ4LTy5Nn0PYSmMYsy1mD4+lcXiBKg==
read-pkg@^5.1.1:
version "5.1.1"
resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-5.1.1.tgz#5cf234dde7a405c90c88a519ab73c467e9cb83f5"
integrity sha512-dFcTLQi6BZ+aFUaICg7er+/usEoqFdQxiEBsEMNGoipenihtxxtdrQuBXvyANCEI8VuUIVYFgeHGx9sLLvim4w==
dependencies:
"@types/normalize-package-data" "^2.4.0"
normalize-package-data "^2.5.0"
Expand Down Expand Up @@ -8711,6 +8711,11 @@ slash@^2.0.0:
version "2.0.0"
resolved "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44"

slash@^3.0.0:
version "3.0.0"
resolved "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==

[email protected]:
version "0.0.4"
resolved "https://registry.npmjs.org/slice-ansi/-/slice-ansi-0.0.4.tgz#edbf8903f66f7ce2f8eafd6ceed65e264c831b35"
Expand Down

0 comments on commit c6a0b0e

Please sign in to comment.