Skip to content

Commit 257de9a

Browse files
TASK: Update dependency husky to v8
1 parent 5792eec commit 257de9a

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@inkdpixels/commit-analyzer": "1.0.1",
2525
"@inkdpixels/release-notes-generator": "1.0.1",
2626
"flow-mono-cli": "1.5.3",
27-
"husky": "0.14.3",
27+
"husky": "8.0.3",
2828
"lerna": "2.11.0",
2929
"lint-staged": "6.1.1",
3030
"prettier": "1.19.1",

yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3596,13 +3596,10 @@ human-signals@^1.1.1:
35963596
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
35973597
integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==
35983598

3599-
3600-
version "0.14.3"
3601-
resolved "https://registry.yarnpkg.com/husky/-/husky-0.14.3.tgz#c69ed74e2d2779769a17ba8399b54ce0b63c12c3"
3602-
dependencies:
3603-
is-ci "^1.0.10"
3604-
normalize-path "^1.0.0"
3605-
strip-indent "^2.0.0"
3599+
3600+
version "8.0.3"
3601+
resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.3.tgz#4936d7212e46d1dea28fef29bb3a108872cd9184"
3602+
integrity sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==
36063603

36073604
[email protected], iconv-lite@^0.4.17:
36083605
version "0.4.19"
@@ -5493,10 +5490,6 @@ normalize-package-data@^2.3.0, normalize-package-data@^2.3.2, normalize-package-
54935490
semver "2 || 3 || 4 || 5"
54945491
validate-npm-package-license "^3.0.1"
54955492

5496-
normalize-path@^1.0.0:
5497-
version "1.0.0"
5498-
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-1.0.0.tgz#32d0e472f91ff345701c15a8311018d3b0a90379"
5499-
55005493
normalize-path@^2.0.0, normalize-path@^2.0.1:
55015494
version "2.1.1"
55025495
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9"

0 commit comments

Comments
 (0)