chore(deps): update dependency husky to ^9.1.0

This commit is contained in:
renovate[bot] 2024-07-17 21:51:32 +00:00 committed by GitHub
parent 43f8d60eb8
commit 1a74734ed5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 6 deletions

11
package-lock.json generated
View File

@ -42,7 +42,7 @@
"eslint": "^9.7.0",
"execa": "^9.3.0",
"hereby": "^1.9.0",
"husky": "^9.0.11",
"husky": "^9.1.0",
"jasmine": "^5.1.0",
"jasmine-console-reporter": "^3.1.0",
"js-green-licenses": "^4.0.0",
@ -5423,12 +5423,13 @@
}
},
"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.0",
"resolved": "https://registry.npmjs.org/husky/-/husky-9.1.0.tgz",
"integrity": "sha512-8XCjbomYTGdNF2h50dio3T3zghmZ9f/ZNzr99YwSkvDdhEjJGs5qzy8tbFx+SG8yCx2wn9nMVfZxVrr/yT8gNQ==",
"dev": true,
"license": "MIT",
"bin": {
"husky": "bin.mjs"
"husky": "bin.js"
},
"engines": {
"node": ">=18"

View File

@ -21,7 +21,7 @@
"eslint": "^9.7.0",
"execa": "^9.3.0",
"hereby": "^1.9.0",
"husky": "^9.0.11",
"husky": "^9.1.0",
"jasmine": "^5.1.0",
"jasmine-console-reporter": "^3.1.0",
"js-green-licenses": "^4.0.0",