Skip to content

Commit a2d34dc

Browse files
chore(deps-dev): bump husky from 9.1.1 to 9.1.4 (#3004)
* chore(deps-dev): bump husky from 9.1.1 to 9.1.4 Bumps [husky](https://github.com/typicode/husky) from 9.1.1 to 9.1.4. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](typicode/husky@v9.1.1...v9.1.4) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * chore: remove unnecessary whitespace --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: castastrophe <[email protected]>
1 parent a05694b commit a2d34dc

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

.husky/commit-msg

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
21
yarn commitlint --edit $1

.husky/pre-commit

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
21
yarn lint-staged --allow-empty --config lint-staged.config.js

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"eslint-plugin-prettier": "^5.1.3",
8181
"fast-glob": "^3.3.2",
8282
"gh-pages": "^6.1.1",
83-
"husky": "^9.0.11",
83+
"husky": "^9.1.4",
8484
"jsonc-eslint-parser": "^2.4.0",
8585
"lint-staged": "^15.2.8",
8686
"lodash": "^4.17.21",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -12656,12 +12656,12 @@ __metadata:
1265612656
languageName: node
1265712657
linkType: hard
1265812658

12659-
"husky@npm:^9.0.11":
12660-
version: 9.1.1
12661-
resolution: "husky@npm:9.1.1"
12659+
"husky@npm:^9.1.4":
12660+
version: 9.1.4
12661+
resolution: "husky@npm:9.1.4"
1266212662
bin:
1266312663
husky: bin.js
12664-
checksum: 10c0/56394f5a08201badece23a8599bd76fe8c41e4510a956022fe54897645900c5c5a96a740ffb0604e99e808dffc3714bae982f1cbda4a069082cc713414f17ad3
12664+
checksum: 10c0/f5185003bef9ad9ec3f40e821963e4c12409b993fdcab89e3d660bed7d8c9d8bfd399f05222e27e0ead6589601fb1bb08d1a589c51751a4ab0547ead3429b8de
1266512665
languageName: node
1266612666
linkType: hard
1266712667

@@ -18934,7 +18934,7 @@ __metadata:
1893418934
eslint-plugin-prettier: "npm:^5.1.3"
1893518935
fast-glob: "npm:^3.3.2"
1893618936
gh-pages: "npm:^6.1.1"
18937-
husky: "npm:^9.0.11"
18937+
husky: "npm:^9.1.4"
1893818938
jsonc-eslint-parser: "npm:^2.4.0"
1893918939
lint-staged: "npm:^15.2.8"
1894018940
lodash: "npm:^4.17.21"

0 commit comments

Comments
 (0)