diff --git a/package.json b/package.json index eb6ddcbf..68035c1d 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@typescript-eslint/eslint-plugin": "5.59.9", "@typescript-eslint/parser": "5.59.9", "conventional-changelog-cli": "2.2.2", - "conventional-changelog-conventionalcommits": "5.0.0", + "conventional-changelog-conventionalcommits": "6.0.0", "eslint": "8.42.0", "eslint-config-prettier": "8.8.0", "eslint-plugin-prettier": "4.2.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 449934c9..ce22af9c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -39,8 +39,8 @@ devDependencies: specifier: 2.2.2 version: 2.2.2 conventional-changelog-conventionalcommits: - specifier: 5.0.0 - version: 5.0.0 + specifier: 6.0.0 + version: 6.0.0 eslint: specifier: 8.42.0 version: 8.42.0 @@ -1465,6 +1465,13 @@ packages: q: 1.5.1 dev: true + /conventional-changelog-conventionalcommits@6.0.0: + resolution: {integrity: sha512-pOQWvJ2se8UmGj3Vz5NzhljdgHvGow6ATZ7pM0TZqGekAfwgJkr3YQ9ZbooB4VIh35KS/cpfIgVrLoqLNvFNYg==} + engines: {node: '>=14'} + dependencies: + compare-func: 2.0.0 + dev: true + /conventional-changelog-core@4.2.4: resolution: {integrity: sha512-gDVS+zVJHE2v4SLc6B0sLsPiloR0ygU7HaDW14aNJE1v4SlqJPILPl/aJC7YdtRE4CybBf8gDwObBvKha8Xlyg==} engines: {node: '>=10'}