From 9541c2b3c5c573afc298a3701ca945ac0d850550 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Jan 2022 23:34:19 +0000 Subject: [PATCH] feat: upgrade husky from 6.0.0 to 7.0.4 Snyk has created this PR to upgrade husky from 6.0.0 to 7.0.4. See this package in npm: https://www.npmjs.com/package/husky See this project in Snyk: https://app.snyk.io/org/baby636/project/202d45ea-9747-470d-b225-d80c7d2d353c?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/husky-init/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/husky-init/package.json b/packages/husky-init/package.json index 8d9860c5e..6b24c67df 100644 --- a/packages/husky-init/package.json +++ b/packages/husky-init/package.json @@ -4,7 +4,7 @@ "description": "", "bin": "lib/bin.js", "dependencies": { - "husky": "^6.0.0" + "husky": "^7.0.4" }, "author": "Typicode ", "license": "MIT",