diff --git a/package-lock.json b/package-lock.json index 8cddb05a3..cced778ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "@angular/compiler-cli": "~12.2.1", "@angular/language-service": "~12.2.1", "@commitlint/cli": "^16.1.0", - "@commitlint/config-conventional": "^16.0.0", + "@commitlint/config-conventional": "^16.2.1", "@compodoc/compodoc": "^1.1.18", "@ngneat/spectator": "^8.3.2", "@types/d3-array": "^2.9.0", @@ -2935,9 +2935,9 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "16.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-16.0.0.tgz", - "integrity": "sha512-mN7J8KlKFn0kROd+q9PB01sfDx/8K/R25yITspL1No8PB4oj9M1p77xWjP80hPydqZG9OvQq+anXK3ZWeR7s3g==", + "version": "16.2.1", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-16.2.1.tgz", + "integrity": "sha512-cP9gArx7gnaj4IqmtCIcHdRjTYdRUi6lmGE+lOzGGjGe45qGOS8nyQQNvkNy2Ey2VqoSWuXXkD8zCUh6EHf1Ww==", "dev": true, "dependencies": { "conventional-changelog-conventionalcommits": "^4.3.1" @@ -32626,9 +32626,9 @@ } }, "@commitlint/config-conventional": { - "version": "16.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-16.0.0.tgz", - "integrity": "sha512-mN7J8KlKFn0kROd+q9PB01sfDx/8K/R25yITspL1No8PB4oj9M1p77xWjP80hPydqZG9OvQq+anXK3ZWeR7s3g==", + "version": "16.2.1", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-16.2.1.tgz", + "integrity": "sha512-cP9gArx7gnaj4IqmtCIcHdRjTYdRUi6lmGE+lOzGGjGe45qGOS8nyQQNvkNy2Ey2VqoSWuXXkD8zCUh6EHf1Ww==", "dev": true, "requires": { "conventional-changelog-conventionalcommits": "^4.3.1" diff --git a/package.json b/package.json index f917ae70e..9252bab61 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@angular/compiler-cli": "~12.2.1", "@angular/language-service": "~12.2.1", "@commitlint/cli": "^16.1.0", - "@commitlint/config-conventional": "^16.0.0", + "@commitlint/config-conventional": "^16.2.1", "@compodoc/compodoc": "^1.1.18", "@ngneat/spectator": "^8.3.2", "@types/d3-array": "^2.9.0",