From 3fbe03c9ddad2fd1af5ae2be21e14d0f2d4c3306 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2020 02:38:19 +0000 Subject: [PATCH] deps: bump husky from 4.0.4 to 4.0.7 Bumps [husky](https://github.com/typicode/husky) from 4.0.4 to 4.0.7. - [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/v4.0.4...v4.0.7) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 58c4784..285ee71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -190,9 +190,9 @@ } }, "@babel/runtime": { - "version": "7.7.7", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.7.tgz", - "integrity": "sha512-uCnC2JEVAu8AKB5do1WRIsvrdJ0flYx/A/9f/6chdacnEZ7LmavjdsDXr5ksYBegxtuTPR5Va9/+13QF/kFkCA==", + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.8.0.tgz", + "integrity": "sha512-Z7ti+HB0puCcLmFE3x90kzaVgbx6TRrYIReaygW6EkBEnJh1ajS4/inhF7CypzWeDV3NFl1AfWj0eMtdihojxw==", "dev": true, "requires": { "regenerator-runtime": "^0.13.2" @@ -3106,9 +3106,9 @@ } }, "husky": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/husky/-/husky-4.0.4.tgz", - "integrity": "sha512-AS9ZyA1nRpPGe85MJIhPw73eXeOWt18NJ7C9lu8EcoiHH7HOv2aYzou9m7fme+hesv/ISsomXfhbOrM6Il94bg==", + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-4.0.7.tgz", + "integrity": "sha512-ULivTOe0k+nNjZKIojoHxXjybtEycaba0EDuk1G8iNGD8wZgo8Sr3YiN8bKitXNpI1RvVKTJwRnh2GLysLbxMQ==", "dev": true, "requires": { "chalk": "^3.0.0", diff --git a/package.json b/package.json index 3d2d154..a80992e 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@typescript-eslint/parser": "^2.15.0", "@zeit/ncc": "^0.21.0", "eslint": "^6.8.0", - "husky": "^4.0.4", + "husky": "^4.0.7", "jest": "^24.9.0", "jest-circus": "^24.9.0", "lint-staged": "^9.5.0",