diff --git a/package-lock.json b/package-lock.json index 3811210..e826172 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@types/jest": "^30.0.0", "@types/node": "^25.0.2", "@types/react": "^19.2.8", - "conventional-changelog-conventionalcommits": "^9.1.0", + "conventional-changelog-conventionalcommits": "^10.2.0", "husky": "^9.1.7", "jest": "^30.2.0", "lint-staged": "^17.0.4", @@ -555,6 +555,16 @@ "node": ">=0.1.90" } }, + "node_modules/@conventional-changelog/template": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@conventional-changelog/template/-/template-1.2.0.tgz", + "integrity": "sha512-12qHxvlKjHmP0PQ+17EREgC7lWyLwbph1RKcZQZ7k7ZWGmrxfxC9gadHGfvzr0g0u8BhiBGg3tks93txodlyRQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=22" + } + }, "node_modules/@emnapi/core": { "version": "1.10.0", "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.10.0.tgz", @@ -3239,16 +3249,16 @@ } }, "node_modules/conventional-changelog-conventionalcommits": { - "version": "9.3.1", - "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-9.3.1.tgz", - "integrity": "sha512-dTYtpIacRpcZgrvBYvBfArMmK2xvIpv2TaxM0/ZI5CBtNUzvF2x0t15HsbRABWprS6UPmvj+PzHVjSx4qAVKyw==", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-10.2.0.tgz", + "integrity": "sha512-UtlM9GqolY7OmlQh5L/UEVoKsTUpTgUVy1PU8JN5gl5Ydaejb7WRklGliG1SKPxxj7hzA173eG3Kt5fYWE2pmg==", "dev": true, "license": "ISC", "dependencies": { - "compare-func": "^2.0.0" + "@conventional-changelog/template": "^1.2.0" }, "engines": { - "node": ">=18" + "node": ">=22" } }, "node_modules/conventional-changelog-writer": { diff --git a/package.json b/package.json index 7fe7139..383d14c 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@types/jest": "^30.0.0", "@types/node": "^25.0.2", "@types/react": "^19.2.8", - "conventional-changelog-conventionalcommits": "^9.1.0", + "conventional-changelog-conventionalcommits": "^10.2.0", "husky": "^9.1.7", "jest": "^30.2.0", "lint-staged": "^17.0.4",