Skip to content

Commit

Permalink
chore(deps-dev): bump husky from 8.0.3 to 9.0.7 (#164)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump husky from 8.0.3 to 9.0.7

Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.7.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v8.0.3...v9.0.7)

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

Signed-off-by: dependabot[bot] <support@github.com>

* apply husky upgrades

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julian Grinblat <julian@dotcore.co.il>
  • Loading branch information
dependabot[bot] and perrin4869 committed Feb 1, 2024
1 parent 938a7ee commit b5f3161
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install lint-staged
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build": "tsc -p tsconfig.dist.json",
"test": "mocha",
"cover": "c8 npm test",
"prepare": "husky install"
"prepare": "husky"
},
"homepage": "https://github.com/dotcore64/serverless-loggroup-deletion-policy",
"author": "Julian Grinblat <julian@dotcore.co.il>",
Expand Down Expand Up @@ -62,7 +62,7 @@
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unicorn": "^50.0.1",
"husky": "^8.0.3",
"husky": "^9.0.7",
"lint-staged": "^15.2.1",
"log": "^6.3.1",
"mocha": "^10.2.0",
Expand Down

0 comments on commit b5f3161

Please sign in to comment.