mirror of https://github.com/CrimsonTome/tldr.git
build(deps-dev): bump husky from 9.0.11 to 9.1.4 (#13335)
Bumps [husky](https://github.com/typicode/husky) from 9.0.11 to 9.1.4. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.0.11...v9.1.4) --- 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>pull/28/head
parent
dbb6b48efe
commit
819645265e
|
@ -12,7 +12,7 @@
|
|||
"tldr-lint": "^0.0.15"
|
||||
},
|
||||
"devDependencies": {
|
||||
"husky": "^9.0.11"
|
||||
"husky": "^9.1.4"
|
||||
}
|
||||
},
|
||||
"node_modules/@isaacs/cliui": {
|
||||
|
@ -209,12 +209,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.4",
|
||||
"resolved": "https://registry.npmjs.org/husky/-/husky-9.1.4.tgz",
|
||||
"integrity": "sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"husky": "bin.mjs"
|
||||
"husky": "bin.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"tldr-lint": "^0.0.15"
|
||||
},
|
||||
"devDependencies": {
|
||||
"husky": "^9.0.11"
|
||||
"husky": "^9.1.4"
|
||||
},
|
||||
"scripts": {
|
||||
"lint-markdown": "markdownlint pages*/**/*.md",
|
||||
|
|
Loading…
Reference in New Issue