From a354a3cf53b6204d507907c89bff9af61e657d68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 12:49:48 +0000 Subject: [PATCH] build(deps-dev): bump husky from 9.0.2 to 9.0.11 Bumps [husky](https://github.com/typicode/husky) from 9.0.2 to 9.0.11. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.0.2...v9.0.11) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 36c293e8..90ac06b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "eslint-config-airbnb-typescript": "^14.0.2", "eslint-plugin-import": "^2.29.1", "eslint-plugin-unused-imports": "^1.1.5", - "husky": "^9.0.2", + "husky": "^9.0.11", "jest": "^27.5.1", "lint-staged": "^15.2.2", "supertest": "^6.3.3", @@ -5743,12 +5743,12 @@ } }, "node_modules/husky": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.2.tgz", - "integrity": "sha512-0yR5R3OPjl8bYApi6T4QMOAwhtLhBjdYIVg5S6zSzIO8DIvQMh/b7Q8jW3WLbHLHtzpwiyMLBNB4R0Eb6x5+AA==", + "version": "9.0.11", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz", + "integrity": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==", "dev": true, "bin": { - "husky": "bin.js" + "husky": "bin.mjs" }, "engines": { "node": ">=18" @@ -15405,9 +15405,9 @@ "dev": true }, "husky": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.2.tgz", - "integrity": "sha512-0yR5R3OPjl8bYApi6T4QMOAwhtLhBjdYIVg5S6zSzIO8DIvQMh/b7Q8jW3WLbHLHtzpwiyMLBNB4R0Eb6x5+AA==", + "version": "9.0.11", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz", + "integrity": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==", "dev": true }, "iconv-lite": { diff --git a/package.json b/package.json index 8c143494..71a684fb 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "eslint-config-airbnb-typescript": "^14.0.2", "eslint-plugin-import": "^2.29.1", "eslint-plugin-unused-imports": "^1.1.5", - "husky": "^9.0.2", + "husky": "^9.0.11", "jest": "^27.5.1", "lint-staged": "^15.2.2", "supertest": "^6.3.3",