From 4979e8a3d972bda1d8c4b7d5b6484fb103929857 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 21:10:36 +0000 Subject: [PATCH] Bump precommit-hook from 1.0.7 to 3.0.0 Bumps [precommit-hook](https://github.com/nlf/precommit-hook) from 1.0.7 to 3.0.0. - [Release notes](https://github.com/nlf/precommit-hook/releases) - [Commits](https://github.com/nlf/precommit-hook/commits/v3.0.0) --- updated-dependencies: - dependency-name: precommit-hook dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 42 +++++++++++++++++++++++++++--------------- package.json | 2 +- 2 files changed, 28 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4df1b08..b4afd0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "jshint": "2.8.0", "mocha": "^10.2.0", "nyc": "^15.1.0", - "precommit-hook": "1.0.7", + "precommit-hook": "3.0.0", "sinon": "1.17.3" } }, @@ -3060,6 +3060,13 @@ "assert-plus": "^1.0.0" } }, + "node_modules/git-validate": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/git-validate/-/git-validate-2.2.4.tgz", + "integrity": "sha512-BM49gj2g/VtV+AvsaGYfIXavVyWUfqcJt2klTOr7kji/HYqpgwB6CmlevIJuPyGoBPkIUUXNSov33Ht22juh0Q==", + "dev": true, + "hasInstallScript": true + }, "node_modules/glob": { "version": "3.1.21", "resolved": "https://registry.npmjs.org/glob/-/glob-3.1.21.tgz", @@ -6472,18 +6479,14 @@ "dev": true }, "node_modules/precommit-hook": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/precommit-hook/-/precommit-hook-1.0.7.tgz", - "integrity": "sha1-59NzD+DizJclnD5/N0YcY1O0PKY=", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/precommit-hook/-/precommit-hook-3.0.0.tgz", + "integrity": "sha512-ZfJHC+bAEUXbYvGa+hMhfpEq9XuREeLFL4bEmrpyGOaOWxRR7Cqe6KqwuatGIXXqV3RjVK4ALQz3sMDuQEPMmA==", "dev": true, "hasInstallScript": true, - "bin": { - "hook_install": "bin/install", - "hook_uninstall": "bin/uninstall", - "pre-commit": "bin/pre-commit" - }, - "peerDependencies": { - "jshint": "" + "dependencies": { + "git-validate": "^2.0.0", + "jshint": "*" } }, "node_modules/prelude-ls": { @@ -11053,6 +11056,12 @@ "assert-plus": "^1.0.0" } }, + "git-validate": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/git-validate/-/git-validate-2.2.4.tgz", + "integrity": "sha512-BM49gj2g/VtV+AvsaGYfIXavVyWUfqcJt2klTOr7kji/HYqpgwB6CmlevIJuPyGoBPkIUUXNSov33Ht22juh0Q==", + "dev": true + }, "glob": { "version": "3.1.21", "resolved": "https://registry.npmjs.org/glob/-/glob-3.1.21.tgz", @@ -13652,11 +13661,14 @@ } }, "precommit-hook": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/precommit-hook/-/precommit-hook-1.0.7.tgz", - "integrity": "sha1-59NzD+DizJclnD5/N0YcY1O0PKY=", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/precommit-hook/-/precommit-hook-3.0.0.tgz", + "integrity": "sha512-ZfJHC+bAEUXbYvGa+hMhfpEq9XuREeLFL4bEmrpyGOaOWxRR7Cqe6KqwuatGIXXqV3RjVK4ALQz3sMDuQEPMmA==", "dev": true, - "requires": {} + "requires": { + "git-validate": "^2.0.0", + "jshint": "*" + } }, "prelude-ls": { "version": "1.1.2", diff --git a/package.json b/package.json index 9c63131..a515fcd 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "jshint": "2.8.0", "mocha": "^10.2.0", "nyc": "^15.1.0", - "precommit-hook": "1.0.7", + "precommit-hook": "3.0.0", "sinon": "1.17.3" }, "dependencies": {