chore(deps-dev): bump husky from 6.0.0 to 7.0.0

Bumps [husky](https://github.com/typicode/husky) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v6.0.0...v7.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>
This commit is contained in:
dependabot[bot] 2021-07-02 00:06:23 +00:00 committed by Corentin THOMASSET
parent ed5e263e88
commit e99cbb4f14
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -11958,9 +11958,9 @@
"integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw=="
}, },
"husky": { "husky": {
"version": "6.0.0", "version": "7.0.0",
"resolved": "https://registry.npmjs.org/husky/-/husky-6.0.0.tgz", "resolved": "https://registry.npmjs.org/husky/-/husky-7.0.0.tgz",
"integrity": "sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ==", "integrity": "sha512-xK7lO0EtSzfFPiw+oQncQVy/XqV7UVVjxBByc+Iv5iK3yhW9boDoWgvZy3OGo48QKg/hUtZkzz0hi2HXa0kn7w==",
"dev": true "dev": true
}, },
"iconv-lite": { "iconv-lite": {

View file

@ -78,7 +78,7 @@
"eslint-plugin-nuxt": "^2.0.0", "eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^3.4.0", "eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0", "eslint-plugin-promise": "^5.1.0",
"husky": "^6.0.0", "husky": "^7.0.0",
"jest": "^26.5.0", "jest": "^26.5.0",
"less": "^4.0.0", "less": "^4.0.0",
"less-loader": "^7.1.0", "less-loader": "^7.1.0",