Skip to content

Commit c7292ee

Browse files
committed
chore(deps): update dependency husky to v5
1 parent 2d8aba3 commit c7292ee

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.4.6",
6262
"flow-bin": "0.119.1",
6363
"flow-copy-source": "2.0.9",
64-
"husky": "3.1.0",
64+
"husky": "5.2.0",
6565
"jest": "27.4.7",
6666
"json": "10.0.0",
6767
"lint-staged": "10.5.4",

yarn.lock

+5-36
Original file line numberDiff line numberDiff line change
@@ -4097,16 +4097,6 @@ cosmiconfig@^5.2.0:
40974097
js-yaml "^3.13.0"
40984098
parse-json "^4.0.0"
40994099

4100-
cosmiconfig@^5.2.1:
4101-
version "5.2.1"
4102-
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a"
4103-
integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==
4104-
dependencies:
4105-
import-fresh "^2.0.0"
4106-
is-directory "^0.3.1"
4107-
js-yaml "^3.13.1"
4108-
parse-json "^4.0.0"
4109-
41104100
cosmiconfig@^7.0.0:
41114101
version "7.0.0"
41124102
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.0.tgz#ef9b44d773959cae63ddecd122de23853b60f8d3"
@@ -5550,7 +5540,7 @@ get-pkg-repo@^1.0.0:
55505540
parse-github-repo-url "^1.3.0"
55515541
through2 "^2.0.0"
55525542

5553-
get-stdin@7.0.0, get-stdin@^7.0.0:
5543+
get-stdin@7.0.0:
55545544
version "7.0.0"
55555545
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-7.0.0.tgz#8d5de98f15171a125c5e516643c7a6d0ea8a96f6"
55565546

@@ -6006,22 +5996,10 @@ human-signals@^2.1.0:
60065996
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
60075997
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
60085998

6009-
husky@3.1.0:
6010-
version "3.1.0"
6011-
resolved "https://registry.yarnpkg.com/husky/-/husky-3.1.0.tgz#5faad520ab860582ed94f0c1a77f0f04c90b57c0"
6012-
integrity sha512-FJkPoHHB+6s4a+jwPqBudBDvYZsoQW5/HBuMSehC8qDiCe50kpcxeqFoDSlow+9I6wg47YxBoT3WxaURlrDIIQ==
6013-
dependencies:
6014-
chalk "^2.4.2"
6015-
ci-info "^2.0.0"
6016-
cosmiconfig "^5.2.1"
6017-
execa "^1.0.0"
6018-
get-stdin "^7.0.0"
6019-
opencollective-postinstall "^2.0.2"
6020-
pkg-dir "^4.2.0"
6021-
please-upgrade-node "^3.2.0"
6022-
read-pkg "^5.2.0"
6023-
run-node "^1.0.0"
6024-
slash "^3.0.0"
5999+
husky@5.2.0:
6000+
version "5.2.0"
6001+
resolved "https://registry.yarnpkg.com/husky/-/husky-5.2.0.tgz#fc5e1c2300d34855d47de4753607d00943fc0802"
6002+
integrity sha512-AM8T/auHXRBxlrfPVLKP6jt49GCM2Zz47m8G3FOMsLmTv8Dj/fKVWE0Rh2d4Qrvmy131xEsdQnb3OXRib67PGg==
60256003

60266004
iconv-lite@0.4.24, iconv-lite@^0.4.24, iconv-lite@^0.4.4:
60276005
version "0.4.24"
@@ -8529,11 +8507,6 @@ onetime@^5.1.2:
85298507
dependencies:
85308508
mimic-fn "^2.1.0"
85318509

8532-
opencollective-postinstall@^2.0.2:
8533-
version "2.0.2"
8534-
resolved "https://registry.yarnpkg.com/opencollective-postinstall/-/opencollective-postinstall-2.0.2.tgz#5657f1bede69b6e33a45939b061eb53d3c6c3a89"
8535-
integrity sha512-pVOEP16TrAO2/fjej1IdOyupJY8KDUM1CvsaScRbw6oddvpQoOfGk4ywha0HKKVAD6RkW4x6Q+tNBwhf3Bgpuw==
8536-
85378510
optionator@^0.8.1:
85388511
version "0.8.2"
85398512
resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.2.tgz#364c5e409d3f4d6301d6c0b4c05bba50180aeb64"
@@ -9706,10 +9679,6 @@ run-async@^2.2.0:
97069679
dependencies:
97079680
is-promise "^2.1.0"
97089681

9709-
run-node@^1.0.0:
9710-
version "1.0.0"
9711-
resolved "https://registry.yarnpkg.com/run-node/-/run-node-1.0.0.tgz#46b50b946a2aa2d4947ae1d886e9856fd9cabe5e"
9712-
97139682
rxjs@^6.4.0:
97149683
version "6.4.0"
97159684
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.4.0.tgz#f3bb0fe7bda7fb69deac0c16f17b50b0b8790504"

0 commit comments

Comments
 (0)