Skip to content

Commit 3ac606d

Browse files
committed
chore(deps): update dependency husky to v5
1 parent 597370f commit 3ac606d

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.4",
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.4",
6363
"json": "10.0.0",
6464
"lint-staged": "10.5.4",

yarn.lock

+5-36
Original file line numberDiff line numberDiff line change
@@ -3739,16 +3739,6 @@ cosmiconfig@^5.2.0:
37393739
js-yaml "^3.13.0"
37403740
parse-json "^4.0.0"
37413741

3742-
cosmiconfig@^5.2.1:
3743-
version "5.2.1"
3744-
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a"
3745-
integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==
3746-
dependencies:
3747-
import-fresh "^2.0.0"
3748-
is-directory "^0.3.1"
3749-
js-yaml "^3.13.1"
3750-
parse-json "^4.0.0"
3751-
37523742
cosmiconfig@^7.0.0:
37533743
version "7.0.0"
37543744
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.0.tgz#ef9b44d773959cae63ddecd122de23853b60f8d3"
@@ -5186,7 +5176,7 @@ get-pkg-repo@^1.0.0:
51865176
parse-github-repo-url "^1.3.0"
51875177
through2 "^2.0.0"
51885178

5189-
get-stdin@7.0.0, get-stdin@^7.0.0:
5179+
get-stdin@7.0.0:
51905180
version "7.0.0"
51915181
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-7.0.0.tgz#8d5de98f15171a125c5e516643c7a6d0ea8a96f6"
51925182

@@ -5642,22 +5632,10 @@ human-signals@^2.1.0:
56425632
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
56435633
integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==
56445634

5645-
husky@3.1.0:
5646-
version "3.1.0"
5647-
resolved "https://registry.yarnpkg.com/husky/-/husky-3.1.0.tgz#5faad520ab860582ed94f0c1a77f0f04c90b57c0"
5648-
integrity sha512-FJkPoHHB+6s4a+jwPqBudBDvYZsoQW5/HBuMSehC8qDiCe50kpcxeqFoDSlow+9I6wg47YxBoT3WxaURlrDIIQ==
5649-
dependencies:
5650-
chalk "^2.4.2"
5651-
ci-info "^2.0.0"
5652-
cosmiconfig "^5.2.1"
5653-
execa "^1.0.0"
5654-
get-stdin "^7.0.0"
5655-
opencollective-postinstall "^2.0.2"
5656-
pkg-dir "^4.2.0"
5657-
please-upgrade-node "^3.2.0"
5658-
read-pkg "^5.2.0"
5659-
run-node "^1.0.0"
5660-
slash "^3.0.0"
5635+
husky@5.2.0:
5636+
version "5.2.0"
5637+
resolved "https://registry.yarnpkg.com/husky/-/husky-5.2.0.tgz#fc5e1c2300d34855d47de4753607d00943fc0802"
5638+
integrity sha512-AM8T/auHXRBxlrfPVLKP6jt49GCM2Zz47m8G3FOMsLmTv8Dj/fKVWE0Rh2d4Qrvmy131xEsdQnb3OXRib67PGg==
56615639

56625640
iconv-lite@0.4.24, iconv-lite@^0.4.24, iconv-lite@^0.4.4:
56635641
version "0.4.24"
@@ -8167,11 +8145,6 @@ onetime@^5.1.2:
81678145
dependencies:
81688146
mimic-fn "^2.1.0"
81698147

8170-
opencollective-postinstall@^2.0.2:
8171-
version "2.0.2"
8172-
resolved "https://registry.yarnpkg.com/opencollective-postinstall/-/opencollective-postinstall-2.0.2.tgz#5657f1bede69b6e33a45939b061eb53d3c6c3a89"
8173-
integrity sha512-pVOEP16TrAO2/fjej1IdOyupJY8KDUM1CvsaScRbw6oddvpQoOfGk4ywha0HKKVAD6RkW4x6Q+tNBwhf3Bgpuw==
8174-
81758148
optionator@^0.8.1:
81768149
version "0.8.2"
81778150
resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.2.tgz#364c5e409d3f4d6301d6c0b4c05bba50180aeb64"
@@ -9343,10 +9316,6 @@ run-async@^2.2.0:
93439316
dependencies:
93449317
is-promise "^2.1.0"
93459318

9346-
run-node@^1.0.0:
9347-
version "1.0.0"
9348-
resolved "https://registry.yarnpkg.com/run-node/-/run-node-1.0.0.tgz#46b50b946a2aa2d4947ae1d886e9856fd9cabe5e"
9349-
93509319
rxjs@^6.4.0:
93519320
version "6.4.0"
93529321
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.4.0.tgz#f3bb0fe7bda7fb69deac0c16f17b50b0b8790504"

0 commit comments

Comments
 (0)