chore(deps): update dependency husky to v9.1.2

This commit is contained in:
renovate[bot] 2024-07-25 15:07:15 +00:00 committed by GitHub
parent 6961946fa8
commit 16c794fe24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -33,7 +33,7 @@
"eslint-plugin-ava": "14.0.0",
"eslint-plugin-github": "5.0.1",
"eslint-plugin-simple-import-sort": "12.1.0",
"husky": "9.0.11",
"husky": "9.1.2",
"lint-staged": "15.2.7",
"prettier": "3.3.2",
"ts-node": "10.9.2",
@ -3469,12 +3469,12 @@
}
},
"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.2",
"resolved": "https://registry.npmjs.org/husky/-/husky-9.1.2.tgz",
"integrity": "sha512-1/aDMXZdhr1VdJJTLt6e7BipM0Jd9qkpubPiIplon1WmCeOy3nnzsCMeBqS9AsL5ioonl8F8y/F2CLOmk19/Pw==",
"dev": true,
"bin": {
"husky": "bin.mjs"
"husky": "bin.js"
},
"engines": {
"node": ">=18"
@ -9260,9 +9260,9 @@
"dev": true
},
"husky": {
"version": "9.0.11",
"resolved": "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz",
"integrity": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==",
"version": "9.1.2",
"resolved": "https://registry.npmjs.org/husky/-/husky-9.1.2.tgz",
"integrity": "sha512-1/aDMXZdhr1VdJJTLt6e7BipM0Jd9qkpubPiIplon1WmCeOy3nnzsCMeBqS9AsL5ioonl8F8y/F2CLOmk19/Pw==",
"dev": true
},
"ignore": {

View file

@ -75,7 +75,7 @@
"eslint-plugin-ava": "14.0.0",
"eslint-plugin-github": "5.0.1",
"eslint-plugin-simple-import-sort": "12.1.0",
"husky": "9.0.11",
"husky": "9.1.2",
"lint-staged": "15.2.7",
"prettier": "3.3.2",
"ts-node": "10.9.2",