diff --git a/package-lock.json b/package-lock.json index c5b296d..be09bd5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -112,15 +112,21 @@ "resolve-global": "1.0.0" } }, - "@commitlint/config-conventional": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-9.1.1.tgz", - "integrity": "sha512-t/bvv8ofjj7V4W99eVDyuACaC7Ch4SYaukglBYt/K1Y9Ixg8mCBuFDMGRMhyZn4upUe1ls8l4SO3rjaVbYIjlg==", + "@commitlint/config-angular": { + "version": "12.1.4", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-12.1.4.tgz", + "integrity": "sha512-ptJpRjsHe0Cmh6Bm5tnC/RbR9p3/YMsZFhOzLEiv1sn2pBPsTSGIka1eO26XquLcw/0srKCGBNnUFFLO84qGPQ==", "dev": true, "requires": { - "conventional-changelog-conventionalcommits": "4.3.0" + "@commitlint/config-angular-type-enum": "^12.1.4" } }, + "@commitlint/config-angular-type-enum": { + "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==", + "dev": true + }, "@commitlint/ensure": { "version": "9.1.1", "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-9.1.1.tgz", diff --git a/package.json b/package.json index dcb94b5..a5e1eb3 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "devDependencies": { "@commitlint/cli": "^9.1.1", - "@commitlint/config-angular": "^16.2.3", + "@commitlint/config-angular": "^12.1.4", "conventional-changelog": "^3.1.21", "conventional-changelog-core": "^4.1.7", "eslint-config-standard": "^14.1.1",