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

Commit b239601

Browse files
committed
Update dependency husky to v3.1.0
1 parent d8fe297 commit b239601

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@nodegui/qode": "1.0.5",
4949
"@types/jest": "24.0.18",
5050
"@types/node": "12.7.5",
51-
"husky": "3.0.5",
51+
"husky": "3.1.0",
5252
"jest": "24.9.0",
5353
"lint-staged": "9.3.0",
5454
"prettier": "1.18.2",

yarn.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -2006,20 +2006,20 @@ http-signature@~1.2.0:
20062006
jsprim "^1.2.2"
20072007
sshpk "^1.7.0"
20082008

2009-
husky@3.0.5:
2010-
version "3.0.5"
2011-
resolved "https://registry.yarnpkg.com/husky/-/husky-3.0.5.tgz#d7db27c346645a8dc52df02aa534a377ad7925e0"
2012-
integrity sha512-cKd09Jy9cDyNIvAdN2QQAP/oA21sle4FWXjIMDttailpLAYZuBE7WaPmhrkj+afS8Sj9isghAtFvWSQ0JiwOHg==
2009+
husky@3.1.0:
2010+
version "3.1.0"
2011+
resolved "https://registry.yarnpkg.com/husky/-/husky-3.1.0.tgz#5faad520ab860582ed94f0c1a77f0f04c90b57c0"
2012+
integrity sha512-FJkPoHHB+6s4a+jwPqBudBDvYZsoQW5/HBuMSehC8qDiCe50kpcxeqFoDSlow+9I6wg47YxBoT3WxaURlrDIIQ==
20132013
dependencies:
20142014
chalk "^2.4.2"
2015+
ci-info "^2.0.0"
20152016
cosmiconfig "^5.2.1"
20162017
execa "^1.0.0"
20172018
get-stdin "^7.0.0"
2018-
is-ci "^2.0.0"
20192019
opencollective-postinstall "^2.0.2"
20202020
pkg-dir "^4.2.0"
20212021
please-upgrade-node "^3.2.0"
2022-
read-pkg "^5.1.1"
2022+
read-pkg "^5.2.0"
20232023
run-node "^1.0.0"
20242024
slash "^3.0.0"
20252025

@@ -3885,7 +3885,7 @@ read-pkg@^3.0.0:
38853885
normalize-package-data "^2.3.2"
38863886
path-type "^3.0.0"
38873887

3888-
read-pkg@^5.1.1:
3888+
read-pkg@^5.2.0:
38893889
version "5.2.0"
38903890
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc"
38913891
integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==

0 commit comments

Comments
 (0)