Skip to content

Commit e5e637e

Browse files
chore(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 c23aaf5 commit e5e637e

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"eslint": "6.0.1",
7373
"esm": "3.2.25",
7474
"execa": "2.0.2",
75-
"husky": "2.7.0",
75+
"husky": "3.0.0",
7676
"lint-staged": "9.0.0",
7777
"markdownlint-cli": "0.17.0",
7878
"npm-run-all": "4.1.5",

yarn.lock

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2654,17 +2654,17 @@ http-cache-semantics@^4.0.0:
26542654
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.0.3.tgz#495704773277eeef6e43f9ab2c2c7d259dda25c5"
26552655
integrity sha512-TcIMG3qeVLgDr1TEd2XvHaTnMPwYQUQMIBLy+5pLSDKYFc7UIqj39w8EGzZkaxoLv/l2K8HaI0t5AVA+YYgUew==
26562656

2657-
husky@2.7.0:
2658-
version "2.7.0"
2659-
resolved "https://registry.yarnpkg.com/husky/-/husky-2.7.0.tgz#c0a9a6a3b51146224e11bba0b46bba546e461d05"
2660-
integrity sha512-LIi8zzT6PyFpcYKdvWRCn/8X+6SuG2TgYYMrM6ckEYhlp44UcEduVymZGIZNLiwOUjrEud+78w/AsAiqJA/kRg==
2657+
husky@3.0.0:
2658+
version "3.0.0"
2659+
resolved "https://registry.yarnpkg.com/husky/-/husky-3.0.0.tgz#de63821a7049dc412b1afd753c259e2f6e227562"
2660+
integrity sha512-lKMEn7bRK+7f5eWPNGclDVciYNQt0GIkAQmhKl+uHP1qFzoN0h92kmH9HZ8PCwyVA2EQPD8KHf0FYWqnTxau+Q==
26612661
dependencies:
2662-
cosmiconfig "^5.2.0"
2662+
cosmiconfig "^5.2.1"
26632663
execa "^1.0.0"
2664-
find-up "^3.0.0"
26652664
get-stdin "^7.0.0"
26662665
is-ci "^2.0.0"
2667-
pkg-dir "^4.1.0"
2666+
opencollective-postinstall "^2.0.2"
2667+
pkg-dir "^4.2.0"
26682668
please-upgrade-node "^3.1.1"
26692669
read-pkg "^5.1.1"
26702670
run-node "^1.0.0"
@@ -3987,6 +3987,11 @@ onetime@^5.1.0:
39873987
dependencies:
39883988
mimic-fn "^2.1.0"
39893989

3990+
opencollective-postinstall@^2.0.2:
3991+
version "2.0.2"
3992+
resolved "https://registry.yarnpkg.com/opencollective-postinstall/-/opencollective-postinstall-2.0.2.tgz#5657f1bede69b6e33a45939b061eb53d3c6c3a89"
3993+
integrity sha512-pVOEP16TrAO2/fjej1IdOyupJY8KDUM1CvsaScRbw6oddvpQoOfGk4ywha0HKKVAD6RkW4x6Q+tNBwhf3Bgpuw==
3994+
39903995
optionator@^0.8.2:
39913996
version "0.8.2"
39923997
resolved "https://registry.npmjs.org/optionator/-/optionator-0.8.2.tgz#364c5e409d3f4d6301d6c0b4c05bba50180aeb64"
@@ -4253,7 +4258,7 @@ pkg-dir@^3.0.0:
42534258
dependencies:
42544259
find-up "^3.0.0"
42554260

4256-
pkg-dir@^4.1.0, pkg-dir@^4.2.0:
4261+
pkg-dir@^4.2.0:
42574262
version "4.2.0"
42584263
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
42594264
integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==

0 commit comments

Comments
 (0)