chore(deps-dev): bump husky from 9.0.6 to 9.0.7 (#14343)
* chore(deps-dev): bump husky from 9.0.6 to 9.0.7 Bumps [husky](https://github.com/typicode/husky) from 9.0.6 to 9.0.7. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.0.6...v9.0.7) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: fix pnpm install --------- 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
eee5dba8a0
commit
93052a147f
|
|
@ -195,7 +195,7 @@
|
|||
"eslint-plugin-unicorn": "50.0.1",
|
||||
"eslint-plugin-yml": "1.12.2",
|
||||
"fs-extra": "11.2.0",
|
||||
"husky": "9.0.6",
|
||||
"husky": "9.0.7",
|
||||
"jest": "29.7.0",
|
||||
"jest-junit": "16.0.0",
|
||||
"lint-staged": "15.2.0",
|
||||
|
|
|
|||
|
|
@ -338,8 +338,8 @@ devDependencies:
|
|||
specifier: 11.2.0
|
||||
version: 11.2.0
|
||||
husky:
|
||||
specifier: 9.0.6
|
||||
version: 9.0.6
|
||||
specifier: 9.0.7
|
||||
version: 9.0.7
|
||||
jest:
|
||||
specifier: 29.7.0
|
||||
version: 29.7.0
|
||||
|
|
@ -4647,8 +4647,8 @@ packages:
|
|||
engines: {node: '>=16.17.0'}
|
||||
dev: true
|
||||
|
||||
/husky@9.0.6:
|
||||
resolution: {integrity: sha512-EEuw/rfTiMjOfuL7pGO/i9otg1u36TXxqjIA6D9qxVjd/UXoDOsLor/BSFf5hTK50shwzCU3aVVwdXDp/lp7RA==}
|
||||
/husky@9.0.7:
|
||||
resolution: {integrity: sha512-vWdusw+y12DUEeoZqW1kplOFqk3tedGV8qlga8/SF6a3lOiWLqGZZQvfWvY0fQYdfiRi/u1DFNpudTSV9l1aCg==}
|
||||
engines: {node: '>=18'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue