chore(deps-dev): bump husky from 7.0.2 to 7.0.4 (#7664)

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

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vladimir Gorej <vladimir.gorej@gmail.com>
This commit is contained in:
dependabot[bot]
2021-11-24 14:36:36 +01:00
committed by GitHub
parent 2ff943797e
commit 0e699d1315
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -85,7 +85,7 @@
"express": "^4.17.1",
"file-loader": "^6.0.0",
"git-describe": "^4.1.0",
"husky": "=7.0.2",
"husky": "=7.0.4",
"ignore-assets-webpack-plugin": "^2.0.1",
"inspectpack": "=4.7.1",
"jest": "=27.0.6",
@@ -12756,9 +12756,9 @@
}
},
"node_modules/husky": {
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/husky/-/husky-7.0.2.tgz",
"integrity": "sha512-8yKEWNX4z2YsofXAMT7KvA1g8p+GxtB1ffV8XtpAEGuXNAbCV5wdNKH+qTpw8SM9fh4aMPDR+yQuKfgnreyZlg==",
"version": "7.0.4",
"resolved": "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz",
"integrity": "sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==",
"dev": true,
"bin": {
"husky": "lib/bin.js"
@@ -40177,9 +40177,9 @@
"dev": true
},
"husky": {
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/husky/-/husky-7.0.2.tgz",
"integrity": "sha512-8yKEWNX4z2YsofXAMT7KvA1g8p+GxtB1ffV8XtpAEGuXNAbCV5wdNKH+qTpw8SM9fh4aMPDR+yQuKfgnreyZlg==",
"version": "7.0.4",
"resolved": "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz",
"integrity": "sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==",
"dev": true
},
"iconv-lite": {

View File

@@ -128,7 +128,7 @@
"express": "^4.17.1",
"file-loader": "^6.0.0",
"git-describe": "^4.1.0",
"husky": "=7.0.2",
"husky": "=7.0.4",
"ignore-assets-webpack-plugin": "^2.0.1",
"inspectpack": "=4.7.1",
"jest": "=27.0.6",