From 9b159daf326b4c07f263562e6c198c0c72c2f256 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 12:05:33 +0000 Subject: [PATCH] build(deps-dev): bump husky from 9.0.2 to 9.0.7 Bumps [husky](https://github.com/typicode/husky) from 9.0.2 to 9.0.7. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.0.2...v9.0.7) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 44bb43c0..45db9b40 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.7", "jest": "^27.5.1", "lint-staged": "^15.2.1", "supertest": "^6.3.3", @@ -5743,9 +5743,9 @@ } }, "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.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.7.tgz", + "integrity": "sha512-vWdusw+y12DUEeoZqW1kplOFqk3tedGV8qlga8/SF6a3lOiWLqGZZQvfWvY0fQYdfiRi/u1DFNpudTSV9l1aCg==", "dev": true, "bin": { "husky": "bin.js" @@ -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.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.7.tgz", + "integrity": "sha512-vWdusw+y12DUEeoZqW1kplOFqk3tedGV8qlga8/SF6a3lOiWLqGZZQvfWvY0fQYdfiRi/u1DFNpudTSV9l1aCg==", "dev": true }, "iconv-lite": { diff --git a/package.json b/package.json index 670261d4..490258b8 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.7", "jest": "^27.5.1", "lint-staged": "^15.2.1", "supertest": "^6.3.3",