From efb9c3c85173c4a6b86fd22bf78b06d177f0dc9d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Apr 2021 00:36:08 +0000 Subject: [PATCH] fix: upgrade husky from 5.1.3 to 5.2.0 Snyk has created this PR to upgrade husky from 5.1.3 to 5.2.0. See this package in npm: https://www.npmjs.com/package/husky See this project in Snyk: https://app.snyk.io/org/j-vin-b8w/project/eb18f4cc-28bc-4690-a5bc-9f8c1462d7ef?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 19bd5a9d..73fc1c62 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint-plugin-import": "^2.22.1", "handlebars": "^4.7.7", "html-webpack-plugin": "^5.3.1", - "husky": "^5.1.3", + "husky": "^5.2.0", "jest": "^26.6.3", "lint-staged": "^10.5.4", "memfs": "^3.2.0",