mirror of https://github.com/hashicorp/consul
Bump husky from 9.0.7 to 9.1.7 in /website
Bumps [husky](https://github.com/typicode/husky) from 9.0.7 to 9.1.7. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v9.0.7...v9.1.7) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>pull/21949/head
parent
9e75e62a7c
commit
b9051a342c
|
@ -11,7 +11,7 @@
|
|||
"@hashicorp/platform-cli": "^2.7.3",
|
||||
"@hashicorp/platform-content-conformance": "^0.0.12",
|
||||
"dart-linkcheck": "^2.0.15",
|
||||
"husky": "^9.0.7",
|
||||
"husky": "^9.1.7",
|
||||
"next": "^12.3.1",
|
||||
"prettier": "^3.2.4"
|
||||
},
|
||||
|
@ -6140,9 +6140,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/husky": {
|
||||
"version": "9.0.7",
|
||||
"resolved": "https://registry.npmjs.org/husky/-/husky-9.0.7.tgz",
|
||||
"integrity": "sha512-vWdusw+y12DUEeoZqW1kplOFqk3tedGV8qlga8/SF6a3lOiWLqGZZQvfWvY0fQYdfiRi/u1DFNpudTSV9l1aCg==",
|
||||
"version": "9.1.7",
|
||||
"resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz",
|
||||
"integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"husky": "bin.js"
|
||||
|
@ -19272,9 +19272,9 @@
|
|||
"peer": true
|
||||
},
|
||||
"husky": {
|
||||
"version": "9.0.7",
|
||||
"resolved": "https://registry.npmjs.org/husky/-/husky-9.0.7.tgz",
|
||||
"integrity": "sha512-vWdusw+y12DUEeoZqW1kplOFqk3tedGV8qlga8/SF6a3lOiWLqGZZQvfWvY0fQYdfiRi/u1DFNpudTSV9l1aCg==",
|
||||
"version": "9.1.7",
|
||||
"resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz",
|
||||
"integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==",
|
||||
"dev": true
|
||||
},
|
||||
"iconv-lite": {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"@hashicorp/platform-cli": "^2.7.3",
|
||||
"@hashicorp/platform-content-conformance": "^0.0.12",
|
||||
"dart-linkcheck": "^2.0.15",
|
||||
"husky": "^9.0.7",
|
||||
"husky": "^9.1.7",
|
||||
"next": "^12.3.1",
|
||||
"prettier": "^3.2.4"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue