From 2189f36464a861d2ed24fd8d210f823d56887917 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 09:12:58 +0000 Subject: [PATCH] chore(deps-dev): bump husky from 9.0.11 to 9.1.4 Bumps [husky](https://github.com/typicode/husky) from 9.0.11 to 9.1.4. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.0.11...v9.1.4) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9f52dd457e..61c47fcfae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@types/aws-lambda": "^8.10.142", "@types/jest": "^29.5.12", "@types/node": "^20.14.10", - "husky": "^9.0.11", + "husky": "^9.1.4", "jest": "^29.7.0", "jest-runner-groups": "^2.2.0", "lerna": "8.1.2", @@ -8391,12 +8391,12 @@ } }, "node_modules/husky": { - "version": "9.0.11", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz", - "integrity": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==", + "version": "9.1.4", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.4.tgz", + "integrity": "sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==", "dev": true, "bin": { - "husky": "bin.mjs" + "husky": "bin.js" }, "engines": { "node": ">=18" diff --git a/package.json b/package.json index 8df1c98313..15096f47e2 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@types/aws-lambda": "^8.10.142", "@types/jest": "^29.5.12", "@types/node": "^20.14.10", - "husky": "^9.0.11", + "husky": "^9.1.4", "jest": "^29.7.0", "jest-runner-groups": "^2.2.0", "lerna": "8.1.2",