Skip to content

Commit a9dcee6

Browse files
committed
chore(deps): update dependency husky to ^4.2.5
1 parent a2a8b9d commit a9dcee6

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
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.1.0",
74-
"husky": "^4.2.3",
74+
"husky": "^4.2.5",
7575
"json-schema-to-typescript": "^8.2.0",
7676
"prettier": "^2.0.5",
7777
"semantic-release": "^17.0.6",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1378,10 +1378,10 @@ compare-func@^1.3.1:
13781378
array-ify "^1.0.0"
13791379
dot-prop "^3.0.0"
13801380

1381-
compare-versions@^3.5.1:
1382-
version "3.5.1"
1383-
resolved "https://registry.yarnpkg.com/compare-versions/-/compare-versions-3.5.1.tgz#26e1f5cf0d48a77eced5046b9f67b6b61075a393"
1384-
integrity sha512-9fGPIB7C6AyM18CJJBHt5EnCZDG3oiTJYy0NjfIAGjKpzv0tkxWko7TNQHF5ymqm7IH03tqmeuBxtvD+Izh6mg==
1381+
compare-versions@^3.6.0:
1382+
version "3.6.0"
1383+
resolved "https://registry.yarnpkg.com/compare-versions/-/compare-versions-3.6.0.tgz#1a5689913685e5a87637b8d3ffca75514ec41d62"
1384+
integrity sha512-W6Af2Iw1z4CB7q4uU4hv646dW9GQuBM+YpC0UvUCWSD8w90SJjp+ujJuXaEMtAXBtSqGfMPuFOVn4/+FlaqfBA==
13851385

13861386
concat-map@0.0.1:
13871387
version "0.0.1"
@@ -3020,14 +3020,14 @@ humanize-ms@^1.2.1:
30203020
dependencies:
30213021
ms "^2.0.0"
30223022

3023-
husky@^4.2.3:
3024-
version "4.2.3"
3025-
resolved "https://registry.yarnpkg.com/husky/-/husky-4.2.3.tgz#3b18d2ee5febe99e27f2983500202daffbc3151e"
3026-
integrity sha512-VxTsSTRwYveKXN4SaH1/FefRJYCtx+wx04sSVcOpD7N2zjoHxa+cEJ07Qg5NmV3HAK+IRKOyNVpi2YBIVccIfQ==
3023+
husky@^4.2.5:
3024+
version "4.2.5"
3025+
resolved "https://registry.yarnpkg.com/husky/-/husky-4.2.5.tgz#2b4f7622673a71579f901d9885ed448394b5fa36"
3026+
integrity sha512-SYZ95AjKcX7goYVZtVZF2i6XiZcHknw50iXvY7b0MiGoj5RwdgRQNEHdb+gPDPCXKlzwrybjFjkL6FOj8uRhZQ==
30273027
dependencies:
3028-
chalk "^3.0.0"
3028+
chalk "^4.0.0"
30293029
ci-info "^2.0.0"
3030-
compare-versions "^3.5.1"
3030+
compare-versions "^3.6.0"
30313031
cosmiconfig "^6.0.0"
30323032
find-versions "^3.2.0"
30333033
opencollective-postinstall "^2.0.2"

0 commit comments

Comments
 (0)