From fdd2ab166c7e88f3fc57b22a443f45abd14a4f22 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Sep 2021 02:49:32 +0000 Subject: [PATCH] fix: upgrade husky from 7.0.1 to 7.0.2 Snyk has created this PR to upgrade husky from 7.0.1 to 7.0.2. See this package in npm: https://www.npmjs.com/package/husky See this project in Snyk: https://app.snyk.io/org/nodeshift-agg/project/62da59d8-a3ec-474b-b391-2019dbf892e1?utm_source=github&utm_medium=upgrade-pr --- 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 108bcb0..2813b93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3486,9 +3486,9 @@ "dev": true }, "husky": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/husky/-/husky-7.0.1.tgz", - "integrity": "sha512-gceRaITVZ+cJH9sNHqx5tFwbzlLCVxtVZcusME8JYQ8Edy5mpGDOqD8QBCdMhpyo9a+JXddnujQ4rpY2Ff9SJA==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/husky/-/husky-7.0.2.tgz", + "integrity": "sha512-8yKEWNX4z2YsofXAMT7KvA1g8p+GxtB1ffV8XtpAEGuXNAbCV5wdNKH+qTpw8SM9fh4aMPDR+yQuKfgnreyZlg==", "dev": true }, "iconv-lite": { diff --git a/package.json b/package.json index 0173b80..994a877 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint-plugin-import": "^2.23.4", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.0", - "husky": "^7.0.1", + "husky": "^7.0.2", "jest": "^27.0.6", "proxyquire": "^2.1.3", "rewire": "^5.0.0",