Skip to content
This repository was archived by the owner on Jul 17, 2022. It is now read-only.

Commit 2988a54

Browse files
committed
chore(deps): update dependency husky to v4
1 parent ce9a12e commit 2988a54

File tree

2 files changed

+78
-36
lines changed

2 files changed

+78
-36
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"front-matter": "3.1.0",
7171
"frontmatter-markdown-loader": "2.3.0",
7272
"fs-extra": "8.1.0",
73-
"husky": "3.1.0",
73+
"husky": "4.0.6",
7474
"jest": "24.9.0",
7575
"jest-serializer-vue": "2.0.2",
7676
"lighthousebot": "https://github.com/GoogleChromeLabs/lighthousebot",

yarn.lock

+77-35
Original file line numberDiff line numberDiff line change
@@ -2443,6 +2443,11 @@
24432443
"@types/long" "*"
24442444
"@types/node" "*"
24452445

2446+
"@types/color-name@^1.1.1":
2447+
version "1.1.1"
2448+
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
2449+
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
2450+
24462451
"@types/events@*":
24472452
version "3.0.0"
24482453
resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
@@ -2502,10 +2507,10 @@
25022507
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.8.tgz#cb1bf6800238898bc2ff6ffa5702c3cadd350708"
25032508
integrity sha512-FMdVn84tJJdV+xe+53sYiZS4R5yn1mAIxfj+DVoNiQjTYz1+OYmjwEZr1ev9nU0axXwda0QDbYl06QHanRVH3A==
25042509

2505-
"@types/normalize-package-data@^2.4.0":
2506-
version "2.4.0"
2507-
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
2508-
integrity sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==
2510+
"@types/parse-json@^4.0.0":
2511+
version "4.0.0"
2512+
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
2513+
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
25092514

25102515
"@types/q@^1.5.1":
25112516
version "1.5.2"
@@ -2952,6 +2957,14 @@ ansi-styles@^4.0.0:
29522957
dependencies:
29532958
color-convert "^2.0.0"
29542959

2960+
ansi-styles@^4.1.0:
2961+
version "4.2.1"
2962+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.2.1.tgz#90ae75c424d008d2624c5bf29ead3177ebfcf359"
2963+
integrity sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==
2964+
dependencies:
2965+
"@types/color-name" "^1.1.1"
2966+
color-convert "^2.0.1"
2967+
29552968
any-observable@^0.3.0:
29562969
version "0.3.0"
29572970
resolved "https://registry.yarnpkg.com/any-observable/-/any-observable-0.3.0.tgz#af933475e5806a67d0d7df090dd5e8bef65d119b"
@@ -3877,6 +3890,14 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.3.2, chalk@^2.4
38773890
escape-string-regexp "^1.0.5"
38783891
supports-color "^5.3.0"
38793892

3893+
chalk@^3.0.0:
3894+
version "3.0.0"
3895+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
3896+
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
3897+
dependencies:
3898+
ansi-styles "^4.1.0"
3899+
supports-color "^7.1.0"
3900+
38803901
character-entities-html4@^1.0.0:
38813902
version "1.1.3"
38823903
resolved "https://registry.yarnpkg.com/character-entities-html4/-/character-entities-html4-1.1.3.tgz#5ce6e01618e47048ac22f34f7f39db5c6fd679ef"
@@ -4140,7 +4161,7 @@ color-convert@^1.9.0, color-convert@^1.9.1:
41404161
dependencies:
41414162
color-name "1.1.3"
41424163

4143-
color-convert@^2.0.0:
4164+
color-convert@^2.0.0, color-convert@^2.0.1:
41444165
version "2.0.1"
41454166
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3"
41464167
integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==
@@ -4425,6 +4446,17 @@ cosmiconfig@^5.0.0, cosmiconfig@^5.2.1:
44254446
js-yaml "^3.13.1"
44264447
parse-json "^4.0.0"
44274448

4449+
cosmiconfig@^6.0.0:
4450+
version "6.0.0"
4451+
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-6.0.0.tgz#da4fee853c52f6b1e6935f41c1a2fc50bd4a9982"
4452+
integrity sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==
4453+
dependencies:
4454+
"@types/parse-json" "^4.0.0"
4455+
import-fresh "^3.1.0"
4456+
parse-json "^5.0.0"
4457+
path-type "^4.0.0"
4458+
yaml "^1.7.2"
4459+
44284460
create-ecdh@^4.0.0:
44294461
version "4.0.3"
44304462
resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.3.tgz#c9111b6f33045c4697f144787f9254cdc77c45ff"
@@ -6393,6 +6425,11 @@ has-flag@^3.0.0:
63936425
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
63946426
integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0=
63956427

6428+
has-flag@^4.0.0:
6429+
version "4.0.0"
6430+
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
6431+
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
6432+
63966433
has-symbols@^1.0.0:
63976434
version "1.0.0"
63986435
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
@@ -6638,22 +6675,20 @@ human-signals@^1.1.1:
66386675
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
66396676
integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==
66406677

6641-
husky@3.1.0:
6642-
version "3.1.0"
6643-
resolved "https://registry.yarnpkg.com/husky/-/husky-3.1.0.tgz#5faad520ab860582ed94f0c1a77f0f04c90b57c0"
6644-
integrity sha512-FJkPoHHB+6s4a+jwPqBudBDvYZsoQW5/HBuMSehC8qDiCe50kpcxeqFoDSlow+9I6wg47YxBoT3WxaURlrDIIQ==
6678+
husky@4.0.6:
6679+
version "4.0.6"
6680+
resolved "https://registry.yarnpkg.com/husky/-/husky-4.0.6.tgz#b64206220ab940f091cb5f1c75672453eb39fc9f"
6681+
integrity sha512-OxsXXQXu/FYauV5GGhNpyN1yhQPQoDFUJwzHoshYc3wO//gC0PB9YNYLgBxKckfEce0FGEbzb498UecR3jNdZw==
66456682
dependencies:
6646-
chalk "^2.4.2"
6683+
chalk "^3.0.0"
66476684
ci-info "^2.0.0"
6648-
cosmiconfig "^5.2.1"
6649-
execa "^1.0.0"
6685+
cosmiconfig "^6.0.0"
66506686
get-stdin "^7.0.0"
66516687
opencollective-postinstall "^2.0.2"
66526688
pkg-dir "^4.2.0"
66536689
please-upgrade-node "^3.2.0"
6654-
read-pkg "^5.2.0"
6655-
run-node "^1.0.0"
66566690
slash "^3.0.0"
6691+
which-pm-runs "^1.0.0"
66576692

66586693
[email protected], iconv-lite@^0.4.24, iconv-lite@^0.4.4, iconv-lite@~0.4.13:
66596694
version "0.4.24"
@@ -6729,6 +6764,14 @@ import-fresh@^3.0.0:
67296764
parent-module "^1.0.0"
67306765
resolve-from "^4.0.0"
67316766

6767+
import-fresh@^3.1.0:
6768+
version "3.2.1"
6769+
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66"
6770+
integrity sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ==
6771+
dependencies:
6772+
parent-module "^1.0.0"
6773+
resolve-from "^4.0.0"
6774+
67326775
import-from@^2.1.0:
67336776
version "2.1.0"
67346777
resolved "https://registry.yarnpkg.com/import-from/-/import-from-2.1.0.tgz#335db7f2a7affd53aaa471d4b8021dee36b7f3b1"
@@ -8953,7 +8996,7 @@ nopt@^4.0.1, nopt@~4.0.1:
89538996
abbrev "1"
89548997
osenv "^0.1.4"
89558998

8956-
normalize-package-data@^2.3.2, normalize-package-data@^2.3.4, normalize-package-data@^2.5.0:
8999+
normalize-package-data@^2.3.2, normalize-package-data@^2.3.4:
89579000
version "2.5.0"
89589001
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
89599002
integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==
@@ -10670,16 +10713,6 @@ read-pkg@^3.0.0:
1067010713
normalize-package-data "^2.3.2"
1067110714
path-type "^3.0.0"
1067210715

10673-
read-pkg@^5.2.0:
10674-
version "5.2.0"
10675-
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc"
10676-
integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==
10677-
dependencies:
10678-
"@types/normalize-package-data" "^2.4.0"
10679-
normalize-package-data "^2.5.0"
10680-
parse-json "^5.0.0"
10681-
type-fest "^0.6.0"
10682-
1068310716
"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:
1068410717
version "2.3.6"
1068510718
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf"
@@ -11715,11 +11748,6 @@ run-async@^2.2.0:
1171511748
dependencies:
1171611749
is-promise "^2.1.0"
1171711750

11718-
run-node@^1.0.0:
11719-
version "1.0.0"
11720-
resolved "https://registry.yarnpkg.com/run-node/-/run-node-1.0.0.tgz#46b50b946a2aa2d4947ae1d886e9856fd9cabe5e"
11721-
integrity sha512-kc120TBlQ3mih1LSzdAJXo4xn/GWS2ec0l3S+syHDXP9uRr0JAT8Qd3mdMuyjqCzeZktgP3try92cEgf9Nks8A==
11722-
1172311751
run-parallel@^1.1.9:
1172411752
version "1.1.9"
1172511753
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.1.9.tgz#c9dd3a7cf9f4b2c4b6244e173a6ed866e61dd679"
@@ -12522,6 +12550,13 @@ supports-color@^6.0.0, supports-color@^6.1.0:
1252212550
dependencies:
1252312551
has-flag "^3.0.0"
1252412552

12553+
supports-color@^7.1.0:
12554+
version "7.1.0"
12555+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.1.0.tgz#68e32591df73e25ad1c4b49108a2ec507962bfd1"
12556+
integrity sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==
12557+
dependencies:
12558+
has-flag "^4.0.0"
12559+
1252512560
svg-tags@^1.0.0:
1252612561
version "1.0.0"
1252712562
resolved "https://registry.yarnpkg.com/svg-tags/-/svg-tags-1.0.0.tgz#58f71cee3bd519b59d4b2a843b6c7de64ac04764"
@@ -12916,11 +12951,6 @@ type-fest@^0.5.2:
1291612951
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.5.2.tgz#d6ef42a0356c6cd45f49485c3b6281fc148e48a2"
1291712952
integrity sha512-DWkS49EQKVX//Tbupb9TFa19c7+MK1XmzkrZUR8TAktmE/DizXoaoJV6TZ/tSIPXipqNiRI6CyAe7x69Jb6RSw==
1291812953

12919-
type-fest@^0.6.0:
12920-
version "0.6.0"
12921-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"
12922-
integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==
12923-
1292412954
type-fest@^0.8.1:
1292512955
version "0.8.1"
1292612956
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
@@ -13736,6 +13766,11 @@ which-module@^2.0.0:
1373613766
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
1373713767
integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=
1373813768

13769+
which-pm-runs@^1.0.0:
13770+
version "1.0.0"
13771+
resolved "https://registry.yarnpkg.com/which-pm-runs/-/which-pm-runs-1.0.0.tgz#670b3afbc552e0b55df6b7780ca74615f23ad1cb"
13772+
integrity sha1-Zws6+8VS4LVd9rd4DKdGFfI60cs=
13773+
1373913774
which@1, which@^1.2.9, which@^1.3.1:
1374013775
version "1.3.1"
1374113776
resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
@@ -13959,6 +13994,13 @@ yaml-js@^0.1.0:
1395913994
resolved "https://registry.yarnpkg.com/yaml-js/-/yaml-js-0.1.5.tgz#a01369010b3558d8aaed2394615dfd0780fd8fac"
1396013995
integrity sha1-oBNpAQs1WNiq7SOUYV39B4D9j6w=
1396113996

13997+
yaml@^1.7.2:
13998+
version "1.7.2"
13999+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.7.2.tgz#f26aabf738590ab61efaca502358e48dc9f348b2"
14000+
integrity sha512-qXROVp90sb83XtAoqE8bP9RwAkTTZbugRUTm5YeFCBfNRPEp2YzTeqWiz7m5OORHzEvrA/qcGS8hp/E+MMROYw==
14001+
dependencies:
14002+
"@babel/runtime" "^7.6.3"
14003+
1396214004
yargs-parser@^13.1.1:
1396314005
version "13.1.1"
1396414006
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.1.tgz#d26058532aa06d365fe091f6a1fc06b2f7e5eca0"

0 commit comments

Comments
 (0)