diff --git a/package-lock.json b/package-lock.json index 4997dfa0..f8d0fd28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -148,19 +148,13 @@ "arrify": "1.0.1" } }, - "@metahub/conventional-commit-types": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@metahub/conventional-commit-types/-/conventional-commit-types-1.0.2.tgz", - "integrity": "sha512-u1PrbmpIZXVOrXcOyOFKC+6dtDm1YuV8b9q6QnOUke86axXu3rR9sMYdrhlx1ogvGD8YlBjjCAxoGsUIfZWgtQ==", - "dev": true - }, "@metahub/cz-conventional-commit": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@metahub/cz-conventional-commit/-/cz-conventional-commit-1.0.2.tgz", - "integrity": "sha512-Em1HkR8BG8urhGNNOETaLjKxYyp+v3cCxAe2EI9YzgJenDnZtI2H9Cs/VU1dF1sXcz6Orh/uaORsq+DOB6zTjA==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@metahub/cz-conventional-commit/-/cz-conventional-commit-1.1.1.tgz", + "integrity": "sha512-N9CDPNzY3k9ILtN7ojZF2ZZKOWkeWJ5cdRet+sQU2BzYSW1zXjyMHKA8l1hUXG5SmXQmB4QBpALitTZ4z2gTmw==", "dev": true, "requires": { - "@metahub/conventional-commit-types": "1.0.2", + "conventional-changelog-metahub": "1.0.0", "lodash": "4.17.4", "word-wrap": "1.2.3" } @@ -2225,6 +2219,16 @@ "q": "1.5.0" } }, + "conventional-changelog-metahub": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-metahub/-/conventional-changelog-metahub-1.0.0.tgz", + "integrity": "sha512-cIiQ8QSNfpcAU6UQKLNuLNp2Bn4InLbXJXJrRcS1pNR71eXQYfLj+SJKMoH+xQFehsPzjOPg54Nz/9Nq9wpzIQ==", + "dev": true, + "requires": { + "conventional-changelog-angular": "1.4.0", + "lodash": "4.17.4" + } + }, "conventional-changelog-writer": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-1.4.1.tgz", diff --git a/package.json b/package.json index 5b7d624a..4c14e7cf 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "devDependencies": { "@commitlint/cli": "^3.1.3", "@commitlint/config-angular": "^3.1.1", - "@metahub/cz-conventional-commit": "1.0.2", + "@metahub/cz-conventional-commit": "1.1.1", "@metahub/eslint-config": "^1.6.1", "ava": "^0.22.0", "babel-eslint": "^7.2.3",