chore(deps-dev): bump husky from 9.0.11 to 9.1.0 (#1317)
Bumps [husky](https://github.com/typicode/husky) from 9.0.11 to 9.1.0. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.0.11...v9.1.0) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
64152c3a90
commit
1fd6d31717
2 changed files with 6 additions and 6 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -50,7 +50,7 @@
|
|||
"eslint-plugin-jsdoc": "^48.7.0",
|
||||
"eslint-plugin-prettier": "^5.1.3",
|
||||
"eslint-plugin-security": "^1.7.1",
|
||||
"husky": "^9.0.11",
|
||||
"husky": "^9.1.0",
|
||||
"lint-staged": "^15.2.7",
|
||||
"mocha": "^10.6.0",
|
||||
"node-addon-api": "^8",
|
||||
|
@ -4351,12 +4351,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.0",
|
||||
"resolved": "https://registry.npmjs.org/husky/-/husky-9.1.0.tgz",
|
||||
"integrity": "sha512-8XCjbomYTGdNF2h50dio3T3zghmZ9f/ZNzr99YwSkvDdhEjJGs5qzy8tbFx+SG8yCx2wn9nMVfZxVrr/yT8gNQ==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"husky": "bin.mjs"
|
||||
"husky": "bin.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
"eslint-plugin-jsdoc": "^48.7.0",
|
||||
"eslint-plugin-prettier": "^5.1.3",
|
||||
"eslint-plugin-security": "^1.7.1",
|
||||
"husky": "^9.0.11",
|
||||
"husky": "^9.1.0",
|
||||
"lint-staged": "^15.2.7",
|
||||
"mocha": "^10.6.0",
|
||||
"node-addon-api": "^8",
|
||||
|
|
Loading…
Reference in a new issue