From 71c2309c8443e564e00639380e82806d2a2fa14c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 02:37:20 +0000 Subject: [PATCH] build(deps-dev): bump husky from 9.0.7 to 9.1.0 in /website Bumps [husky](https://github.com/typicode/husky) from 9.0.7 to 9.1.0. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.0.7...v9.1.0) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- website/package-lock.json | 14 +++++++------- website/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 5ce68d61c7..df382bd30d 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -11,7 +11,7 @@ "@hashicorp/platform-cli": "^2.7.3", "@hashicorp/platform-content-conformance": "^0.0.12", "dart-linkcheck": "^2.0.15", - "husky": "^9.0.7", + "husky": "^9.1.0", "next": "^12.3.1", "prettier": "^3.2.4" }, @@ -6140,9 +6140,9 @@ } }, "node_modules/husky": { - "version": "9.0.7", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.7.tgz", - "integrity": "sha512-vWdusw+y12DUEeoZqW1kplOFqk3tedGV8qlga8/SF6a3lOiWLqGZZQvfWvY0fQYdfiRi/u1DFNpudTSV9l1aCg==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.0.tgz", + "integrity": "sha512-8XCjbomYTGdNF2h50dio3T3zghmZ9f/ZNzr99YwSkvDdhEjJGs5qzy8tbFx+SG8yCx2wn9nMVfZxVrr/yT8gNQ==", "dev": true, "bin": { "husky": "bin.js" @@ -19272,9 +19272,9 @@ "peer": true }, "husky": { - "version": "9.0.7", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.7.tgz", - "integrity": "sha512-vWdusw+y12DUEeoZqW1kplOFqk3tedGV8qlga8/SF6a3lOiWLqGZZQvfWvY0fQYdfiRi/u1DFNpudTSV9l1aCg==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.0.tgz", + "integrity": "sha512-8XCjbomYTGdNF2h50dio3T3zghmZ9f/ZNzr99YwSkvDdhEjJGs5qzy8tbFx+SG8yCx2wn9nMVfZxVrr/yT8gNQ==", "dev": true }, "iconv-lite": { diff --git a/website/package.json b/website/package.json index 125e74228c..6888b31b40 100644 --- a/website/package.json +++ b/website/package.json @@ -7,7 +7,7 @@ "@hashicorp/platform-cli": "^2.7.3", "@hashicorp/platform-content-conformance": "^0.0.12", "dart-linkcheck": "^2.0.15", - "husky": "^9.0.7", + "husky": "^9.1.0", "next": "^12.3.1", "prettier": "^3.2.4" },