1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-21 17:36:52 +01:00

Bump husky from 9.1.3 to 9.1.4 (#953)

Bumps [husky](https://github.com/typicode/husky) from 9.1.3 to 9.1.4.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v9.1.3...v9.1.4)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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:
dependabot[bot] 2024-08-02 13:25:35 +01:00 committed by GitHub
parent 5bcb6ddf39
commit ab19a78ef0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View File

@ -53,7 +53,7 @@
"@vitest/ui": "^2.0.4",
"globby": "^14.0.2",
"hast-util-to-html": "^9.0.1",
"husky": "^9.1.3",
"husky": "^9.1.4",
"jsdom": "^24.1.1",
"markdownlint-cli": "^0.41.0",
"mdast-util-to-hast": "^13.2.0",
@ -12927,11 +12927,10 @@
}
},
"node_modules/husky": {
"version": "9.1.3",
"resolved": "https://registry.npmjs.org/husky/-/husky-9.1.3.tgz",
"integrity": "sha512-ET3TQmQgdIu0pt+jKkpo5oGyg/4MQZpG6xcam5J5JyNJV+CBT23OBpCF15bKHKycRyMH9k6ONy8g2HdGIsSkMQ==",
"version": "9.1.4",
"resolved": "https://registry.npmjs.org/husky/-/husky-9.1.4.tgz",
"integrity": "sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==",
"dev": true,
"license": "MIT",
"bin": {
"husky": "bin.js"
},

View File

@ -77,7 +77,7 @@
"@vitest/ui": "^2.0.4",
"globby": "^14.0.2",
"hast-util-to-html": "^9.0.1",
"husky": "^9.1.3",
"husky": "^9.1.4",
"jsdom": "^24.1.1",
"markdownlint-cli": "^0.41.0",
"mdast-util-to-hast": "^13.2.0",