build(deps-dev): bump husky from 9.1.4 to 9.1.5 (#13542)

pull/28/head
dependabot[bot] 2024-09-01 11:08:21 +02:00 committed by GitHub
parent 6691c6a309
commit 628bcde12d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -12,7 +12,7 @@
"tldr-lint": "^0.0.15"
},
"devDependencies": {
"husky": "^9.1.4"
"husky": "^9.1.5"
}
},
"node_modules/@isaacs/cliui": {
@ -209,9 +209,9 @@
}
},
"node_modules/husky": {
"version": "9.1.4",
"resolved": "https://registry.npmjs.org/husky/-/husky-9.1.4.tgz",
"integrity": "sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==",
"version": "9.1.5",
"resolved": "https://registry.npmjs.org/husky/-/husky-9.1.5.tgz",
"integrity": "sha512-rowAVRUBfI0b4+niA4SJMhfQwc107VLkBUgEYYAOQAbqDCnra1nYh83hF/MDmhYs9t9n1E3DuKOrs2LYNC+0Ag==",
"dev": true,
"bin": {
"husky": "bin.js"

View File

@ -11,7 +11,7 @@
"tldr-lint": "^0.0.15"
},
"devDependencies": {
"husky": "^9.1.4"
"husky": "^9.1.5"
},
"scripts": {
"lint-markdown": "markdownlint pages*/**/*.md",