Skip to content

Commit ab074f6

Browse files
committed
Update dependency husky to v4.3.5
1 parent b6e63f2 commit ab074f6

File tree

2 files changed

+26
-7
lines changed

2 files changed

+26
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@types/node": "14.6.0",
3434
"babel-jest": "26.3.0",
3535
"next": "9.5.2",
36-
"husky": "4.2.5",
36+
"husky": "4.3.5",
3737
"prettier": "2.0.5",
3838
"eslint-plugin-prettier": "3.1.4",
3939
"tsdx": "0.13.2",

yarn.lock

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3191,6 +3191,17 @@ cosmiconfig@^6.0.0:
31913191
path-type "^4.0.0"
31923192
yaml "^1.7.2"
31933193

3194+
cosmiconfig@^7.0.0:
3195+
version "7.0.0"
3196+
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.0.tgz#ef9b44d773959cae63ddecd122de23853b60f8d3"
3197+
integrity sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA==
3198+
dependencies:
3199+
"@types/parse-json" "^4.0.0"
3200+
import-fresh "^3.2.1"
3201+
parse-json "^5.0.0"
3202+
path-type "^4.0.0"
3203+
yaml "^1.10.0"
3204+
31943205
create-ecdh@^4.0.0:
31953206
version "4.0.4"
31963207
resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.4.tgz#d6e7f4bffa66736085a0762fd3a632684dabcc4e"
@@ -4655,15 +4666,15 @@ humanize-duration@^3.15.3:
46554666
resolved "https://registry.yarnpkg.com/humanize-duration/-/humanize-duration-3.23.1.tgz#59cb8d01287479c1aa7cd5b1efc260d799bef89b"
46564667
integrity sha512-aoOEkomAETmVuQyBx4E7/LfPlC9s8pAA/USl7vFRQpDjepo3aiyvFfOhtXSDqPowdBVPFUZ7onG/KyuolX0qPg==
46574668

4658-
husky@4.2.5:
4659-
version "4.2.5"
4660-
resolved "https://registry.yarnpkg.com/husky/-/husky-4.2.5.tgz#2b4f7622673a71579f901d9885ed448394b5fa36"
4661-
integrity sha512-SYZ95AjKcX7goYVZtVZF2i6XiZcHknw50iXvY7b0MiGoj5RwdgRQNEHdb+gPDPCXKlzwrybjFjkL6FOj8uRhZQ==
4669+
husky@4.3.5:
4670+
version "4.3.5"
4671+
resolved "https://registry.yarnpkg.com/husky/-/husky-4.3.5.tgz#ab8d2a0eb6b62fef2853ee3d442c927d89290902"
4672+
integrity sha512-E5S/1HMoDDaqsH8kDF5zeKEQbYqe3wL9zJDyqyYqc8I4vHBtAoxkDBGXox0lZ9RI+k5GyB728vZdmnM4bYap+g==
46624673
dependencies:
46634674
chalk "^4.0.0"
46644675
ci-info "^2.0.0"
46654676
compare-versions "^3.6.0"
4666-
cosmiconfig "^6.0.0"
4677+
cosmiconfig "^7.0.0"
46674678
find-versions "^3.2.0"
46684679
opencollective-postinstall "^2.0.2"
46694680
pkg-dir "^4.2.0"
@@ -4708,6 +4719,14 @@ import-fresh@^3.0.0, import-fresh@^3.1.0:
47084719
parent-module "^1.0.0"
47094720
resolve-from "^4.0.0"
47104721

4722+
import-fresh@^3.2.1:
4723+
version "3.2.2"
4724+
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.2.tgz#fc129c160c5d68235507f4331a6baad186bdbc3e"
4725+
integrity sha512-cTPNrlvJT6twpYy+YmKUKrTSjWFs3bjYjAhCwm+z4EOCubZxAuO+hHpRN64TqjEaYSHs7tJAE0w1CKMGmsG/lw==
4726+
dependencies:
4727+
parent-module "^1.0.0"
4728+
resolve-from "^4.0.0"
4729+
47114730
import-local@^2.0.0:
47124731
version "2.0.0"
47134732
resolved "https://registry.yarnpkg.com/import-local/-/import-local-2.0.0.tgz#55070be38a5993cf18ef6db7e961f5bee5c5a09d"
@@ -9143,7 +9162,7 @@ yallist@^4.0.0:
91439162
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
91449163
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
91459164

9146-
yaml@^1.7.2:
9165+
yaml@^1.10.0, yaml@^1.7.2:
91479166
version "1.10.0"
91489167
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e"
91499168
integrity sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==

0 commit comments

Comments
 (0)