chore(deps): update dependency husky to v9 (#821)

* chore(deps): update dependency husky to v9

| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| npm        | husky   | 8.0.3 | 9.0.7 |

* chore: migration

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
renovate[bot] 2024-02-08 13:30:19 +00:00 committed by GitHub
parent 1639f1a892
commit 46847c66f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 9 deletions

View file

@ -28,7 +28,7 @@
"lint-es:file:fix": "eslint --fix",
"lint-es:fix": "eslint --fix .",
"lint:fix": "run-s lint-es:fix prettier-fix",
"prepare": "husky install",
"prepare": "husky",
"prettier": "prettier --cache --check --ignore-unknown \"{**/*,*}.*\"",
"prettier-fix": "prettier --cache --write --ignore-unknown \"{**/*,*}.*\"",
"release": "run-s clean build semantic-release",
@ -54,7 +54,7 @@
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-json": "3.1.0",
"husky": "8.0.3",
"husky": "9.0.7",
"lint-staged": "15.2.1",
"npm-run-all2": "6.1.2",
"prettier": "2.8.8",