diff --git a/package-lock.json b/package-lock.json index 3b3090f..40f9c92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "eslint-plugin-simple-import-sort": "^12.0.0", "eslint-plugin-unicorn": "^51.0.1", "fs-extra": "^11.2.0", - "husky": "^9.0.10", + "husky": "^9.0.11", "jest": "^29.7.0", "lint-staged": "^15.2.2", "nock": "^13.5.1", @@ -5972,9 +5972,9 @@ } }, "node_modules/husky": { - "version": "9.0.10", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.10.tgz", - "integrity": "sha512-TQGNknoiy6bURzIO77pPRu+XHi6zI7T93rX+QnJsoYFf3xdjKOur+IlfqzJGMHIK/wXrLg+GsvMs8Op7vI2jVA==", + "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.mjs" diff --git a/package.json b/package.json index 2a76493..fb576fa 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "eslint-plugin-simple-import-sort": "^12.0.0", "eslint-plugin-unicorn": "^51.0.1", "fs-extra": "^11.2.0", - "husky": "^9.0.10", + "husky": "^9.0.11", "jest": "^29.7.0", "lint-staged": "^15.2.2", "nock": "^13.5.1",