diff --git a/package-lock.json b/package-lock.json index 220c45a..0c6d28a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^12.0.5", "@xmldom/xmldom": "^0.9.10", - "conventional-changelog-conventionalcommits": "^9.0.0", + "conventional-changelog-conventionalcommits": "^10.2.0", "conventional-changelog-writer": "^8.2.0", "cypress": "^15.16.0", "delete": "^1.1.0", @@ -164,6 +164,19 @@ "node": ">=22.12.0" } }, + "node_modules/@commitlint/config-conventional/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==", + "dev": true, + "license": "ISC", + "dependencies": { + "compare-func": "^2.0.0" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/@commitlint/config-validator": { "version": "21.0.1", "resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-21.0.1.tgz", @@ -405,6 +418,16 @@ } } }, + "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/@cypress/request": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/@cypress/request/-/request-4.0.0.tgz", @@ -3255,16 +3278,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 3998845..80f9fc6 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^12.0.5", "@xmldom/xmldom": "^0.9.10", - "conventional-changelog-conventionalcommits": "^9.0.0", + "conventional-changelog-conventionalcommits": "^10.2.0", "conventional-changelog-writer": "^8.2.0", "cypress": "^15.16.0", "delete": "^1.1.0",