diff --git a/package-lock.json b/package-lock.json index 730fade0f..83f11d74c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -78,7 +78,7 @@ "@angular/compiler-cli": "^21.2.17", "@angular/language-service": "^21.2.17", "@commitlint/cli": "^20.5.0", - "@commitlint/config-conventional": "^20", + "@commitlint/config-conventional": "^21", "@trivago/prettier-plugin-sort-imports": "^6.0.2", "@types/angular": "1.5.11", "@types/canvas-confetti": "^1.6.0", @@ -1473,17 +1473,31 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "20.5.3", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-20.5.3.tgz", - "integrity": "sha512-j34Qqeaa152chJgz2ysyk0BCpHenJn1lV0Rx0VXf8k3ccQcED+48EZrzMvo9jLmJUyBrrBwvu89I+2er4gW7QQ==", + "version": "21.0.2", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-21.0.2.tgz", + "integrity": "sha512-P/ZRhryQmkj0Z0dY9FOoRwe3xkwJyyAdtXwt01NT2kuZttcG2CNYp1q5Ci3u+nDT2jcbJRw2kt13Czl1qKNPfg==", "dev": true, "license": "MIT", "dependencies": { - "@commitlint/types": "^20.5.0", + "@commitlint/types": "^21.0.1", "conventional-changelog-conventionalcommits": "^9.2.0" }, "engines": { - "node": ">=v18" + "node": ">=22.12.0" + } + }, + "node_modules/@commitlint/config-conventional/node_modules/@commitlint/types": { + "version": "21.0.1", + "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-21.0.1.tgz", + "integrity": "sha512-4u7w8jcoCUFWhjWnASYzZHAP34OqOtuFBN87nQmFvqda03YU0T6z+yB4w0gSAMpekiRqqGk5rt+qSlW+a2vSEg==", + "dev": true, + "license": "MIT", + "dependencies": { + "conventional-commits-parser": "^6.3.0", + "picocolors": "^1.1.1" + }, + "engines": { + "node": ">=22.12.0" } }, "node_modules/@commitlint/config-validator": { diff --git a/package.json b/package.json index 45843a330..176e68aec 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "@angular/compiler-cli": "^21.2.17", "@angular/language-service": "^21.2.17", "@commitlint/cli": "^20.5.0", - "@commitlint/config-conventional": "^20", + "@commitlint/config-conventional": "^21", "@trivago/prettier-plugin-sort-imports": "^6.0.2", "@types/angular": "1.5.11", "@types/canvas-confetti": "^1.6.0",