diff --git a/package.json b/package.json index fa4b738..75b7a21 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@typescript-eslint/parser": "5.62.0", "@vitejs/plugin-react": "3.1.0", "autoprefixer": "10.4.20", - "conventional-changelog-conventionalcommits": "5.0.0", + "conventional-changelog-conventionalcommits": "8.0.0", "eslint": "8.57.1", "eslint-plugin-react": "7.37.2", "eslint-plugin-react-hooks": "4.6.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1376f0c..1e299b6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -50,8 +50,8 @@ devDependencies: specifier: 10.4.20 version: 10.4.20(postcss@8.4.47) conventional-changelog-conventionalcommits: - specifier: 5.0.0 - version: 5.0.0 + specifier: 8.0.0 + version: 8.0.0 eslint: specifier: 8.57.1 version: 8.57.1 @@ -1593,13 +1593,11 @@ packages: q: 1.5.1 dev: true - /conventional-changelog-conventionalcommits@5.0.0: - resolution: {integrity: sha512-lCDbA+ZqVFQGUj7h9QBKoIpLhl8iihkO0nCTyRNzuXtcd7ubODpYB04IFy31JloiJgG0Uovu8ot8oxRzn7Nwtw==} - engines: {node: '>=10'} + /conventional-changelog-conventionalcommits@8.0.0: + resolution: {integrity: sha512-eOvlTO6OcySPyyyk8pKz2dP4jjElYunj9hn9/s0OB+gapTO8zwS9UQWrZ1pmF2hFs3vw1xhonOLGcGjy/zgsuA==} + engines: {node: '>=18'} dependencies: compare-func: 2.0.0 - lodash: 4.17.21 - q: 1.5.1 dev: true /conventional-changelog-writer@5.0.0: