chore(deps-dev): bump husky from 9.0.11 to 9.1.0 (#16200)
* chore(deps-dev): bump husky from 9.0.11 to 9.1.0 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> * chore: fix pnpm install * fix: run package command directly per release note --------- 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
a1a3ab4203
commit
a89f48a470
|
|
@ -1 +1 @@
|
|||
npx lint-staged
|
||||
lint-staged
|
||||
|
|
|
|||
|
|
@ -177,7 +177,7 @@
|
|||
"fs-extra": "11.2.0",
|
||||
"globals": "15.8.0",
|
||||
"got": "14.4.1",
|
||||
"husky": "9.0.11",
|
||||
"husky": "9.1.0",
|
||||
"js-beautify": "1.15.1",
|
||||
"lint-staged": "15.2.7",
|
||||
"mockdate": "3.0.5",
|
||||
|
|
|
|||
|
|
@ -385,8 +385,8 @@ importers:
|
|||
specifier: 14.4.1
|
||||
version: 14.4.1
|
||||
husky:
|
||||
specifier: 9.0.11
|
||||
version: 9.0.11
|
||||
specifier: 9.1.0
|
||||
version: 9.1.0
|
||||
js-beautify:
|
||||
specifier: 1.15.1
|
||||
version: 1.15.1
|
||||
|
|
@ -4206,8 +4206,8 @@ packages:
|
|||
resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==}
|
||||
engines: {node: '>=16.17.0'}
|
||||
|
||||
husky@9.0.11:
|
||||
resolution: {integrity: sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==}
|
||||
husky@9.1.0:
|
||||
resolution: {integrity: sha512-8XCjbomYTGdNF2h50dio3T3zghmZ9f/ZNzr99YwSkvDdhEjJGs5qzy8tbFx+SG8yCx2wn9nMVfZxVrr/yT8gNQ==}
|
||||
engines: {node: '>=18'}
|
||||
hasBin: true
|
||||
|
||||
|
|
@ -11836,7 +11836,7 @@ snapshots:
|
|||
|
||||
human-signals@5.0.0: {}
|
||||
|
||||
husky@9.0.11: {}
|
||||
husky@9.1.0: {}
|
||||
|
||||
iconv-lite@0.4.24:
|
||||
dependencies:
|
||||
|
|
|
|||
Loading…
Reference in New Issue