From 3662cfb03c81cd725485bf0d3fd16d4cd751c3dc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Wed, 12 Jun 2019 11:44:20 -0700 Subject: [PATCH] Bump husky from 2.4.0 to 2.4.1 (#34) Bumps [husky](https://github.com/typicode/husky) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/typicode/husky/releases) - [Changelog](https://github.com/typicode/husky/blob/master/CHANGELOG.md) - [Commits](https://github.com/typicode/husky/compare/v2.4.0...v2.4.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c1161d3f..1c953a2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4240,9 +4240,9 @@ "dev": true }, "husky": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/husky/-/husky-2.4.0.tgz", - "integrity": "sha512-3k1wuZU20gFkphNWMjh2ISCFaqfbaLY7R9FST2Mj9HeRhUK9ydj9qQR8qfXlog3EctVGsyeilcZkIT7uBZDDVA==", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/husky/-/husky-2.4.1.tgz", + "integrity": "sha512-ZRwMWHr7QruR22dQ5l3rEGXQ7rAQYsJYqaeCd+NyOsIFczAtqaApZQP3P4HwLZjCtFbm3SUNYoKuoBXX3AYYfw==", "dev": true, "requires": { "cosmiconfig": "^5.2.0", diff --git a/package.json b/package.json index 2f120f26..1d229e8c 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@babel/plugin-transform-runtime": "^7.4.4", "@vue/component-compiler-utils": "^3.0.0", "concurrently": "^4.1.0", - "husky": "^2.4.0", + "husky": "^2.4.1", "lint-staged": "^8.2.0", "parcel-bundler": "^1.12.3", "prettier": "^1.18.2",