build(deps-dev): bump husky from 7.0.4 to 8.0.0 (#450)

Bumps [husky](https://github.com/typicode/husky) from 7.0.4 to 8.0.0.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v7.0.4...v8.0.0)

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

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] 2022-05-09 03:03:29 -04:00 committed by GitHub
parent 6ba9263bc3
commit 11baf34c4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -11,7 +11,7 @@
"@commitlint/config-conventional": "^16.2.4",
"eslint-config-wikimedia": "0.22.1",
"grunt-banana-checker": "0.9.0",
"husky": "^7.0.4",
"husky": "^8.0.0",
"jsdoc": "3.6.10",
"jsdoc-wmf-theme": "0.0.5",
"standard-version": "^9.3.2",
@ -3295,15 +3295,15 @@
}
},
"node_modules/husky": {
"version": "7.0.4",
"resolved": "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz",
"integrity": "sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==",
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/husky/-/husky-8.0.0.tgz",
"integrity": "sha512-4qbE/5dzNDNxFEkX9MNRPKl5+omTXQzdILCUWiqG/lWIAioiM5vln265/l6I2Zx8gpW8l1ukZwGQeCFbBZ6+6w==",
"dev": true,
"bin": {
"husky": "lib/bin.js"
},
"engines": {
"node": ">=12"
"node": ">=14"
},
"funding": {
"url": "https://github.com/sponsors/typicode"
@ -8549,9 +8549,9 @@
"dev": true
},
"husky": {
"version": "7.0.4",
"resolved": "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz",
"integrity": "sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==",
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/husky/-/husky-8.0.0.tgz",
"integrity": "sha512-4qbE/5dzNDNxFEkX9MNRPKl5+omTXQzdILCUWiqG/lWIAioiM5vln265/l6I2Zx8gpW8l1ukZwGQeCFbBZ6+6w==",
"dev": true
},
"ignore": {

View file

@ -21,7 +21,7 @@
"@commitlint/config-conventional": "^16.2.4",
"eslint-config-wikimedia": "0.22.1",
"grunt-banana-checker": "0.9.0",
"husky": "^7.0.4",
"husky": "^8.0.0",
"jsdoc": "3.6.10",
"jsdoc-wmf-theme": "0.0.5",
"standard-version": "^9.3.2",