From 3fce7767508b7b22db2e8fbbe08c3bec09f8f1f9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2020 16:38:45 +0000 Subject: [PATCH] deps: bump husky from 4.2.3 to 4.2.4 Bumps [husky](https://github.com/typicode/husky) from 4.2.3 to 4.2.4. - [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.2.3...v4.2.4) 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 a9624ec..1f35986 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3501,9 +3501,9 @@ } }, "compare-versions": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/compare-versions/-/compare-versions-3.5.1.tgz", - "integrity": "sha512-9fGPIB7C6AyM18CJJBHt5EnCZDG3oiTJYy0NjfIAGjKpzv0tkxWko7TNQHF5ymqm7IH03tqmeuBxtvD+Izh6mg==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/compare-versions/-/compare-versions-3.6.0.tgz", + "integrity": "sha512-W6Af2Iw1z4CB7q4uU4hv646dW9GQuBM+YpC0UvUCWSD8w90SJjp+ujJuXaEMtAXBtSqGfMPuFOVn4/+FlaqfBA==", "dev": true }, "component-emitter": { @@ -5285,9 +5285,9 @@ "dev": true }, "husky": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-4.2.3.tgz", - "integrity": "sha512-VxTsSTRwYveKXN4SaH1/FefRJYCtx+wx04sSVcOpD7N2zjoHxa+cEJ07Qg5NmV3HAK+IRKOyNVpi2YBIVccIfQ==", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/husky/-/husky-4.2.4.tgz", + "integrity": "sha512-aLUw3YxdljMuu57SQvSGW33/Dbsztis7UZRAx1WHC13O4Lv0wa9oHaeobSMOBI/nGiVRbCJBGj263WUxaw2p2Q==", "dev": true, "requires": { "chalk": "^3.0.0", diff --git a/package.json b/package.json index 3a7b668..ad7e63d 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@zeit/ncc": "^0.22.1", "eslint": "^6.8.0", "eslint-plugin-jest": "^23.8.2", - "husky": "^4.2.3", + "husky": "^4.2.4", "jest": "^25.3.0", "jest-circus": "^25.3.0", "lint-staged": "^10.1.3",