From a8879a0c6fc277525ec987024d1bc11cc0a41d16 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 6 Oct 2019 02:13:03 +0000 Subject: [PATCH] chore: upgrade husky from 3.0.5 to 3.0.7 Snyk has created this PR to upgrade husky from 3.0.5 to 3.0.7. See this package in NPM: https://www.npmjs.com/package/husky See this project in Snyk: https://app.snyk.io/org/stephangerbeth/project/7276c18f-e800-4897-89a5-0e32a5825c22?utm_source=github&utm_medium=upgrade-pr --- 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 1b12699ae..9c0f9aeb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12858,9 +12858,9 @@ } }, "husky": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/husky/-/husky-3.0.5.tgz", - "integrity": "sha512-cKd09Jy9cDyNIvAdN2QQAP/oA21sle4FWXjIMDttailpLAYZuBE7WaPmhrkj+afS8Sj9isghAtFvWSQ0JiwOHg==", + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-3.0.7.tgz", + "integrity": "sha512-fIrkaREoQk6DO8KnSX16Aq7Kg9SxqYYQZH/9b+4AxXyXNNgpJLsc8lWlQCShLus1nbujIyZ/WQZBHGwClohK/w==", "dev": true, "requires": { "chalk": "^2.4.2", diff --git a/package.json b/package.json index a09819d6f..30880b575 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "eslint-plugin-security": "^1.4.0", "eslint-plugin-vue": "^5.2.3", "express": "^4.17.1", - "husky": "^3.0.5", + "husky": "^3.0.7", "imagemin-mozjpeg": "^8.0.0", "imagemin-webp": "^5.1.0", "imagemin-webpack-plugin": "^2.4.2",