diff --git a/package-lock.json b/package-lock.json index 2b29056..62c8e41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -608,17 +608,17 @@ } }, "@commitlint/config-angular": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-12.0.0.tgz", - "integrity": "sha512-V3PngSVvDV7bHdETptwuY5J+FBo48UGDjmztWPp4Mb63msW/Og5DR6+CHOPsjF0WDrtKFgi+PWD48sOQL1xPQw==", + "version": "12.1.4", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-12.1.4.tgz", + "integrity": "sha512-ptJpRjsHe0Cmh6Bm5tnC/RbR9p3/YMsZFhOzLEiv1sn2pBPsTSGIka1eO26XquLcw/0srKCGBNnUFFLO84qGPQ==", "requires": { - "@commitlint/config-angular-type-enum": "^12.0.0" + "@commitlint/config-angular-type-enum": "^12.1.4" } }, "@commitlint/config-angular-type-enum": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-12.0.0.tgz", - "integrity": "sha512-fJWHE8Ey8Li+H4jnnREG/xw5spJSgAg+wKBZwtoGQBzxFZ/DO/g5oo/P07nvXR1q89Ow5+f3a7K2oOJyt0i0hQ==" + "version": "12.1.4", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-12.1.4.tgz", + "integrity": "sha512-C/F4X0VN56qpVq4HqiY2DuynF3BLtIFxM8Zwf3xvSONHGYVqmYG1cM6qezMxKtTIuy7A5yKK5aeSnaptw+VQgw==" }, "@commitlint/config-conventional": { "version": "12.0.0", diff --git a/package.json b/package.json index e099b4a..3ed9dd6 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "@actions/core": "^1.2.6", "@actions/github": "^4.0.0", - "@commitlint/config-angular": "^12.0.0", + "@commitlint/config-angular": "^12.1.4", "@commitlint/config-conventional": "^12.0.0", "@commitlint/config-lerna-scopes": "^12.0.0", "@commitlint/config-patternplate": "^12.0.0",