diff --git a/package.json b/package.json index 1abdc6275..175bab108 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@types/lodash": "^4.17.24", "@types/node": "^25.8.0", "all-contributors-cli": "^6.26.1", - "commitizen": "^4.3.1", + "commitizen": "^4.3.2", "cz-conventional-changelog": "^3.3.0", "husky": "^9.1.7", "jest": "^30.3.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f8f85a923..edb85a507 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -58,8 +58,8 @@ importers: specifier: ^6.26.1 version: 6.26.1(encoding@0.1.13) commitizen: - specifier: ^4.3.1 - version: 4.3.1(@types/node@25.8.0)(typescript@5.9.3) + specifier: ^4.3.2 + version: 4.3.2(@types/node@25.8.0)(typescript@5.9.3) cz-conventional-changelog: specifier: ^3.3.0 version: 3.3.0(@types/node@25.8.0)(typescript@5.9.3) @@ -3398,6 +3398,10 @@ packages: resolution: {integrity: sha512-A+Fezp4zxnit6FanDmv9EqXNAi3vt9DWp51/71UEhXukb7QUuvtv9344h91dyAxuTLoSYJFU299qzR3tzwPAhw==} engines: {node: '>=6'} + cachedir@2.4.0: + resolution: {integrity: sha512-9EtFOZR8g22CL7BWjJ9BUx1+A/djkofnyW3aOXZORNW2kxoUpx2h+uN2cOqwPmFhnpVmxg+KW2OjOSgChTEvsQ==} + engines: {node: '>=6'} + call-bind-apply-helpers@1.0.1: resolution: {integrity: sha512-BhYE+WDaywFg2TBWYNXAE+8B1ATnThNBqXHP5nQu0jWJdVvY2hvkpyB3qOmtmDePiS5/BDQ8wASEWGMWRG148g==} engines: {node: '>= 0.4'} @@ -3626,6 +3630,11 @@ packages: engines: {node: '>= 12'} hasBin: true + commitizen@4.3.2: + resolution: {integrity: sha512-1Zs37z9JPvAcuTSSricZZwBhOPVNNxJouuY4yDEt+eD70EoxT2TU9kViG8CuB/PmVg2G4XsAGQiK4YCst97aDQ==} + engines: {node: '>= 18'} + hasBin: true + common-ancestor-path@1.0.1: resolution: {integrity: sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==} @@ -4704,6 +4713,10 @@ packages: resolution: {integrity: sha512-QAgPDQMEgrDssk1XiwwHoOGYF9BAbUcc1+j+FhEvaOt8/cKRqyLn0U5qA6F74fGhTMGxf92pOvPBeh29jQJDTQ==} engines: {node: '>=12.0.0'} + inquirer@8.2.7: + resolution: {integrity: sha512-UjOaSel/iddGZJ5xP/Eixh6dY1XghiBw4XK13rCCIJcJfyhhoul/7KhLLUGtebEj6GDYM6Vnx/mVsjx2L/mFIA==} + engines: {node: '>=12.0.0'} + inquirer@9.3.7: resolution: {integrity: sha512-LJKFHCSeIRq9hanN14IlOtPSTe3lNES7TYDTE2xxdAy1LS5rYphajK1qtwvj3YmQXvvk0U2Vbmcni8P9EIQW9w==} engines: {node: '>=18'} @@ -10817,6 +10830,8 @@ snapshots: cachedir@2.3.0: {} + cachedir@2.4.0: {} + call-bind-apply-helpers@1.0.1: dependencies: es-errors: 1.3.0 @@ -11042,6 +11057,26 @@ snapshots: - '@types/node' - typescript + commitizen@4.3.2(@types/node@25.8.0)(typescript@5.9.3): + dependencies: + cachedir: 2.4.0 + cz-conventional-changelog: 3.3.0(@types/node@25.8.0)(typescript@5.9.3) + dedent: 0.7.0 + detect-indent: 6.1.0 + find-node-modules: 2.1.3 + find-root: 1.1.0 + fs-extra: 9.1.0 + glob: 7.2.3 + inquirer: 8.2.7(@types/node@25.8.0) + is-utf8: 0.2.1 + lodash: 4.18.1 + minimist: 1.2.8 + strip-bom: 4.0.0 + strip-json-comments: 3.1.1 + transitivePeerDependencies: + - '@types/node' + - typescript + common-ancestor-path@1.0.1: {} compare-func@2.0.0: @@ -12301,6 +12336,26 @@ snapshots: through: 2.3.8 wrap-ansi: 7.0.0 + inquirer@8.2.7(@types/node@25.8.0): + dependencies: + '@inquirer/external-editor': 1.0.3(@types/node@25.8.0) + ansi-escapes: 4.3.2 + chalk: 4.1.2 + cli-cursor: 3.1.0 + cli-width: 3.0.0 + figures: 3.2.0 + lodash: 4.18.1 + mute-stream: 0.0.8 + ora: 5.4.1 + run-async: 2.4.1 + rxjs: 7.8.2 + string-width: 4.2.3 + strip-ansi: 6.0.1 + through: 2.3.8 + wrap-ansi: 6.2.0 + transitivePeerDependencies: + - '@types/node' + inquirer@9.3.7: dependencies: '@inquirer/figures': 1.0.15