Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
"eslint-plugin-tsdoc": "^0.2.17",
"expect": "^29.7.0",
"glob": "^10.3.10",
- "husky": "^8.0.3",
+ "husky": "^9.0.5",
"lint-staged": "^15.2.0",
"prettier": "^3.2.4",
"release-it": "^17.0.3",
specifier: ^10.3.10
version: 10.3.10
husky:
- specifier: ^8.0.3
- version: 8.0.3
+ specifier: ^9.0.5
+ version: 9.0.5
lint-staged:
specifier: ^15.2.0
version: 15.2.0
ms: 2.1.3
optional: true
- /husky@8.0.3:
- resolution: {integrity: sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==}
- engines: {node: '>=14'}
+ /husky@9.0.5:
+ resolution: {integrity: sha512-/EX48XLor4FczjgdJjwK4qMETrJxJqF4rkgo+NUeK8b2F4TV6s5QxAuG2JZfxm4b9WnrgBGS7bA/JK+H5CKg+A==}
+ engines: {node: '>=18'}
hasBin: true
dev: true
const isCFEnvironment = env.VCAP_APPLICATION != null
if (isCFEnvironment === false && isCIEnvironment === false) {
// eslint-disable-next-line n/no-unpublished-import
- import('husky').then(({ install }) => install())
+ import('husky').then(husky => husky.default())
}