From ecc432dcc2fa6253497b2a4215dcb6264a656417 Mon Sep 17 00:00:00 2001 From: Fetz-bot <39323279+fetz-bot@users.noreply.github.com> Date: Mon, 29 Mar 2021 18:26:15 +0100 Subject: [PATCH] chore(deps): update dependency husky to v6 --- package.json | 2 +- yarn.lock | 14 +++----------- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index b847fed..54529a6 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "eslint-plugin-prettier": "^2.6.0", "eslint-plugin-promise": "^3.7.0", "eslint-plugin-standard": "^3.1.0", - "husky": "^0.14.3", + "husky": "^6.0.0", "jest": "^23.0.0", "lint-staged": "^7.1.0", "marked-man": "^0.2.1", diff --git a/yarn.lock b/yarn.lock index cb69bc8..182bb92 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2920,13 +2920,9 @@ https-proxy-agent@^2.2.0, https-proxy-agent@^2.2.1: agent-base "^4.1.0" debug "^3.1.0" -husky@^0.14.3: - version "0.14.3" - resolved "https://registry.yarnpkg.com/husky/-/husky-0.14.3.tgz#c69ed74e2d2779769a17ba8399b54ce0b63c12c3" - dependencies: - is-ci "^1.0.10" - normalize-path "^1.0.0" - strip-indent "^2.0.0" +husky@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/husky/-/husky-6.0.0.tgz#810f11869adf51604c32ea577edbc377d7f9319e" hyperlinker@^1.0.0: version "1.0.0" @@ -4684,10 +4680,6 @@ normalize-package-data@^2.3.2, normalize-package-data@^2.3.4: semver "2 || 3 || 4 || 5" validate-npm-package-license "^3.0.1" -normalize-path@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-1.0.0.tgz#32d0e472f91ff345701c15a8311018d3b0a90379" - normalize-path@^2.0.1, normalize-path@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9"