From f11ed1f3d2ee593f81e2a50c1dd76db3ef873623 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Dec 2020 17:09:39 +0100 Subject: [PATCH] chore(deps-dev): bump husky from 4.3.0 to 4.3.6 (#109) Bumps [husky](https://github.com/typicode/husky) from 4.3.0 to 4.3.6. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v4.3.0...v4.3.6) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 2cc72a8..3c049c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -846,9 +846,9 @@ "dev": true }, "husky": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/husky/-/husky-4.3.0.tgz", - "integrity": "sha512-tTMeLCLqSBqnflBZnlVDhpaIMucSGaYyX6855jM4AguGeWCeSzNdb1mfyWduTZ3pe3SJVvVWGL0jO1iKZVPfTA==", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/husky/-/husky-4.3.6.tgz", + "integrity": "sha512-o6UjVI8xtlWRL5395iWq9LKDyp/9TE7XMOTvIpEVzW638UcGxTmV5cfel6fsk/jbZSTlvfGVJf2svFtybcIZag==", "dev": true, "requires": { "chalk": "^4.0.0", diff --git a/package.json b/package.json index 97f1277..3cdda95 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint": "^6.8.0", "eslint-config-prettier": "^6.15.0", "eslint-plugin-prettier": "^3.3.0", - "husky": "^4.3.0", + "husky": "^4.3.6", "prettier": "^2.2.1", "ts-node": "^9.1.1", "typescript": "^4.1.3",