From 3e29ea82d0331edb9e65a987fc051ab46868d45a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2019 11:39:19 -0700 Subject: [PATCH] Bump husky from 2.5.0 to 2.7.0 (#57) Bumps [husky](https://github.com/typicode/husky) from 2.5.0 to 2.7.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) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1be4e3d9..d6d4af0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5019,16 +5019,17 @@ "dev": true }, "husky": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/husky/-/husky-2.5.0.tgz", - "integrity": "sha512-/aQIBaVMuzGi5X5BPliDPbHE+G+HDpWV7Zu28DiiXFMvHQcOeTsEnODWIGKyGBp7GM7rOgkxQdF+6AEo6xNtkw==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/husky/-/husky-2.7.0.tgz", + "integrity": "sha512-LIi8zzT6PyFpcYKdvWRCn/8X+6SuG2TgYYMrM6ckEYhlp44UcEduVymZGIZNLiwOUjrEud+78w/AsAiqJA/kRg==", "dev": true, "requires": { - "cosmiconfig": "^5.2.1", + "cosmiconfig": "^5.2.0", "execa": "^1.0.0", + "find-up": "^3.0.0", "get-stdin": "^7.0.0", "is-ci": "^2.0.0", - "pkg-dir": "^4.2.0", + "pkg-dir": "^4.1.0", "please-upgrade-node": "^3.1.1", "read-pkg": "^5.1.1", "run-node": "^1.0.0", diff --git a/package.json b/package.json index feec3420..c1d43c5a 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "concurrently": "^4.1.0", "eventsourcemock": "^2.0.0", "fetch-mock": "^7.3.3", - "husky": "^2.5.0", + "husky": "^2.7.0", "jest": "^24.8.0", "jest-serializer-vue": "^2.0.2", "lint-staged": "^8.2.1",