diff --git a/package-lock.json b/package-lock.json index 100f0816ec..3ddaf5b104 100644 --- a/package-lock.json +++ b/package-lock.json @@ -68,7 +68,7 @@ "@angular/cli": "^18.2.12", "@angular/compiler-cli": "^18.2.12", "@commitlint/cli": "^19.6.0", - "@commitlint/config-conventional": "^19.5.0", + "@commitlint/config-conventional": "^19.6.0", "@compodoc/compodoc": "^1.1.26", "@cypress/schematic": "^2.5.2", "@frsource/cypress-plugin-visual-regression-diff": "^3.2.14", @@ -2778,9 +2778,9 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "19.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.5.0.tgz", - "integrity": "sha512-OBhdtJyHNPryZKg0fFpZNOBM1ZDbntMvqMuSmpfyP86XSfwzGw4CaoYRG4RutUPg0BTK07VMRIkNJT6wi2zthg==", + "version": "19.6.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.6.0.tgz", + "integrity": "sha512-DJT40iMnTYtBtUfw9ApbsLZFke1zKh6llITVJ+x9mtpHD08gsNXaIRqHTmwTZL3dNX5+WoyK7pCN/5zswvkBCQ==", "dev": true, "dependencies": { "@commitlint/types": "^19.5.0", diff --git a/package.json b/package.json index 41aa7ea2fd..3abcec7127 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "@angular/cli": "^18.2.12", "@angular/compiler-cli": "^18.2.12", "@commitlint/cli": "^19.6.0", - "@commitlint/config-conventional": "^19.5.0", + "@commitlint/config-conventional": "^19.6.0", "@compodoc/compodoc": "^1.1.26", "@cypress/schematic": "^2.5.2", "@frsource/cypress-plugin-visual-regression-diff": "^3.2.14",