Skip to content

Commit 3b8eac4

Browse files
committed
Update dependency husky to v3
1 parent 493fe52 commit 3b8eac4

File tree

2 files changed

+57
-18
lines changed

2 files changed

+57
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"dependency-graph": "0.8.0",
5353
"firebase-tools": "6.12.0",
5454
"glob": "7.1.4",
55-
"husky": "2.7.0",
55+
"husky": "3.0.0",
5656
"inquirer": "6.5.0",
5757
"istanbul-instrumenter-loader": "3.0.1",
5858
"js-yaml": "3.13.1",

yarn.lock

Lines changed: 56 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4661,14 +4661,14 @@ cosmiconfig@^5.1.0:
46614661
lodash.get "^4.4.2"
46624662
parse-json "^4.0.0"
46634663

4664-
cosmiconfig@^5.2.0:
4665-
version "5.2.0"
4666-
resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.0.tgz#45038e4d28a7fe787203aede9c25bca4a08b12c8"
4667-
integrity sha512-nxt+Nfc3JAqf4WIWd0jXLjTJZmsPLrA9DDc4nRw2KFJQJK7DNooqSXrNI7tzLG50CF8axczly5UV929tBmh/7g==
4664+
cosmiconfig@^5.2.1:
4665+
version "5.2.1"
4666+
resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a"
4667+
integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==
46684668
dependencies:
46694669
import-fresh "^2.0.0"
46704670
is-directory "^0.3.1"
4671-
js-yaml "^3.13.0"
4671+
js-yaml "^3.13.1"
46724672
parse-json "^4.0.0"
46734673

46744674
@@ -6362,6 +6362,14 @@ find-up@^2.0.0, find-up@^2.1.0:
63626362
dependencies:
63636363
locate-path "^2.0.0"
63646364

6365+
find-up@^4.0.0:
6366+
version "4.1.0"
6367+
resolved "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
6368+
integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
6369+
dependencies:
6370+
locate-path "^5.0.0"
6371+
path-exists "^4.0.0"
6372+
63656373
[email protected], findup-sync@^3.0.0:
63666374
version "3.0.0"
63676375
resolved "https://registry.npmjs.org/findup-sync/-/findup-sync-3.0.0.tgz#17b108f9ee512dfb7a5c7f3c8b27ea9e1a9c08d1"
@@ -7677,17 +7685,17 @@ humanize-ms@^1.2.1:
76777685
dependencies:
76787686
ms "^2.0.0"
76797687

7680-
husky@2.7.0:
7681-
version "2.7.0"
7682-
resolved "https://registry.npmjs.org/husky/-/husky-2.7.0.tgz#c0a9a6a3b51146224e11bba0b46bba546e461d05"
7683-
integrity sha512-LIi8zzT6PyFpcYKdvWRCn/8X+6SuG2TgYYMrM6ckEYhlp44UcEduVymZGIZNLiwOUjrEud+78w/AsAiqJA/kRg==
7688+
husky@3.0.0:
7689+
version "3.0.0"
7690+
resolved "https://registry.npmjs.org/husky/-/husky-3.0.0.tgz#de63821a7049dc412b1afd753c259e2f6e227562"
7691+
integrity sha512-lKMEn7bRK+7f5eWPNGclDVciYNQt0GIkAQmhKl+uHP1qFzoN0h92kmH9HZ8PCwyVA2EQPD8KHf0FYWqnTxau+Q==
76847692
dependencies:
7685-
cosmiconfig "^5.2.0"
7693+
cosmiconfig "^5.2.1"
76867694
execa "^1.0.0"
7687-
find-up "^3.0.0"
76887695
get-stdin "^7.0.0"
76897696
is-ci "^2.0.0"
7690-
pkg-dir "^4.1.0"
7697+
opencollective-postinstall "^2.0.2"
7698+
pkg-dir "^4.2.0"
76917699
please-upgrade-node "^3.1.1"
76927700
read-pkg "^5.1.1"
76937701
run-node "^1.0.0"
@@ -9294,6 +9302,13 @@ locate-path@^3.0.0:
92949302
p-locate "^3.0.0"
92959303
path-exists "^3.0.0"
92969304

9305+
locate-path@^5.0.0:
9306+
version "5.0.0"
9307+
resolved "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0"
9308+
integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==
9309+
dependencies:
9310+
p-locate "^4.1.0"
9311+
92979312
lodash._isnative@~2.4.1:
92989313
version "2.4.1"
92999314
resolved "https://registry.npmjs.org/lodash._isnative/-/lodash._isnative-2.4.1.tgz#3ea6404b784a7be836c7b57580e1cdf79b14832c"
@@ -10722,6 +10737,11 @@ onetime@^2.0.0:
1072210737
dependencies:
1072310738
mimic-fn "^1.0.0"
1072410739

10740+
opencollective-postinstall@^2.0.2:
10741+
version "2.0.2"
10742+
resolved "https://registry.npmjs.org/opencollective-postinstall/-/opencollective-postinstall-2.0.2.tgz#5657f1bede69b6e33a45939b061eb53d3c6c3a89"
10743+
integrity sha512-pVOEP16TrAO2/fjej1IdOyupJY8KDUM1CvsaScRbw6oddvpQoOfGk4ywha0HKKVAD6RkW4x6Q+tNBwhf3Bgpuw==
10744+
1072510745
opener@~1.4.0:
1072610746
version "1.4.3"
1072710747
resolved "https://registry.npmjs.org/opener/-/opener-1.4.3.tgz#5c6da2c5d7e5831e8ffa3964950f8d6674ac90b8"
@@ -10864,6 +10884,13 @@ p-limit@^2.0.0:
1086410884
dependencies:
1086510885
p-try "^2.0.0"
1086610886

10887+
p-limit@^2.2.0:
10888+
version "2.2.0"
10889+
resolved "https://registry.npmjs.org/p-limit/-/p-limit-2.2.0.tgz#417c9941e6027a9abcba5092dd2904e255b5fbc2"
10890+
integrity sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==
10891+
dependencies:
10892+
p-try "^2.0.0"
10893+
1086710894
p-locate@^2.0.0:
1086810895
version "2.0.0"
1086910896
resolved "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
@@ -10878,6 +10905,13 @@ p-locate@^3.0.0:
1087810905
dependencies:
1087910906
p-limit "^2.0.0"
1088010907

10908+
p-locate@^4.1.0:
10909+
version "4.1.0"
10910+
resolved "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07"
10911+
integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==
10912+
dependencies:
10913+
p-limit "^2.2.0"
10914+
1088110915
p-map-series@^1.0.0:
1088210916
version "1.0.0"
1088310917
resolved "https://registry.npmjs.org/p-map-series/-/p-map-series-1.0.0.tgz#bf98fe575705658a9e1351befb85ae4c1f07bdca"
@@ -11124,6 +11158,11 @@ path-exists@^3.0.0:
1112411158
resolved "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
1112511159
integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=
1112611160

11161+
path-exists@^4.0.0:
11162+
version "4.0.0"
11163+
resolved "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
11164+
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
11165+
1112711166
path-is-absolute@^1.0.0, path-is-absolute@^1.0.1:
1112811167
version "1.0.1"
1112911168
resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
@@ -11283,12 +11322,12 @@ pkg-dir@^3.0.0:
1128311322
dependencies:
1128411323
find-up "^3.0.0"
1128511324

11286-
pkg-dir@^4.1.0:
11287-
version "4.1.0"
11288-
resolved "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.1.0.tgz#aaeb91c0d3b9c4f74a44ad849f4de34781ae01de"
11289-
integrity sha512-55k9QN4saZ8q518lE6EFgYiu95u3BWkSajCifhdQjvLvmr8IpnRbhI+UGpWJQfa0KzDguHeeWT1ccO1PmkOi3A==
11325+
pkg-dir@^4.2.0:
11326+
version "4.2.0"
11327+
resolved "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
11328+
integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==
1129011329
dependencies:
11291-
find-up "^3.0.0"
11330+
find-up "^4.0.0"
1129211331

1129311332
1129411333
version "0.3.1"

0 commit comments

Comments
 (0)