Skip to content

Commit 8c67894

Browse files
committed
Bump husky to latest
1 parent ec2d852 commit 8c67894

File tree

2 files changed

+73
-23
lines changed

2 files changed

+73
-23
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"file-loader": "^4.0.0",
9595
"gh-pages": "^2.0.1",
9696
"html-webpack-plugin": "^3.2.0",
97-
"husky": "^1.2.1",
97+
"husky": "^2.4.1",
9898
"jest": "^24.5.0",
9999
"lint-staged": "^8.1.5",
100100
"mini-css-extract-plugin": "^0.7.0",

yarn.lock

+72-22
Original file line numberDiff line numberDiff line change
@@ -1030,6 +1030,11 @@
10301030
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.0.10.tgz#51babf9c7deadd5343620055fc8aff7995c8b031"
10311031
integrity sha512-LcsGbPomWsad6wmMNv7nBLw7YYYyfdYcz6xryKYQhx89c3XXan+8Q6AJ43G5XDIaklaVkK3mE4fCb0SBvMiPSQ==
10321032

1033+
"@types/normalize-package-data@^2.4.0":
1034+
version "2.4.0"
1035+
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
1036+
integrity sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==
1037+
10331038
"@types/prop-types@*":
10341039
version "15.7.1"
10351040
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.1.tgz#f1a11e7babb0c3cad68100be381d1e064c68f1f6"
@@ -2243,7 +2248,7 @@ [email protected], core-util-is@~1.0.0:
22432248
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
22442249
integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=
22452250

2246-
cosmiconfig@^5.0.7, cosmiconfig@^5.2.0:
2251+
cosmiconfig@^5.2.0:
22472252
version "5.2.1"
22482253
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a"
22492254
integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==
@@ -3201,6 +3206,14 @@ find-up@^3.0.0:
32013206
dependencies:
32023207
locate-path "^3.0.0"
32033208

3209+
find-up@^4.0.0:
3210+
version "4.1.0"
3211+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
3212+
integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
3213+
dependencies:
3214+
locate-path "^5.0.0"
3215+
path-exists "^4.0.0"
3216+
32043217
32053218
version "3.0.0"
32063219
resolved "https://registry.yarnpkg.com/findup-sync/-/findup-sync-3.0.0.tgz#17b108f9ee512dfb7a5c7f3c8b27ea9e1a9c08d1"
@@ -3362,10 +3375,10 @@ get-own-enumerable-property-symbols@^3.0.0:
33623375
resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.0.tgz#b877b49a5c16aefac3655f2ed2ea5b684df8d203"
33633376
integrity sha512-CIJYJC4GGF06TakLg8z4GQKvDsx9EMspVxOYih7LerEL/WosUnFIww45CGfxfeKHqlg3twgUrYRT1O3WQqjGCg==
33643377

3365-
get-stdin@^6.0.0:
3366-
version "6.0.0"
3367-
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
3368-
integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==
3378+
get-stdin@^7.0.0:
3379+
version "7.0.0"
3380+
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-7.0.0.tgz#8d5de98f15171a125c5e516643c7a6d0ea8a96f6"
3381+
integrity sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ==
33693382

33703383
get-stream@^4.0.0:
33713384
version "4.1.0"
@@ -3769,21 +3782,21 @@ humanize-url@^1.0.0:
37693782
normalize-url "^1.0.0"
37703783
strip-url-auth "^1.0.0"
37713784

3772-
husky@^1.2.1:
3773-
version "1.3.1"
3774-
resolved "https://registry.yarnpkg.com/husky/-/husky-1.3.1.tgz#26823e399300388ca2afff11cfa8a86b0033fae0"
3775-
integrity sha512-86U6sVVVf4b5NYSZ0yvv88dRgBSSXXmHaiq5pP4KDj5JVzdwKgBjEtUPOm8hcoytezFwbU+7gotXNhpHdystlg==
3785+
husky@^2.4.1:
3786+
version "2.4.1"
3787+
resolved "https://registry.yarnpkg.com/husky/-/husky-2.4.1.tgz#dd00f9646f8693b93f7b3a12ba4be00be0eff7ab"
3788+
integrity sha512-ZRwMWHr7QruR22dQ5l3rEGXQ7rAQYsJYqaeCd+NyOsIFczAtqaApZQP3P4HwLZjCtFbm3SUNYoKuoBXX3AYYfw==
37763789
dependencies:
3777-
cosmiconfig "^5.0.7"
3790+
cosmiconfig "^5.2.0"
37783791
execa "^1.0.0"
37793792
find-up "^3.0.0"
3780-
get-stdin "^6.0.0"
3793+
get-stdin "^7.0.0"
37813794
is-ci "^2.0.0"
3782-
pkg-dir "^3.0.0"
3795+
pkg-dir "^4.1.0"
37833796
please-upgrade-node "^3.1.1"
3784-
read-pkg "^4.0.1"
3797+
read-pkg "^5.1.1"
37853798
run-node "^1.0.0"
3786-
slash "^2.0.0"
3799+
slash "^3.0.0"
37873800

37883801
[email protected], iconv-lite@^0.4.4, iconv-lite@~0.4.13:
37893802
version "0.4.24"
@@ -4921,6 +4934,13 @@ locate-path@^3.0.0:
49214934
p-locate "^3.0.0"
49224935
path-exists "^3.0.0"
49234936

4937+
locate-path@^5.0.0:
4938+
version "5.0.0"
4939+
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0"
4940+
integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==
4941+
dependencies:
4942+
p-locate "^4.1.0"
4943+
49244944
lodash.sortby@^4.7.0:
49254945
version "4.7.0"
49264946
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
@@ -5423,7 +5443,7 @@ nopt@^4.0.1:
54235443
abbrev "1"
54245444
osenv "^0.1.4"
54255445

5426-
normalize-package-data@^2.3.2:
5446+
normalize-package-data@^2.3.2, normalize-package-data@^2.5.0:
54275447
version "2.5.0"
54285448
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
54295449
integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==
@@ -5692,7 +5712,7 @@ p-is-promise@^2.0.0:
56925712
resolved "https://registry.yarnpkg.com/p-is-promise/-/p-is-promise-2.1.0.tgz#918cebaea248a62cf7ffab8e3bca8c5f882fc42e"
56935713
integrity sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg==
56945714

5695-
p-limit@^2.0.0:
5715+
p-limit@^2.0.0, p-limit@^2.2.0:
56965716
version "2.2.0"
56975717
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.0.tgz#417c9941e6027a9abcba5092dd2904e255b5fbc2"
56985718
integrity sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==
@@ -5706,6 +5726,13 @@ p-locate@^3.0.0:
57065726
dependencies:
57075727
p-limit "^2.0.0"
57085728

5729+
p-locate@^4.1.0:
5730+
version "4.1.0"
5731+
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07"
5732+
integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==
5733+
dependencies:
5734+
p-limit "^2.2.0"
5735+
57095736
p-map@^1.1.1:
57105737
version "1.2.0"
57115738
resolved "https://registry.yarnpkg.com/p-map/-/p-map-1.2.0.tgz#e4e94f311eabbc8633a1e79908165fca26241b6b"
@@ -5809,6 +5836,11 @@ path-exists@^3.0.0:
58095836
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
58105837
integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=
58115838

5839+
path-exists@^4.0.0:
5840+
version "4.0.0"
5841+
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
5842+
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
5843+
58125844
path-is-absolute@^1.0.0:
58135845
version "1.0.1"
58145846
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
@@ -5903,6 +5935,13 @@ pkg-dir@^3.0.0:
59035935
dependencies:
59045936
find-up "^3.0.0"
59055937

5938+
pkg-dir@^4.1.0:
5939+
version "4.2.0"
5940+
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
5941+
integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==
5942+
dependencies:
5943+
find-up "^4.0.0"
5944+
59065945
please-upgrade-node@^3.0.2, please-upgrade-node@^3.1.1:
59075946
version "3.1.1"
59085947
resolved "https://registry.yarnpkg.com/please-upgrade-node/-/please-upgrade-node-3.1.1.tgz#ed320051dfcc5024fae696712c8288993595e8ac"
@@ -6286,14 +6325,15 @@ read-pkg@^3.0.0:
62866325
normalize-package-data "^2.3.2"
62876326
path-type "^3.0.0"
62886327

6289-
read-pkg@^4.0.1:
6290-
version "4.0.1"
6291-
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-4.0.1.tgz#963625378f3e1c4d48c85872b5a6ec7d5d093237"
6292-
integrity sha1-ljYlN48+HE1IyFhytabsfV0JMjc=
6328+
read-pkg@^5.1.1:
6329+
version "5.1.1"
6330+
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.1.1.tgz#5cf234dde7a405c90c88a519ab73c467e9cb83f5"
6331+
integrity sha512-dFcTLQi6BZ+aFUaICg7er+/usEoqFdQxiEBsEMNGoipenihtxxtdrQuBXvyANCEI8VuUIVYFgeHGx9sLLvim4w==
62936332
dependencies:
6294-
normalize-package-data "^2.3.2"
6333+
"@types/normalize-package-data" "^2.4.0"
6334+
normalize-package-data "^2.5.0"
62956335
parse-json "^4.0.0"
6296-
pify "^3.0.0"
6336+
type-fest "^0.4.1"
62976337

62986338
"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.6, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.3, readable-stream@^2.3.6, readable-stream@~2.3.6:
62996339
version "2.3.6"
@@ -6840,6 +6880,11 @@ slash@^2.0.0:
68406880
resolved "https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44"
68416881
integrity sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==
68426882

6883+
slash@^3.0.0:
6884+
version "3.0.0"
6885+
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
6886+
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
6887+
68436888
68446889
version "0.0.4"
68456890
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-0.0.4.tgz#edbf8903f66f7ce2f8eafd6ceed65e264c831b35"
@@ -7511,6 +7556,11 @@ type-check@~0.3.2:
75117556
dependencies:
75127557
prelude-ls "~1.1.2"
75137558

7559+
type-fest@^0.4.1:
7560+
version "0.4.1"
7561+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.4.1.tgz#8bdf77743385d8a4f13ba95f610f5ccd68c728f8"
7562+
integrity sha512-IwzA/LSfD2vC1/YDYMv/zHP4rDF1usCwllsDpbolT3D4fUepIO7f9K70jjmUewU/LmGUKJcwcVtDCpnKk4BPMw==
7563+
75147564
type-is@~1.6.17, type-is@~1.6.18:
75157565
version "1.6.18"
75167566
resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131"

0 commit comments

Comments
 (0)