diff --git a/package-lock.json b/package-lock.json index ac078e2fd..bc9648540 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,7 @@ "@angular/compiler-cli": "~12.2.1", "@angular/language-service": "~12.2.1", "@commitlint/cli": "^13.1.0", - "@commitlint/config-conventional": "^13.1.0", + "@commitlint/config-conventional": "^14.1.0", "@compodoc/compodoc": "^1.1.15", "@ngneat/spectator": "^8.3.1", "@types/d3-array": "^2.9.0", @@ -2890,9 +2890,9 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-13.1.0.tgz", - "integrity": "sha512-zukJXqdr6jtMiVRy3tTHmwgKcUMGfqKDEskRigc5W3k2aYF4gBAtCEjMAJGZgSQE4DMcHeok0pEV2ANmTpb0cw==", + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-14.1.0.tgz", + "integrity": "sha512-JuhCqkEv8jyqmd54EpXPsQFpYc/8k7sfP1UziRdEvZSJUCLxz+8Pk4cNS0oF1BtjaWO7ITgXPlIZg47PyApGmg==", "dev": true, "dependencies": { "conventional-changelog-conventionalcommits": "^4.3.1" @@ -32261,9 +32261,9 @@ } }, "@commitlint/config-conventional": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-13.1.0.tgz", - "integrity": "sha512-zukJXqdr6jtMiVRy3tTHmwgKcUMGfqKDEskRigc5W3k2aYF4gBAtCEjMAJGZgSQE4DMcHeok0pEV2ANmTpb0cw==", + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-14.1.0.tgz", + "integrity": "sha512-JuhCqkEv8jyqmd54EpXPsQFpYc/8k7sfP1UziRdEvZSJUCLxz+8Pk4cNS0oF1BtjaWO7ITgXPlIZg47PyApGmg==", "dev": true, "requires": { "conventional-changelog-conventionalcommits": "^4.3.1" diff --git a/package.json b/package.json index 2421c1f47..744388b4e 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "@angular/compiler-cli": "~12.2.1", "@angular/language-service": "~12.2.1", "@commitlint/cli": "^13.1.0", - "@commitlint/config-conventional": "^13.1.0", + "@commitlint/config-conventional": "^14.1.0", "@compodoc/compodoc": "^1.1.15", "@ngneat/spectator": "^8.3.1", "@types/d3-array": "^2.9.0",