Skip to content

Commit 0e3faea

Browse files
committed
chore(deps): update dependency husky to v6
1 parent eaacf3b commit 0e3faea

File tree

2 files changed

+6
-37
lines changed

2 files changed

+6
-37
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"expect": "27.3.1",
6262
"flow-bin": "0.119.1",
6363
"flow-copy-source": "2.0.9",
64-
"husky": "3.1.0",
64+
"husky": "6.0.0",
6565
"jest": "27.3.1",
6666
"json": "10.0.0",
6767
"lint-staged": "10.5.4",

yarn.lock

+5-36
Original file line numberDiff line numberDiff line change
@@ -3995,16 +3995,6 @@ cosmiconfig@^5.2.0:
39953995
js-yaml "^3.13.0"
39963996
parse-json "^4.0.0"
39973997

3998-
cosmiconfig@^5.2.1:
3999-
version "5.2.1"
4000-
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a"
4001-
integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==
4002-
dependencies:
4003-
import-fresh "^2.0.0"
4004-
is-directory "^0.3.1"
4005-
js-yaml "^3.13.1"
4006-
parse-json "^4.0.0"
4007-
40083998
cosmiconfig@^7.0.0:
40093999
version "7.0.0"
40104000
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.0.tgz#ef9b44d773959cae63ddecd122de23853b60f8d3"
@@ -5451,7 +5441,7 @@ get-pkg-repo@^1.0.0:
54515441
parse-github-repo-url "^1.3.0"
54525442
through2 "^2.0.0"
54535443

5454-
get-stdin@7.0.0, get-stdin@^7.0.0:
5444+
get-stdin@7.0.0:
54555445
version "7.0.0"
54565446
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-7.0.0.tgz#8d5de98f15171a125c5e516643c7a6d0ea8a96f6"
54575447

@@ -5907,22 +5897,10 @@ human-signals@^2.1.0:
59075897
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
59085898
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
59095899

5910-
husky@3.1.0:
5911-
version "3.1.0"
5912-
resolved "https://registry.yarnpkg.com/husky/-/husky-3.1.0.tgz#5faad520ab860582ed94f0c1a77f0f04c90b57c0"
5913-
integrity sha512-FJkPoHHB+6s4a+jwPqBudBDvYZsoQW5/HBuMSehC8qDiCe50kpcxeqFoDSlow+9I6wg47YxBoT3WxaURlrDIIQ==
5914-
dependencies:
5915-
chalk "^2.4.2"
5916-
ci-info "^2.0.0"
5917-
cosmiconfig "^5.2.1"
5918-
execa "^1.0.0"
5919-
get-stdin "^7.0.0"
5920-
opencollective-postinstall "^2.0.2"
5921-
pkg-dir "^4.2.0"
5922-
please-upgrade-node "^3.2.0"
5923-
read-pkg "^5.2.0"
5924-
run-node "^1.0.0"
5925-
slash "^3.0.0"
5900+
husky@6.0.0:
5901+
version "6.0.0"
5902+
resolved "https://registry.yarnpkg.com/husky/-/husky-6.0.0.tgz#810f11869adf51604c32ea577edbc377d7f9319e"
5903+
integrity sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ==
59265904

59275905
iconv-lite@0.4.24, iconv-lite@^0.4.24, iconv-lite@^0.4.4:
59285906
version "0.4.24"
@@ -8430,11 +8408,6 @@ onetime@^5.1.2:
84308408
dependencies:
84318409
mimic-fn "^2.1.0"
84328410

8433-
opencollective-postinstall@^2.0.2:
8434-
version "2.0.2"
8435-
resolved "https://registry.yarnpkg.com/opencollective-postinstall/-/opencollective-postinstall-2.0.2.tgz#5657f1bede69b6e33a45939b061eb53d3c6c3a89"
8436-
integrity sha512-pVOEP16TrAO2/fjej1IdOyupJY8KDUM1CvsaScRbw6oddvpQoOfGk4ywha0HKKVAD6RkW4x6Q+tNBwhf3Bgpuw==
8437-
84388411
optionator@^0.8.1:
84398412
version "0.8.2"
84408413
resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.2.tgz#364c5e409d3f4d6301d6c0b4c05bba50180aeb64"
@@ -9609,10 +9582,6 @@ run-async@^2.2.0:
96099582
dependencies:
96109583
is-promise "^2.1.0"
96119584

9612-
run-node@^1.0.0:
9613-
version "1.0.0"
9614-
resolved "https://registry.yarnpkg.com/run-node/-/run-node-1.0.0.tgz#46b50b946a2aa2d4947ae1d886e9856fd9cabe5e"
9615-
96169585
rxjs@^6.4.0:
96179586
version "6.4.0"
96189587
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.4.0.tgz#f3bb0fe7bda7fb69deac0c16f17b50b0b8790504"

0 commit comments

Comments
 (0)