Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit 44bf40e

Browse files
build(deps-dev): bump husky from 4.2.1 to 4.3.0
Bumps [husky](https://github.com/typicode/husky) from 4.2.1 to 4.3.0. - [Release notes](https://github.com/typicode/husky/releases) - [Changelog](https://github.com/typicode/husky/blob/master/CHANGELOG.md) - [Commits](typicode/husky@v4.2.1...v4.3.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent ea507de commit 44bf40e

File tree

2 files changed

+14
-32
lines changed

2 files changed

+14
-32
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"@dixeed/eslint-config": "2.0.0",
8787
"cz-conventional-changelog": "3.1.0",
8888
"eslint": "6.8.0",
89-
"husky": "4.2.1",
89+
"husky": "4.3.0",
9090
"jest": "^26.6.1",
9191
"lint-staged": "10.5.1",
9292
"prettier": "2.1.2"

yarn.lock

Lines changed: 13 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
dependencies:
245245
"@babel/helper-plugin-utils" "^7.8.0"
246246

247-
"@babel/runtime@^7.11.2", "@babel/runtime@^7.6.3":
247+
"@babel/runtime@^7.11.2":
248248
version "7.12.1"
249249
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.1.tgz#b4116a6b6711d010b2dad3b7b6e43bf1b9954740"
250250
integrity sha512-J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA==
@@ -1515,10 +1515,10 @@ compare-func@^2.0.0:
15151515
array-ify "^1.0.0"
15161516
dot-prop "^5.1.0"
15171517

1518-
compare-versions@^3.5.1:
1519-
version "3.5.1"
1520-
resolved "https://registry.yarnpkg.com/compare-versions/-/compare-versions-3.5.1.tgz#26e1f5cf0d48a77eced5046b9f67b6b61075a393"
1521-
integrity sha512-9fGPIB7C6AyM18CJJBHt5EnCZDG3oiTJYy0NjfIAGjKpzv0tkxWko7TNQHF5ymqm7IH03tqmeuBxtvD+Izh6mg==
1518+
compare-versions@^3.6.0:
1519+
version "3.6.0"
1520+
resolved "https://registry.yarnpkg.com/compare-versions/-/compare-versions-3.6.0.tgz#1a5689913685e5a87637b8d3ffca75514ec41d62"
1521+
integrity sha512-W6Af2Iw1z4CB7q4uU4hv646dW9GQuBM+YpC0UvUCWSD8w90SJjp+ujJuXaEMtAXBtSqGfMPuFOVn4/+FlaqfBA==
15221522

15231523
component-emitter@^1.2.1:
15241524
version "1.3.0"
@@ -1597,17 +1597,6 @@ [email protected], core-util-is@~1.0.0:
15971597
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
15981598
integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=
15991599

1600-
cosmiconfig@^6.0.0:
1601-
version "6.0.0"
1602-
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-6.0.0.tgz#da4fee853c52f6b1e6935f41c1a2fc50bd4a9982"
1603-
integrity sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==
1604-
dependencies:
1605-
"@types/parse-json" "^4.0.0"
1606-
import-fresh "^3.1.0"
1607-
parse-json "^5.0.0"
1608-
path-type "^4.0.0"
1609-
yaml "^1.7.2"
1610-
16111600
cosmiconfig@^7.0.0:
16121601
version "7.0.0"
16131602
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.0.tgz#ef9b44d773959cae63ddecd122de23853b60f8d3"
@@ -2815,15 +2804,15 @@ human-signals@^1.1.1:
28152804
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
28162805
integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==
28172806

2818-
husky@4.2.1:
2819-
version "4.2.1"
2820-
resolved "https://registry.yarnpkg.com/husky/-/husky-4.2.1.tgz#b09f1bd9129e6c323cc515dc17081d0615e2d7c1"
2821-
integrity sha512-Qa0lRreeIf4Tl92sSs42ER6qc3hzoyQPPorzOrFWfPEVbdi6LuvJEqWKPk905fOWIR76iBpp7ECZNIwk+a8xuQ==
2807+
husky@4.3.0:
2808+
version "4.3.0"
2809+
resolved "https://registry.yarnpkg.com/husky/-/husky-4.3.0.tgz#0b2ec1d66424e9219d359e26a51c58ec5278f0de"
2810+
integrity sha512-tTMeLCLqSBqnflBZnlVDhpaIMucSGaYyX6855jM4AguGeWCeSzNdb1mfyWduTZ3pe3SJVvVWGL0jO1iKZVPfTA==
28222811
dependencies:
2823-
chalk "^3.0.0"
2812+
chalk "^4.0.0"
28242813
ci-info "^2.0.0"
2825-
compare-versions "^3.5.1"
2826-
cosmiconfig "^6.0.0"
2814+
compare-versions "^3.6.0"
2815+
cosmiconfig "^7.0.0"
28272816
find-versions "^3.2.0"
28282817
opencollective-postinstall "^2.0.2"
28292818
pkg-dir "^4.2.0"
@@ -2850,7 +2839,7 @@ [email protected]:
28502839
dependencies:
28512840
import-from "^3.0.0"
28522841

2853-
import-fresh@^3.0.0, import-fresh@^3.1.0, import-fresh@^3.2.1:
2842+
import-fresh@^3.0.0, import-fresh@^3.2.1:
28542843
version "3.2.1"
28552844
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66"
28562845
integrity sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ==
@@ -6022,13 +6011,6 @@ yaml@^1.10.0:
60226011
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e"
60236012
integrity sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==
60246013

6025-
yaml@^1.7.2:
6026-
version "1.7.2"
6027-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.7.2.tgz#f26aabf738590ab61efaca502358e48dc9f348b2"
6028-
integrity sha512-qXROVp90sb83XtAoqE8bP9RwAkTTZbugRUTm5YeFCBfNRPEp2YzTeqWiz7m5OORHzEvrA/qcGS8hp/E+MMROYw==
6029-
dependencies:
6030-
"@babel/runtime" "^7.6.3"
6031-
60326014
yargs-parser@^10.0.0:
60336015
version "10.1.0"
60346016
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-10.1.0.tgz#7202265b89f7e9e9f2e5765e0fe735a905edbaa8"

0 commit comments

Comments
 (0)