mirror of
https://github.com/brucificus/vb6-antlr4-typescript.git
synced 2025-12-17 04:14:36 +03:00
⬆ Bump husky from 8.0.3 to 9.0.2
Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.2. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.3...v9.0.2) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
github-actions[bot]
parent
32df2b60b6
commit
d49a4488b6
12
package-lock.json
generated
12
package-lock.json
generated
@@ -21,7 +21,7 @@
|
||||
"commitlint-config-gitmoji": "^2.3.1",
|
||||
"cpy-cli": "^5.0.0",
|
||||
"cz-gitmoji": "0.0.7",
|
||||
"husky": "^8.0.3",
|
||||
"husky": "^9.0.2",
|
||||
"jest": "^29.7.0",
|
||||
"rimraf": "^5.0.5",
|
||||
"semantic-release": "^22.0.10",
|
||||
@@ -6585,15 +6585,15 @@
|
||||
}
|
||||
},
|
||||
"node_modules/husky": {
|
||||
"version": "8.0.3",
|
||||
"resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz",
|
||||
"integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==",
|
||||
"version": "9.0.2",
|
||||
"resolved": "https://registry.npmjs.org/husky/-/husky-9.0.2.tgz",
|
||||
"integrity": "sha512-0yR5R3OPjl8bYApi6T4QMOAwhtLhBjdYIVg5S6zSzIO8DIvQMh/b7Q8jW3WLbHLHtzpwiyMLBNB4R0Eb6x5+AA==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"husky": "lib/bin.js"
|
||||
"husky": "bin.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
"node": ">=18"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/typicode"
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
"commitlint-config-gitmoji": "^2.3.1",
|
||||
"cpy-cli": "^5.0.0",
|
||||
"cz-gitmoji": "0.0.7",
|
||||
"husky": "^8.0.3",
|
||||
"husky": "^9.0.2",
|
||||
"jest": "^29.7.0",
|
||||
"rimraf": "^5.0.5",
|
||||
"semantic-release": "^22.0.10",
|
||||
|
||||
Reference in New Issue
Block a user