From 2ddbeeb36998f81478884c4e2dd1246f7a94ab62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 16 May 2019 06:17:16 +0000 Subject: [PATCH] build(deps-dev): Bump @commitlint/config-angular from 7.5.0 to 7.6.0 Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint) from 7.5.0 to 7.6.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/v7.6.0/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/compare/v7.5.0...v7.6.0) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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",