diff --git a/package.json b/package.json index e5e7386..83a6bbf 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@sneg240/eslint-config-custom": "workspace:*", "@turbo/gen": "1.10.15", "@commitlint/cli": "17.7.2", - "@commitlint/config-conventional": "17.7.0", + "@commitlint/config-conventional": "18.4.0", "@commitlint/prompt-cli": "17.7.2", "husky": "8.0.3", "eslint": "8.51.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a8b0ae8..1ea467d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: 17.7.2 version: 17.7.2 '@commitlint/config-conventional': - specifier: 17.7.0 - version: 17.7.0 + specifier: 18.4.0 + version: 18.4.0 '@commitlint/prompt-cli': specifier: 17.7.2 version: 17.7.2 @@ -1684,11 +1684,11 @@ packages: - '@swc/wasm' dev: true - /@commitlint/config-conventional@17.7.0: - resolution: {integrity: sha512-iicqh2o6et+9kWaqsQiEYZzfLbtoWv9uZl8kbI8EGfnc0HeGafQBF7AJ0ylN9D/2kj6txltsdyQs8+2fTMwWEw==} - engines: {node: '>=v14'} + /@commitlint/config-conventional@18.4.0: + resolution: {integrity: sha512-vArwCZopsZs0FnGsh9AR7uUTPZ5oVGk8+qnEZWq2KTsMjrE0k80b+oZ32GSQmXQT2iMKVrDC8pKX5uKNkCe9Sw==} + engines: {node: '>=v18'} dependencies: - conventional-changelog-conventionalcommits: 6.1.0 + conventional-changelog-conventionalcommits: 7.0.2 dev: true /@commitlint/config-validator@17.6.7: @@ -5992,9 +5992,9 @@ packages: compare-func: 2.0.0 dev: true - /conventional-changelog-conventionalcommits@6.1.0: - resolution: {integrity: sha512-3cS3GEtR78zTfMzk0AizXKKIdN4OvSh7ibNz6/DPbhWWQu7LqE/8+/GqSodV+sywUR2gpJAdP/1JFf4XtN7Zpw==} - engines: {node: '>=14'} + /conventional-changelog-conventionalcommits@7.0.2: + resolution: {integrity: sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==} + engines: {node: '>=16'} dependencies: compare-func: 2.0.0 dev: true