diff --git a/package-lock.json b/package-lock.json index e421ea7..969a635 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@commitlint/cli": "^17.0.0", - "@commitlint/config-angular": "^17.0.0", + "@commitlint/config-angular": "^20.0.0", "@semantic-release/changelog": "^6.0.0", "@semantic-release/git": "^10.0.0", "@semantic-release/github": "^9.0.3", @@ -488,22 +488,26 @@ } }, "node_modules/@commitlint/config-angular": { - "version": "17.4.4", + "version": "20.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-20.0.0.tgz", + "integrity": "sha512-vH+mHsvZl94HQNduYv7ImTSX+D+nIyMV2VQZNQq9x0Kf5kRhl4iwdNS3nDxb3KEIdaSOXtXizzsyohRfi3Bvag==", "dev": true, "license": "MIT", "dependencies": { - "@commitlint/config-angular-type-enum": "^17.4.0" + "@commitlint/config-angular-type-enum": "^20.0.0" }, "engines": { - "node": ">=v14" + "node": ">=v18" } }, "node_modules/@commitlint/config-angular-type-enum": { - "version": "17.4.0", + "version": "20.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-20.0.0.tgz", + "integrity": "sha512-6HAMnXyUl3EUBgECjvfLzlghbkMfZx28YBPDry3pPWR0+xpzqSbUY19VIkmdetqYKeawFViudvkqD4VH93gKKg==", "dev": true, "license": "MIT", "engines": { - "node": ">=v14" + "node": ">=v18" } }, "node_modules/@commitlint/config-validator": { diff --git a/package.json b/package.json index 9f5ed13..d4f6694 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "devDependencies": { "@commitlint/cli": "^17.0.0", - "@commitlint/config-angular": "^17.0.0", + "@commitlint/config-angular": "^20.0.0", "@semantic-release/changelog": "^6.0.0", "@semantic-release/git": "^10.0.0", "@semantic-release/github": "^9.0.3",