diff --git a/package.json b/package.json index b32adcbe4bc..30fdd958388 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "@vitest/coverage-istanbul": "^0.34.5", - "conventional-changelog-conventionalcommits": "^6.1.0", + "conventional-changelog-conventionalcommits": "^7.0.2", "eslint": "^8.50.0", "eslint-config-prettier": "^9.0.0", "eslint-import-resolver-typescript": "^3.6.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ce84557d215..498b0eec7c4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -60,8 +60,8 @@ importers: specifier: ^0.34.5 version: 0.34.5(vitest@0.34.5) conventional-changelog-conventionalcommits: - specifier: ^6.1.0 - version: 6.1.0 + specifier: ^7.0.2 + version: 7.0.2 eslint: specifier: ^8.50.0 version: 8.50.0 @@ -7794,9 +7794,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