diff --git a/package-lock.json b/package-lock.json index 2aadfab..cb361e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@semantic-release/exec": "7.1.0", "@semantic-release/git": "10.0.1", "@types/node": "25.9.5", - "conventional-changelog-conventionalcommits": "9.3.1", + "conventional-changelog-conventionalcommits": "10.3.0", "lefthook": "2.1.10", "oxfmt": "0.62.0", "oxlint": "1.77.0", @@ -138,6 +138,16 @@ "node": ">=0.1.90" } }, + "node_modules/@conventional-changelog/template": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@conventional-changelog/template/-/template-1.3.0.tgz", + "integrity": "sha512-GsCw/qu92GI0EX6s7fxUi/SG1lmFjG9XZivxxEDZXqztuQKCn5o5wKdz4v005zci0Md7EZzgAwmQLoIEDZoaow==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=22" + } + }, "node_modules/@doist/cli-core": { "version": "0.26.2", "resolved": "https://registry.npmjs.org/@doist/cli-core/-/cli-core-0.26.2.tgz", @@ -3857,16 +3867,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.3.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-10.3.0.tgz", + "integrity": "sha512-qag0zFD867Qq1DK0jAWicyWlEMS1FFC/BLVLISaoeI7Y6Em6aWchk7BCkhOTsecRpMsV6qX41XmlNnghiiTmSw==", "dev": true, "license": "ISC", "dependencies": { - "compare-func": "^2.0.0" + "@conventional-changelog/template": "^1.3.0" }, "engines": { - "node": ">=18" + "node": ">=22" } }, "node_modules/conventional-changelog-writer": { diff --git a/package.json b/package.json index 3c8ce7b..3ddabdc 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@semantic-release/exec": "7.1.0", "@semantic-release/git": "10.0.1", "@types/node": "25.9.5", - "conventional-changelog-conventionalcommits": "9.3.1", + "conventional-changelog-conventionalcommits": "10.3.0", "lefthook": "2.1.10", "oxfmt": "0.62.0", "oxlint": "1.77.0",