From 241d16143fe7ab6fbe43e26ca26b640b72338687 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:10:40 +0000 Subject: [PATCH] chore(deps-dev): bump husky from 9.1.6 to 9.1.7 (#439) --- package-lock.json | 11 ++++------- package.json | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9d39c55..69ba556 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,9 +8,6 @@ "name": "typescript-library-template-example", "version": "2.0.0", "license": "MIT", - "dependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.27.2" - }, "devDependencies": { "@commitlint/cli": "^19.5.0", "@commitlint/config-conventional": "^19.5.0", @@ -30,7 +27,7 @@ "eslint-plugin-unicorn": "^56.0.0", "eslint-plugin-vitest": "^0.4.1", "fs-extra": "^11.2.0", - "husky": "^9.1.6", + "husky": "^9.1.7", "lint-staged": "^15.2.10", "nodemon": "^3.1.7", "prettier": "^3.3.3", @@ -4675,9 +4672,9 @@ } }, "node_modules/husky": { - "version": "9.1.6", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.6.tgz", - "integrity": "sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==", + "version": "9.1.7", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz", + "integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==", "dev": true, "bin": { "husky": "bin.js" diff --git a/package.json b/package.json index 47d0b79..6ca33a6 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "eslint-plugin-unicorn": "^56.0.0", "eslint-plugin-vitest": "^0.4.1", "fs-extra": "^11.2.0", - "husky": "^9.1.6", + "husky": "^9.1.7", "lint-staged": "^15.2.10", "nodemon": "^3.1.7", "prettier": "^3.3.3",