diff --git a/package-lock.json b/package-lock.json index 28c54ef4a..ef766d799 100644 --- a/package-lock.json +++ b/package-lock.json @@ -191,18 +191,18 @@ } }, "@commitlint/config-angular": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-7.5.0.tgz", - "integrity": "sha512-aNchHhm/fVmkH0AI9dtOuYLs74Pum95Bp7PUGBk1+pMOy2Jb/NW095qDMfFS1Hmc2+FCQ8AmgNO2NulZDoTyOw==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-7.6.0.tgz", + "integrity": "sha512-Rt0LxOTMxR0a6CWF3U5Y8zCMXz7vJqGrR0fBxjRw6fjndKehED78gbphiqKxjDaTJ4NDs259urR/BPhHCkYuAg==", "dev": true, "requires": { - "@commitlint/config-angular-type-enum": "^7.5.0" + "@commitlint/config-angular-type-enum": "^7.6.0" } }, "@commitlint/config-angular-type-enum": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-7.5.0.tgz", - "integrity": "sha512-dpwnDaqda5gYY9U1XUHpOrtTi4YrlRLoSY1QYj44sCc1Bdi0k1fKi3IPPtLASlbxILP/O9qEGygCHBnC68mOnw==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular-type-enum/-/config-angular-type-enum-7.6.0.tgz", + "integrity": "sha512-oWGBo6P7gN07qNczMeviq2dxenq1LOnJcXlF4EFj3ifje3EoQMvZicM2gJaqBAZ3K7ZMHrG5l/njL61wKyyikg==", "dev": true }, "@commitlint/config-conventional": { diff --git a/package.json b/package.json index a1354772b..346deee4b 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "license": "ISC", "devDependencies": { "@commitlint/cli": "7.5.2", - "@commitlint/config-angular": "7.5.0", + "@commitlint/config-angular": "7.6.0", "@commitlint/config-conventional": "7.5.0", "chai": "4.2.0", "commitizen": "3.1.1",