diff --git a/package-lock.json b/package-lock.json index f6f471f..3f238cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "@vitejs/plugin-react": "^4.7.0", "aws-sdk-client-mock": "^4.1.0", "conventional-changelog-cli": "^4.1.0", - "conventional-changelog-conventionalcommits": "^7.0.2", + "conventional-changelog-conventionalcommits": "^9.3.1", "electron": "42.4.0", "eslint": "^8.57.1", "eslint-plugin-import": "^2.32.0", @@ -6441,16 +6441,16 @@ } }, "node_modules/conventional-changelog-conventionalcommits": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.2.tgz", - "integrity": "sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==", + "version": "9.3.1", + "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-9.3.1.tgz", + "integrity": "sha512-dTYtpIacRpcZgrvBYvBfArMmK2xvIpv2TaxM0/ZI5CBtNUzvF2x0t15HsbRABWprS6UPmvj+PzHVjSx4qAVKyw==", "dev": true, "license": "ISC", "dependencies": { "compare-func": "^2.0.0" }, "engines": { - "node": ">=16" + "node": ">=18" } }, "node_modules/conventional-changelog-core": { @@ -6765,6 +6765,19 @@ "node": ">=16" } }, + "node_modules/conventional-changelog/node_modules/conventional-changelog-conventionalcommits": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.2.tgz", + "integrity": "sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==", + "dev": true, + "license": "ISC", + "dependencies": { + "compare-func": "^2.0.0" + }, + "engines": { + "node": ">=16" + } + }, "node_modules/conventional-commits-filter": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-4.0.0.tgz", diff --git a/package.json b/package.json index e33aa36..bc19e24 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@vitejs/plugin-react": "^4.7.0", "aws-sdk-client-mock": "^4.1.0", "conventional-changelog-cli": "^4.1.0", - "conventional-changelog-conventionalcommits": "^7.0.2", + "conventional-changelog-conventionalcommits": "^9.3.1", "electron": "42.4.0", "eslint": "^8.57.1", "eslint-plugin-import": "^2.32.0",