chore(deps): update dependency husky to v8.0.3

This commit is contained in:
renovate[bot] 2023-01-06 09:19:18 +00:00
parent b2d885d3f2
commit e75c0989ee
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -21,7 +21,7 @@
"@commitlint/config-conventional": "17.3.0", "@commitlint/config-conventional": "17.3.0",
"eslint": "8.31.0", "eslint": "8.31.0",
"eslint-config-scratch": "8.0.0", "eslint-config-scratch": "8.0.0",
"husky": "8.0.2", "husky": "8.0.3",
"semantic-release": "19.0.5" "semantic-release": "19.0.5"
}, },
"peerDependencies": { "peerDependencies": {
@ -3475,9 +3475,9 @@
} }
}, },
"node_modules/husky": { "node_modules/husky": {
"version": "8.0.2", "version": "8.0.3",
"resolved": "https://registry.npmjs.org/husky/-/husky-8.0.2.tgz", "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz",
"integrity": "sha512-Tkv80jtvbnkK3mYWxPZePGFpQ/tT3HNSs/sasF9P2YfkMezDl3ON37YN6jUUI4eTg5LcyVynlb6r4eyvOmspvg==", "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==",
"dev": true, "dev": true,
"bin": { "bin": {
"husky": "lib/bin.js" "husky": "lib/bin.js"
@ -10928,9 +10928,9 @@
"integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw=="
}, },
"husky": { "husky": {
"version": "8.0.2", "version": "8.0.3",
"resolved": "https://registry.npmjs.org/husky/-/husky-8.0.2.tgz", "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz",
"integrity": "sha512-Tkv80jtvbnkK3mYWxPZePGFpQ/tT3HNSs/sasF9P2YfkMezDl3ON37YN6jUUI4eTg5LcyVynlb6r4eyvOmspvg==", "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==",
"dev": true "dev": true
}, },
"ignore": { "ignore": {

View file

@ -54,7 +54,7 @@
"@commitlint/config-conventional": "17.3.0", "@commitlint/config-conventional": "17.3.0",
"eslint": "8.31.0", "eslint": "8.31.0",
"eslint-config-scratch": "8.0.0", "eslint-config-scratch": "8.0.0",
"husky": "8.0.2", "husky": "8.0.3",
"semantic-release": "19.0.5" "semantic-release": "19.0.5"
} }
} }