Skip to content

Commit 512c552

Browse files
committed
chore(deps): update dependency husky to ^4.3.0
1 parent b2caed9 commit 512c552

File tree

2 files changed

+28
-19
lines changed

2 files changed

+28
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@types/node": "12.12.31",
7272
"download-cli": "^1.1.1",
7373
"eslint": "^7.10.0",
74-
"husky": "^4.2.3",
74+
"husky": "^4.3.0",
7575
"json-schema-to-typescript": "^8.2.0",
7676
"prettier": "^2.1.1",
7777
"semantic-release": "^17.0.6",

yarn.lock

Lines changed: 27 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
core-js-pure "^3.0.0"
2727
regenerator-runtime "^0.13.4"
2828

29-
"@babel/runtime@^7.6.3", "@babel/runtime@^7.9.6":
29+
"@babel/runtime@^7.9.6":
3030
version "7.10.4"
3131
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.4.tgz#a6724f1a6b8d2f6ea5236dbfe58c7d7ea9c5eb99"
3232
integrity sha512-UpTN5yUJr9b4EX2CnGNWIvER7Ab83ibv0pcvvHc4UOdrBI5jb8bj+32cCwPX6xu0mt2daFNjYhoi+X7beH0RSw==
@@ -1360,10 +1360,10 @@ compare-func@^1.3.1:
13601360
array-ify "^1.0.0"
13611361
dot-prop "^3.0.0"
13621362

1363-
compare-versions@^3.5.1:
1364-
version "3.5.1"
1365-
resolved "https://registry.yarnpkg.com/compare-versions/-/compare-versions-3.5.1.tgz#26e1f5cf0d48a77eced5046b9f67b6b61075a393"
1366-
integrity sha512-9fGPIB7C6AyM18CJJBHt5EnCZDG3oiTJYy0NjfIAGjKpzv0tkxWko7TNQHF5ymqm7IH03tqmeuBxtvD+Izh6mg==
1363+
compare-versions@^3.6.0:
1364+
version "3.6.0"
1365+
resolved "https://registry.yarnpkg.com/compare-versions/-/compare-versions-3.6.0.tgz#1a5689913685e5a87637b8d3ffca75514ec41d62"
1366+
integrity sha512-W6Af2Iw1z4CB7q4uU4hv646dW9GQuBM+YpC0UvUCWSD8w90SJjp+ujJuXaEMtAXBtSqGfMPuFOVn4/+FlaqfBA==
13671367

13681368
concat-map@0.0.1:
13691369
version "0.0.1"
@@ -1509,6 +1509,17 @@ cosmiconfig@^6.0.0:
15091509
path-type "^4.0.0"
15101510
yaml "^1.7.2"
15111511

1512+
cosmiconfig@^7.0.0:
1513+
version "7.0.0"
1514+
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.0.tgz#ef9b44d773959cae63ddecd122de23853b60f8d3"
1515+
integrity sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA==
1516+
dependencies:
1517+
"@types/parse-json" "^4.0.0"
1518+
import-fresh "^3.2.1"
1519+
parse-json "^5.0.0"
1520+
path-type "^4.0.0"
1521+
yaml "^1.10.0"
1522+
15121523
create-error-class@^3.0.0:
15131524
version "3.0.2"
15141525
resolved "https://registry.yarnpkg.com/create-error-class/-/create-error-class-3.0.2.tgz#06be7abef947a3f14a30fd610671d401bca8b7b6"
@@ -3001,15 +3012,15 @@ humanize-ms@^1.2.1:
30013012
dependencies:
30023013
ms "^2.0.0"
30033014

3004-
husky@^4.2.3:
3005-
version "4.2.3"
3006-
resolved "https://registry.yarnpkg.com/husky/-/husky-4.2.3.tgz#3b18d2ee5febe99e27f2983500202daffbc3151e"
3007-
integrity sha512-VxTsSTRwYveKXN4SaH1/FefRJYCtx+wx04sSVcOpD7N2zjoHxa+cEJ07Qg5NmV3HAK+IRKOyNVpi2YBIVccIfQ==
3015+
husky@^4.3.0:
3016+
version "4.3.0"
3017+
resolved "https://registry.yarnpkg.com/husky/-/husky-4.3.0.tgz#0b2ec1d66424e9219d359e26a51c58ec5278f0de"
3018+
integrity sha512-tTMeLCLqSBqnflBZnlVDhpaIMucSGaYyX6855jM4AguGeWCeSzNdb1mfyWduTZ3pe3SJVvVWGL0jO1iKZVPfTA==
30083019
dependencies:
3009-
chalk "^3.0.0"
3020+
chalk "^4.0.0"
30103021
ci-info "^2.0.0"
3011-
compare-versions "^3.5.1"
3012-
cosmiconfig "^6.0.0"
3022+
compare-versions "^3.6.0"
3023+
cosmiconfig "^7.0.0"
30133024
find-versions "^3.2.0"
30143025
opencollective-postinstall "^2.0.2"
30153026
pkg-dir "^4.2.0"
@@ -6764,12 +6775,10 @@ yallist@^3.0.0, yallist@^3.0.2, yallist@^3.0.3:
67646775
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
67656776
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
67666777

6767-
yaml@^1.7.2:
6768-
version "1.7.2"
6769-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.7.2.tgz#f26aabf738590ab61efaca502358e48dc9f348b2"
6770-
integrity sha512-qXROVp90sb83XtAoqE8bP9RwAkTTZbugRUTm5YeFCBfNRPEp2YzTeqWiz7m5OORHzEvrA/qcGS8hp/E+MMROYw==
6771-
dependencies:
6772-
"@babel/runtime" "^7.6.3"
6778+
yaml@^1.10.0, yaml@^1.7.2:
6779+
version "1.10.0"
6780+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e"
6781+
integrity sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==
67736782

67746783
yargs-parser@^10.0.0:
67756784
version "10.1.0"

0 commit comments

Comments
 (0)