From 4a561cb6f3aee9226b26d39f0c0b6d280a33fe93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 06:00:45 +0000 Subject: [PATCH] build(deps-dev): Bump husky from 5.0.6 to 8.0.3 in /tools Bumps [husky](https://github.com/typicode/husky) from 5.0.6 to 8.0.3. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v5.0.6...v8.0.3) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tools/package-lock.json | 19 +++++++++++-------- tools/package.json | 2 +- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/tools/package-lock.json b/tools/package-lock.json index a945cbd467..3c4406f23b 100644 --- a/tools/package-lock.json +++ b/tools/package-lock.json @@ -10,7 +10,7 @@ }, "devDependencies": { "firebase-tools": "^9.1.0", - "husky": "^5.0.6", + "husky": "^8.0.3", "lint-staged": "^10.5.3", "prettier": "^2.2.1", "prettier-plugin-java": "^1.0.1", @@ -3363,15 +3363,18 @@ } }, "node_modules/husky": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/husky/-/husky-5.0.6.tgz", - "integrity": "sha512-SM+evfvcHT3rAYJKvPlatz3L5RqzgeM6xIvDjhs8VuhKj6iKqFDOt/Ov8sPjvWuE4FDB385gJBwWXRj7G3c1hg==", + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", + "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", "dev": true, "bin": { "husky": "lib/bin.js" }, "engines": { - "node": ">= 10" + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/typicode" } }, "node_modules/iconv-lite": { @@ -10277,9 +10280,9 @@ "dev": true }, "husky": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/husky/-/husky-5.0.6.tgz", - "integrity": "sha512-SM+evfvcHT3rAYJKvPlatz3L5RqzgeM6xIvDjhs8VuhKj6iKqFDOt/Ov8sPjvWuE4FDB385gJBwWXRj7G3c1hg==", + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", + "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", "dev": true }, "iconv-lite": { diff --git a/tools/package.json b/tools/package.json index 9ddd876a6a..ac585b42b2 100644 --- a/tools/package.json +++ b/tools/package.json @@ -9,7 +9,7 @@ }, "devDependencies": { "firebase-tools": "^9.1.0", - "husky": "^5.0.6", + "husky": "^8.0.3", "lint-staged": "^10.5.3", "prettier": "^2.2.1", "prettier-plugin-java": "^1.0.1",