From 14f96365eb27751f06942b0bca17e02bdb97c477 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 05:01:40 +0000 Subject: [PATCH] chore(deps-dev): bump husky from 6.0.0 to 7.0.0 Bumps [husky](https://github.com/typicode/husky) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 ++++++++++++--------- package.json | 2 +- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 13a2f96d..107c91d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@commitlint/cli": "^12.0.1", "@commitlint/config-conventional": "^12.0.1", "conventional-changelog-cli": "^2.0.34", - "husky": "^6.0.0", + "husky": "^7.0.0", "lerna": "^3.22.0" }, "engines": { @@ -11700,13 +11700,16 @@ } }, "node_modules/husky": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/husky/-/husky-6.0.0.tgz", - "integrity": "sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/husky/-/husky-7.0.0.tgz", + "integrity": "sha512-xK7lO0EtSzfFPiw+oQncQVy/XqV7UVVjxBByc+Iv5iK3yhW9boDoWgvZy3OGo48QKg/hUtZkzz0hi2HXa0kn7w==", "dev": true, "bin": { "husky": "lib/bin.js" }, + "engines": { + "node": ">=12" + }, "funding": { "url": "https://github.com/sponsors/typicode" } @@ -22533,7 +22536,7 @@ } }, "packages/api": { - "version": "3.2.4", + "version": "3.2.5", "license": "MIT", "dependencies": { "@apidevtools/json-schema-ref-parser": "^9.0.1", @@ -22580,7 +22583,7 @@ } }, "packages/httpsnippet-client-api": { - "version": "3.2.4", + "version": "3.2.5", "license": "MIT", "dependencies": { "content-type": "^1.0.4", @@ -31960,9 +31963,9 @@ } }, "husky": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/husky/-/husky-6.0.0.tgz", - "integrity": "sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/husky/-/husky-7.0.0.tgz", + "integrity": "sha512-xK7lO0EtSzfFPiw+oQncQVy/XqV7UVVjxBByc+Iv5iK3yhW9boDoWgvZy3OGo48QKg/hUtZkzz0hi2HXa0kn7w==", "dev": true }, "iconv-lite": { diff --git a/package.json b/package.json index 5925da2c..6a729bc9 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@commitlint/cli": "^12.0.1", "@commitlint/config-conventional": "^12.0.1", "conventional-changelog-cli": "^2.0.34", - "husky": "^6.0.0", + "husky": "^7.0.0", "lerna": "^3.22.0" }, "commitlint": {