Skip to content

Commit 7fe0258

Browse files
dependabot-preview[bot]fisker
authored andcommitted
chore(deps-dev): bump husky from 2.4.1 to 2.5.0 (#104)
Bumps [husky](https://github.com/typicode/husky) from 2.4.1 to 2.5.0. - [Release notes](https://github.com/typicode/husky/releases) - [Changelog](https://github.com/typicode/husky/blob/master/CHANGELOG.md) - [Commits](typicode/husky@v2.4.1...v2.5.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent ed4bece commit 7fe0258

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
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.0",
7373
"esm": "^3.2.25",
7474
"execa": "^1.0.0",
75-
"husky": "^2.4.1",
75+
"husky": "^2.5.0",
7676
"lint-staged": "^8.2.1",
7777
"markdownlint-cli": "^0.17.0",
7878
"npm-run-all": "^4.1.5",

yarn.lock

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,7 +1459,7 @@ core-util-is@~1.0.0:
14591459
resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
14601460
integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=
14611461

1462-
cosmiconfig@^5.2.0:
1462+
cosmiconfig@^5.2.0, cosmiconfig@^5.2.1:
14631463
version "5.2.1"
14641464
resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a"
14651465
integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==
@@ -2679,17 +2679,16 @@ http-cache-semantics@^4.0.0:
26792679
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.0.3.tgz#495704773277eeef6e43f9ab2c2c7d259dda25c5"
26802680
integrity sha512-TcIMG3qeVLgDr1TEd2XvHaTnMPwYQUQMIBLy+5pLSDKYFc7UIqj39w8EGzZkaxoLv/l2K8HaI0t5AVA+YYgUew==
26812681

2682-
husky@^2.4.1:
2683-
version "2.4.1"
2684-
resolved "https://registry.yarnpkg.com/husky/-/husky-2.4.1.tgz#dd00f9646f8693b93f7b3a12ba4be00be0eff7ab"
2685-
integrity sha512-ZRwMWHr7QruR22dQ5l3rEGXQ7rAQYsJYqaeCd+NyOsIFczAtqaApZQP3P4HwLZjCtFbm3SUNYoKuoBXX3AYYfw==
2682+
husky@^2.5.0:
2683+
version "2.5.0"
2684+
resolved "https://registry.yarnpkg.com/husky/-/husky-2.5.0.tgz#fe9839e118e5d88e3f1d7121d52564745615815e"
2685+
integrity sha512-/aQIBaVMuzGi5X5BPliDPbHE+G+HDpWV7Zu28DiiXFMvHQcOeTsEnODWIGKyGBp7GM7rOgkxQdF+6AEo6xNtkw==
26862686
dependencies:
2687-
cosmiconfig "^5.2.0"
2687+
cosmiconfig "^5.2.1"
26882688
execa "^1.0.0"
2689-
find-up "^3.0.0"
26902689
get-stdin "^7.0.0"
26912690
is-ci "^2.0.0"
2692-
pkg-dir "^4.1.0"
2691+
pkg-dir "^4.2.0"
26932692
please-upgrade-node "^3.1.1"
26942693
read-pkg "^5.1.1"
26952694
run-node "^1.0.0"
@@ -4283,7 +4282,7 @@ pkg-dir@^3.0.0:
42834282
dependencies:
42844283
find-up "^3.0.0"
42854284

4286-
pkg-dir@^4.1.0, pkg-dir@^4.2.0:
4285+
pkg-dir@^4.2.0:
42874286
version "4.2.0"
42884287
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
42894288
integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==

0 commit comments

Comments
 (0)