Skip to content
This repository was archived by the owner on Feb 8, 2020. It is now read-only.

Commit fb5464c

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency husky to v2.5.0
Signed-off-by: Charlike Mike Reagent <[email protected]>
1 parent e567155 commit fb5464c

File tree

2 files changed

+8
-34
lines changed

2 files changed

+8
-34
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"for-in": "1.0.2",
4141
"hela": "1.1.3",
4242
"hela-preset-tunnckocore": "0.5.19",
43-
"husky": "2.4.1",
43+
"husky": "2.5.0",
4444
"mukla": "0.4.9",
4545
"new-release": "5.0.4"
4646
},

yarn.lock

Lines changed: 7 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,7 @@ core-util-is@~1.0.0:
11901190
version "1.0.2"
11911191
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
11921192

1193-
cosmiconfig@^5.2.0:
1193+
cosmiconfig@^5.2.1:
11941194
version "5.2.1"
11951195
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a"
11961196
dependencies:
@@ -1777,12 +1777,6 @@ find-up@^1.0.0:
17771777
path-exists "^2.0.0"
17781778
pinkie-promise "^2.0.0"
17791779

1780-
find-up@^3.0.0:
1781-
version "3.0.0"
1782-
resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
1783-
dependencies:
1784-
locate-path "^3.0.0"
1785-
17861780
find-up@^4.0.0:
17871781
version "4.0.0"
17881782
resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.0.0.tgz#c367f8024de92efb75f2d4906536d24682065c3a"
@@ -2038,16 +2032,15 @@ [email protected]:
20382032
version "0.1.3"
20392033
resolved "https://registry.yarnpkg.com/hr/-/hr-0.1.3.tgz#d9aa30f5929dabfd0b65ba395938a3e184dbcafe"
20402034

2041-
husky@2.4.1:
2042-
version "2.4.1"
2043-
resolved "https://registry.yarnpkg.com/husky/-/husky-2.4.1.tgz#dd00f9646f8693b93f7b3a12ba4be00be0eff7ab"
2035+
husky@2.5.0:
2036+
version "2.5.0"
2037+
resolved "https://registry.yarnpkg.com/husky/-/husky-2.5.0.tgz#fe9839e118e5d88e3f1d7121d52564745615815e"
20442038
dependencies:
2045-
cosmiconfig "^5.2.0"
2039+
cosmiconfig "^5.2.1"
20462040
execa "^1.0.0"
2047-
find-up "^3.0.0"
20482041
get-stdin "^7.0.0"
20492042
is-ci "^2.0.0"
2050-
pkg-dir "^4.1.0"
2043+
pkg-dir "^4.2.0"
20512044
please-upgrade-node "^3.1.1"
20522045
read-pkg "^5.1.1"
20532046
run-node "^1.0.0"
@@ -2609,13 +2602,6 @@ locate-path@^2.0.0:
26092602
p-locate "^2.0.0"
26102603
path-exists "^3.0.0"
26112604

2612-
locate-path@^3.0.0:
2613-
version "3.0.0"
2614-
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e"
2615-
dependencies:
2616-
p-locate "^3.0.0"
2617-
path-exists "^3.0.0"
2618-
26192605
locate-path@^5.0.0:
26202606
version "5.0.0"
26212607
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0"
@@ -3003,12 +2989,6 @@ p-limit@^1.1.0:
30032989
version "1.1.0"
30042990
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.1.0.tgz#b07ff2d9a5d88bec806035895a2bab66a27988bc"
30052991

3006-
p-limit@^2.0.0:
3007-
version "2.0.0"
3008-
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.0.0.tgz#e624ed54ee8c460a778b3c9f3670496ff8a57aec"
3009-
dependencies:
3010-
p-try "^2.0.0"
3011-
30122992
p-limit@^2.2.0:
30132993
version "2.2.0"
30142994
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.0.tgz#417c9941e6027a9abcba5092dd2904e255b5fbc2"
@@ -3021,12 +3001,6 @@ p-locate@^2.0.0:
30213001
dependencies:
30223002
p-limit "^1.1.0"
30233003

3024-
p-locate@^3.0.0:
3025-
version "3.0.0"
3026-
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4"
3027-
dependencies:
3028-
p-limit "^2.0.0"
3029-
30303004
p-locate@^4.1.0:
30313005
version "4.1.0"
30323006
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07"
@@ -3160,7 +3134,7 @@ pkg-dir@^1.0.0:
31603134
dependencies:
31613135
find-up "^1.0.0"
31623136

3163-
pkg-dir@^4.1.0:
3137+
pkg-dir@^4.2.0:
31643138
version "4.2.0"
31653139
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
31663140
dependencies:

0 commit comments

Comments
 (0)