Skip to content

Commit 80b7642

Browse files
committed
chore(deps): update dependency husky to v5
1 parent 400765b commit 80b7642

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
@@ -58,7 +58,7 @@
5858
"expect": "27.2.5",
5959
"flow-bin": "0.119.1",
6060
"flow-copy-source": "2.0.9",
61-
"husky": "3.1.0",
61+
"husky": "5.2.0",
6262
"jest": "27.2.5",
6363
"json": "10.0.0",
6464
"lint-staged": "10.5.4",

yarn.lock

+5-36
Original file line numberDiff line numberDiff line change
@@ -3796,16 +3796,6 @@ cosmiconfig@^5.2.0:
37963796
js-yaml "^3.13.0"
37973797
parse-json "^4.0.0"
37983798

3799-
cosmiconfig@^5.2.1:
3800-
version "5.2.1"
3801-
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a"
3802-
integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==
3803-
dependencies:
3804-
import-fresh "^2.0.0"
3805-
is-directory "^0.3.1"
3806-
js-yaml "^3.13.1"
3807-
parse-json "^4.0.0"
3808-
38093799
cosmiconfig@^7.0.0:
38103800
version "7.0.0"
38113801
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.0.tgz#ef9b44d773959cae63ddecd122de23853b60f8d3"
@@ -5243,7 +5233,7 @@ get-pkg-repo@^1.0.0:
52435233
parse-github-repo-url "^1.3.0"
52445234
through2 "^2.0.0"
52455235

5246-
get-stdin@7.0.0, get-stdin@^7.0.0:
5236+
get-stdin@7.0.0:
52475237
version "7.0.0"
52485238
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-7.0.0.tgz#8d5de98f15171a125c5e516643c7a6d0ea8a96f6"
52495239

@@ -5699,22 +5689,10 @@ human-signals@^2.1.0:
56995689
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
57005690
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
57015691

5702-
husky@3.1.0:
5703-
version "3.1.0"
5704-
resolved "https://registry.yarnpkg.com/husky/-/husky-3.1.0.tgz#5faad520ab860582ed94f0c1a77f0f04c90b57c0"
5705-
integrity sha512-FJkPoHHB+6s4a+jwPqBudBDvYZsoQW5/HBuMSehC8qDiCe50kpcxeqFoDSlow+9I6wg47YxBoT3WxaURlrDIIQ==
5706-
dependencies:
5707-
chalk "^2.4.2"
5708-
ci-info "^2.0.0"
5709-
cosmiconfig "^5.2.1"
5710-
execa "^1.0.0"
5711-
get-stdin "^7.0.0"
5712-
opencollective-postinstall "^2.0.2"
5713-
pkg-dir "^4.2.0"
5714-
please-upgrade-node "^3.2.0"
5715-
read-pkg "^5.2.0"
5716-
run-node "^1.0.0"
5717-
slash "^3.0.0"
5692+
husky@5.2.0:
5693+
version "5.2.0"
5694+
resolved "https://registry.yarnpkg.com/husky/-/husky-5.2.0.tgz#fc5e1c2300d34855d47de4753607d00943fc0802"
5695+
integrity sha512-AM8T/auHXRBxlrfPVLKP6jt49GCM2Zz47m8G3FOMsLmTv8Dj/fKVWE0Rh2d4Qrvmy131xEsdQnb3OXRib67PGg==
57185696

57195697
iconv-lite@0.4.24, iconv-lite@^0.4.24, iconv-lite@^0.4.4:
57205698
version "0.4.24"
@@ -8224,11 +8202,6 @@ onetime@^5.1.2:
82248202
dependencies:
82258203
mimic-fn "^2.1.0"
82268204

8227-
opencollective-postinstall@^2.0.2:
8228-
version "2.0.2"
8229-
resolved "https://registry.yarnpkg.com/opencollective-postinstall/-/opencollective-postinstall-2.0.2.tgz#5657f1bede69b6e33a45939b061eb53d3c6c3a89"
8230-
integrity sha512-pVOEP16TrAO2/fjej1IdOyupJY8KDUM1CvsaScRbw6oddvpQoOfGk4ywha0HKKVAD6RkW4x6Q+tNBwhf3Bgpuw==
8231-
82328205
optionator@^0.8.1:
82338206
version "0.8.2"
82348207
resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.2.tgz#364c5e409d3f4d6301d6c0b4c05bba50180aeb64"
@@ -9400,10 +9373,6 @@ run-async@^2.2.0:
94009373
dependencies:
94019374
is-promise "^2.1.0"
94029375

9403-
run-node@^1.0.0:
9404-
version "1.0.0"
9405-
resolved "https://registry.yarnpkg.com/run-node/-/run-node-1.0.0.tgz#46b50b946a2aa2d4947ae1d886e9856fd9cabe5e"
9406-
94079376
rxjs@^6.4.0:
94089377
version "6.4.0"
94099378
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.4.0.tgz#f3bb0fe7bda7fb69deac0c16f17b50b0b8790504"

0 commit comments

Comments
 (0)