From 51b0b3f2b2a1089abe54a8475d101928f96b7fe9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Aug 2024 06:34:05 +0000 Subject: [PATCH] feat: upgrade husky from 8.0.3 to 9.1.0 Snyk has created this PR to upgrade husky from 8.0.3 to 9.1.0. See this package in npm: husky See this project in Snyk: https://app.snyk.io/org/nodeshift-agg/project/cc7f2029-67ef-4484-8942-8996e596ae23?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 21 +++++++++++---------- package.json | 2 +- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4b4c935..bc5b241 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,8 +23,8 @@ "eslint-plugin-promise": "^6.1.0", "eslint-plugin-standard": "^5.0.0", "faucet": "^0.0.3", - "husky": "^8.0.3", - "nyc": "^17.0.0", + "husky": "^9.1.0", + "nyc": "~17.0.0", "opener": "1.5.2", "serve": "^14.2.0", "stream-browserify": "^3.0.0", @@ -5983,15 +5983,16 @@ } }, "node_modules/husky": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", - "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.0.tgz", + "integrity": "sha512-8XCjbomYTGdNF2h50dio3T3zghmZ9f/ZNzr99YwSkvDdhEjJGs5qzy8tbFx+SG8yCx2wn9nMVfZxVrr/yT8gNQ==", "dev": true, + "license": "MIT", "bin": { - "husky": "lib/bin.js" + "husky": "bin.js" }, "engines": { - "node": ">=14" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/typicode" @@ -15512,9 +15513,9 @@ "dev": true }, "husky": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", - "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.0.tgz", + "integrity": "sha512-8XCjbomYTGdNF2h50dio3T3zghmZ9f/ZNzr99YwSkvDdhEjJGs5qzy8tbFx+SG8yCx2wn9nMVfZxVrr/yT8gNQ==", "dev": true }, "ieee754": { diff --git a/package.json b/package.json index da6ff45..10454e1 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "eslint-plugin-promise": "^6.1.0", "eslint-plugin-standard": "^5.0.0", "faucet": "^0.0.3", - "husky": "^8.0.3", + "husky": "^9.1.0", "nyc": "~17.0.0", "opener": "1.5.2", "serve": "^14.2.0",