Skip to content

Commit e507448

Browse files
renovate-botFeiyang1
authored andcommitted
Update dependency husky to v3 (#1972)
1 parent 79e1700 commit e507448

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
@@ -4708,14 +4708,14 @@ cosmiconfig@^5.1.0:
47084708
lodash.get "^4.4.2"
47094709
parse-json "^4.0.0"
47104710

4711-
cosmiconfig@^5.2.0:
4712-
version "5.2.0"
4713-
resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.0.tgz#45038e4d28a7fe787203aede9c25bca4a08b12c8"
4714-
integrity sha512-nxt+Nfc3JAqf4WIWd0jXLjTJZmsPLrA9DDc4nRw2KFJQJK7DNooqSXrNI7tzLG50CF8axczly5UV929tBmh/7g==
4711+
cosmiconfig@^5.2.1:
4712+
version "5.2.1"
4713+
resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a"
4714+
integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==
47154715
dependencies:
47164716
import-fresh "^2.0.0"
47174717
is-directory "^0.3.1"
4718-
js-yaml "^3.13.0"
4718+
js-yaml "^3.13.1"
47194719
parse-json "^4.0.0"
47204720

47214721
@@ -6440,6 +6440,14 @@ find-up@^2.0.0, find-up@^2.1.0:
64406440
dependencies:
64416441
locate-path "^2.0.0"
64426442

6443+
find-up@^4.0.0:
6444+
version "4.1.0"
6445+
resolved "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
6446+
integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
6447+
dependencies:
6448+
locate-path "^5.0.0"
6449+
path-exists "^4.0.0"
6450+
64436451
[email protected], findup-sync@^3.0.0:
64446452
version "3.0.0"
64456453
resolved "https://registry.npmjs.org/findup-sync/-/findup-sync-3.0.0.tgz#17b108f9ee512dfb7a5c7f3c8b27ea9e1a9c08d1"
@@ -7776,17 +7784,17 @@ humanize-ms@^1.2.1:
77767784
dependencies:
77777785
ms "^2.0.0"
77787786

7779-
husky@2.7.0:
7780-
version "2.7.0"
7781-
resolved "https://registry.npmjs.org/husky/-/husky-2.7.0.tgz#c0a9a6a3b51146224e11bba0b46bba546e461d05"
7782-
integrity sha512-LIi8zzT6PyFpcYKdvWRCn/8X+6SuG2TgYYMrM6ckEYhlp44UcEduVymZGIZNLiwOUjrEud+78w/AsAiqJA/kRg==
7787+
husky@3.0.0:
7788+
version "3.0.0"
7789+
resolved "https://registry.npmjs.org/husky/-/husky-3.0.0.tgz#de63821a7049dc412b1afd753c259e2f6e227562"
7790+
integrity sha512-lKMEn7bRK+7f5eWPNGclDVciYNQt0GIkAQmhKl+uHP1qFzoN0h92kmH9HZ8PCwyVA2EQPD8KHf0FYWqnTxau+Q==
77837791
dependencies:
7784-
cosmiconfig "^5.2.0"
7792+
cosmiconfig "^5.2.1"
77857793
execa "^1.0.0"
7786-
find-up "^3.0.0"
77877794
get-stdin "^7.0.0"
77887795
is-ci "^2.0.0"
7789-
pkg-dir "^4.1.0"
7796+
opencollective-postinstall "^2.0.2"
7797+
pkg-dir "^4.2.0"
77907798
please-upgrade-node "^3.1.1"
77917799
read-pkg "^5.1.1"
77927800
run-node "^1.0.0"
@@ -9425,6 +9433,13 @@ locate-path@^3.0.0:
94259433
p-locate "^3.0.0"
94269434
path-exists "^3.0.0"
94279435

9436+
locate-path@^5.0.0:
9437+
version "5.0.0"
9438+
resolved "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0"
9439+
integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==
9440+
dependencies:
9441+
p-locate "^4.1.0"
9442+
94289443
lodash._isnative@~2.4.1:
94299444
version "2.4.1"
94309445
resolved "https://registry.npmjs.org/lodash._isnative/-/lodash._isnative-2.4.1.tgz#3ea6404b784a7be836c7b57580e1cdf79b14832c"
@@ -10863,6 +10878,11 @@ onetime@^2.0.0:
1086310878
dependencies:
1086410879
mimic-fn "^1.0.0"
1086510880

10881+
opencollective-postinstall@^2.0.2:
10882+
version "2.0.2"
10883+
resolved "https://registry.npmjs.org/opencollective-postinstall/-/opencollective-postinstall-2.0.2.tgz#5657f1bede69b6e33a45939b061eb53d3c6c3a89"
10884+
integrity sha512-pVOEP16TrAO2/fjej1IdOyupJY8KDUM1CvsaScRbw6oddvpQoOfGk4ywha0HKKVAD6RkW4x6Q+tNBwhf3Bgpuw==
10885+
1086610886
opener@~1.4.0:
1086710887
version "1.4.3"
1086810888
resolved "https://registry.npmjs.org/opener/-/opener-1.4.3.tgz#5c6da2c5d7e5831e8ffa3964950f8d6674ac90b8"
@@ -11005,6 +11025,13 @@ p-limit@^2.0.0:
1100511025
dependencies:
1100611026
p-try "^2.0.0"
1100711027

11028+
p-limit@^2.2.0:
11029+
version "2.2.0"
11030+
resolved "https://registry.npmjs.org/p-limit/-/p-limit-2.2.0.tgz#417c9941e6027a9abcba5092dd2904e255b5fbc2"
11031+
integrity sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==
11032+
dependencies:
11033+
p-try "^2.0.0"
11034+
1100811035
p-locate@^2.0.0:
1100911036
version "2.0.0"
1101011037
resolved "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
@@ -11019,6 +11046,13 @@ p-locate@^3.0.0:
1101911046
dependencies:
1102011047
p-limit "^2.0.0"
1102111048

11049+
p-locate@^4.1.0:
11050+
version "4.1.0"
11051+
resolved "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07"
11052+
integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==
11053+
dependencies:
11054+
p-limit "^2.2.0"
11055+
1102211056
p-map-series@^1.0.0:
1102311057
version "1.0.0"
1102411058
resolved "https://registry.npmjs.org/p-map-series/-/p-map-series-1.0.0.tgz#bf98fe575705658a9e1351befb85ae4c1f07bdca"
@@ -11265,6 +11299,11 @@ path-exists@^3.0.0:
1126511299
resolved "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
1126611300
integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=
1126711301

11302+
path-exists@^4.0.0:
11303+
version "4.0.0"
11304+
resolved "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
11305+
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
11306+
1126811307
path-is-absolute@^1.0.0, path-is-absolute@^1.0.1:
1126911308
version "1.0.1"
1127011309
resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
@@ -11434,12 +11473,12 @@ pkg-dir@^3.0.0:
1143411473
dependencies:
1143511474
find-up "^3.0.0"
1143611475

11437-
pkg-dir@^4.1.0:
11438-
version "4.1.0"
11439-
resolved "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.1.0.tgz#aaeb91c0d3b9c4f74a44ad849f4de34781ae01de"
11440-
integrity sha512-55k9QN4saZ8q518lE6EFgYiu95u3BWkSajCifhdQjvLvmr8IpnRbhI+UGpWJQfa0KzDguHeeWT1ccO1PmkOi3A==
11476+
pkg-dir@^4.2.0:
11477+
version "4.2.0"
11478+
resolved "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
11479+
integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==
1144111480
dependencies:
11442-
find-up "^3.0.0"
11481+
find-up "^4.0.0"
1144311482

1144411483
1144511484
version "0.3.1"

0 commit comments

Comments
 (0)