Skip to content

Commit 3b8a7d6

Browse files
chore(deps): update devdependency husky to ^4.3.0 (#5744)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent df36cca commit 3b8a7d6

File tree

2 files changed

+8
-19
lines changed

2 files changed

+8
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"execa": "^4.0.3",
141141
"highlight.js": "^9.18.2",
142142
"html-loader": "^1.3.0",
143-
"husky": "^4.2.5",
143+
"husky": "^4.3.0",
144144
"improved-yarn-audit": "^2.3.1",
145145
"jest": "^26.4.2",
146146
"lint-staged": "^10.3.0",

yarn.lock

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4396,17 +4396,6 @@ cosmiconfig@^5.0.0:
43964396
js-yaml "^3.13.1"
43974397
parse-json "^4.0.0"
43984398

4399-
cosmiconfig@^6.0.0:
4400-
version "6.0.0"
4401-
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-6.0.0.tgz#da4fee853c52f6b1e6935f41c1a2fc50bd4a9982"
4402-
integrity sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==
4403-
dependencies:
4404-
"@types/parse-json" "^4.0.0"
4405-
import-fresh "^3.1.0"
4406-
parse-json "^5.0.0"
4407-
path-type "^4.0.0"
4408-
yaml "^1.7.2"
4409-
44104399
cosmiconfig@^7.0.0:
44114400
version "7.0.0"
44124401
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.0.tgz#ef9b44d773959cae63ddecd122de23853b60f8d3"
@@ -7162,15 +7151,15 @@ humps@^2.0.1:
71627151
resolved "https://registry.yarnpkg.com/humps/-/humps-2.0.1.tgz#dd02ea6081bd0568dc5d073184463957ba9ef9aa"
71637152
integrity sha1-3QLqYIG9BWjcXQcxhEY5V7qe+ao=
71647153

7165-
husky@^4.2.5:
7166-
version "4.2.5"
7167-
resolved "https://registry.yarnpkg.com/husky/-/husky-4.2.5.tgz#2b4f7622673a71579f901d9885ed448394b5fa36"
7168-
integrity sha512-SYZ95AjKcX7goYVZtVZF2i6XiZcHknw50iXvY7b0MiGoj5RwdgRQNEHdb+gPDPCXKlzwrybjFjkL6FOj8uRhZQ==
7154+
husky@^4.3.0:
7155+
version "4.3.0"
7156+
resolved "https://registry.yarnpkg.com/husky/-/husky-4.3.0.tgz#0b2ec1d66424e9219d359e26a51c58ec5278f0de"
7157+
integrity sha512-tTMeLCLqSBqnflBZnlVDhpaIMucSGaYyX6855jM4AguGeWCeSzNdb1mfyWduTZ3pe3SJVvVWGL0jO1iKZVPfTA==
71697158
dependencies:
71707159
chalk "^4.0.0"
71717160
ci-info "^2.0.0"
71727161
compare-versions "^3.6.0"
7173-
cosmiconfig "^6.0.0"
7162+
cosmiconfig "^7.0.0"
71747163
find-versions "^3.2.0"
71757164
opencollective-postinstall "^2.0.2"
71767165
pkg-dir "^4.2.0"
@@ -7239,7 +7228,7 @@ import-fresh@^2.0.0:
72397228
caller-path "^2.0.0"
72407229
resolve-from "^3.0.0"
72417230

7242-
import-fresh@^3.0.0, import-fresh@^3.1.0, import-fresh@^3.2.1:
7231+
import-fresh@^3.0.0, import-fresh@^3.2.1:
72437232
version "3.2.1"
72447233
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66"
72457234
integrity sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ==
@@ -14610,7 +14599,7 @@ yallist@^4.0.0:
1461014599
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
1461114600
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
1461214601

14613-
yaml@^1.10.0, yaml@^1.7.2:
14602+
yaml@^1.10.0:
1461414603
version "1.10.0"
1461514604
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e"
1461614605
integrity sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==

0 commit comments

Comments
 (0)