Skip to content

Commit 4577c41

Browse files
build(deps-dev): bump husky from 2.7.0 to 3.0.0
Bumps [husky](https://github.com/typicode/husky) from 2.7.0 to 3.0.0. - [Release notes](https://github.com/typicode/husky/releases) - [Changelog](https://github.com/typicode/husky/blob/master/CHANGELOG.md) - [Commits](https://github.com/typicode/husky/commits/v3.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent e804984 commit 4577c41

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@types/jasmine": "3.3.13",
7070
"@types/jquery": "^3.3.29",
7171
"@uirouter/publish-scripts": "^2.3.24",
72-
"husky": "^2.4.1",
72+
"husky": "^3.0.0",
7373
"jasmine-core": "^3.3.0",
7474
"karma": "^4.1.0",
7575
"karma-chrome-launcher": "^2.2.0",

yarn.lock

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,7 @@ [email protected], core-util-is@~1.0.0:
12401240
version "1.0.2"
12411241
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
12421242

1243-
cosmiconfig@^5.2.0:
1243+
cosmiconfig@^5.2.1:
12441244
version "5.2.1"
12451245
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a"
12461246
integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==
@@ -2556,17 +2556,17 @@ https-browserify@^1.0.0:
25562556
version "1.0.0"
25572557
resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73"
25582558

2559-
husky@^2.4.1:
2560-
version "2.7.0"
2561-
resolved "https://registry.yarnpkg.com/husky/-/husky-2.7.0.tgz#c0a9a6a3b51146224e11bba0b46bba546e461d05"
2562-
integrity sha512-LIi8zzT6PyFpcYKdvWRCn/8X+6SuG2TgYYMrM6ckEYhlp44UcEduVymZGIZNLiwOUjrEud+78w/AsAiqJA/kRg==
2559+
husky@^3.0.0:
2560+
version "3.0.0"
2561+
resolved "https://registry.yarnpkg.com/husky/-/husky-3.0.0.tgz#de63821a7049dc412b1afd753c259e2f6e227562"
2562+
integrity sha512-lKMEn7bRK+7f5eWPNGclDVciYNQt0GIkAQmhKl+uHP1qFzoN0h92kmH9HZ8PCwyVA2EQPD8KHf0FYWqnTxau+Q==
25632563
dependencies:
2564-
cosmiconfig "^5.2.0"
2564+
cosmiconfig "^5.2.1"
25652565
execa "^1.0.0"
2566-
find-up "^3.0.0"
25672566
get-stdin "^7.0.0"
25682567
is-ci "^2.0.0"
2569-
pkg-dir "^4.1.0"
2568+
opencollective-postinstall "^2.0.2"
2569+
pkg-dir "^4.2.0"
25702570
please-upgrade-node "^3.1.1"
25712571
read-pkg "^5.1.1"
25722572
run-node "^1.0.0"
@@ -3921,6 +3921,11 @@ open@^0.0.5:
39213921
version "0.0.5"
39223922
resolved "https://registry.yarnpkg.com/open/-/open-0.0.5.tgz#42c3e18ec95466b6bf0dc42f3a2945c3f0cad8fc"
39233923

3924+
opencollective-postinstall@^2.0.2:
3925+
version "2.0.2"
3926+
resolved "https://registry.yarnpkg.com/opencollective-postinstall/-/opencollective-postinstall-2.0.2.tgz#5657f1bede69b6e33a45939b061eb53d3c6c3a89"
3927+
integrity sha512-pVOEP16TrAO2/fjej1IdOyupJY8KDUM1CvsaScRbw6oddvpQoOfGk4ywha0HKKVAD6RkW4x6Q+tNBwhf3Bgpuw==
3928+
39243929
opn@^5.5.0:
39253930
version "5.5.0"
39263931
resolved "https://registry.yarnpkg.com/opn/-/opn-5.5.0.tgz#fc7164fab56d235904c51c3b27da6758ca3b9bfc"
@@ -4225,7 +4230,7 @@ pkg-dir@^3.0.0:
42254230
dependencies:
42264231
find-up "^3.0.0"
42274232

4228-
pkg-dir@^4.1.0:
4233+
pkg-dir@^4.2.0:
42294234
version "4.2.0"
42304235
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
42314236
integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==

0 commit comments

Comments
 (0)