1
0
mirror of https://github.com/kremalicious/astro-redirect-from.git synced 2024-11-22 09:57:03 +01:00

Bump husky from 9.1.4 to 9.1.6

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-16 04:49:22 +00:00 committed by GitHub
parent dadd12d7e1
commit daf8dbc531
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

@ -29,7 +29,7 @@
"@types/node": "^22.2.0", "@types/node": "^22.2.0",
"@vitest/coverage-v8": "^2.0.5", "@vitest/coverage-v8": "^2.0.5",
"auto-changelog": "^2.4.0", "auto-changelog": "^2.4.0",
"husky": "^9.1.4", "husky": "^9.1.6",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"release-it": "^17.6.0", "release-it": "^17.6.0",
"typescript": "^5.5.4", "typescript": "^5.5.4",
@ -4777,9 +4777,9 @@
} }
}, },
"node_modules/husky": { "node_modules/husky": {
"version": "9.1.4", "version": "9.1.6",
"resolved": "https://registry.npmjs.org/husky/-/husky-9.1.4.tgz", "resolved": "https://registry.npmjs.org/husky/-/husky-9.1.6.tgz",
"integrity": "sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==", "integrity": "sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==",
"dev": true, "dev": true,
"bin": { "bin": {
"husky": "bin.js" "husky": "bin.js"

View File

@ -29,7 +29,7 @@
"@types/node": "^22.2.0", "@types/node": "^22.2.0",
"@vitest/coverage-v8": "^2.0.5", "@vitest/coverage-v8": "^2.0.5",
"auto-changelog": "^2.4.0", "auto-changelog": "^2.4.0",
"husky": "^9.1.4", "husky": "^9.1.6",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"release-it": "^17.6.0", "release-it": "^17.6.0",
"typescript": "^5.5.4", "typescript": "^5.5.4",