chore(deps-dev): bump @commitlint/config-conventional

Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint) from 8.2.0 to 8.3.4.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/compare/v8.2.0...v8.3.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-02-07 10:28:08 +00:00 committed by Michael Vines
parent 55e523bf97
commit ecad6ae4f4
1 changed files with 18 additions and 4 deletions

View File

@ -3762,10 +3762,13 @@
}
},
"@commitlint/config-conventional": {
"version": "8.2.0",
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-8.2.0.tgz",
"integrity": "sha512-HuwlHQ3DyVhpK9GHgTMhJXD8Zp8PGIQVpQGYh/iTrEU6TVxdRC61BxIDZvfWatCaiG617Z/U8maRAFrqFM4TqA==",
"dev": true
"version": "8.3.4",
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-8.3.4.tgz",
"integrity": "sha512-w0Yc5+aVAjZgjYqx29igBOnVCj8O22gy3Vo6Fyp7PwoS7+AYS1x3sN7IBq6i7Ae15Mv5P+rEx1pkxXo5zOMe4g==",
"dev": true,
"requires": {
"conventional-changelog-conventionalcommits": "4.2.1"
}
},
"@commitlint/ensure": {
"version": "8.3.4",
@ -8241,6 +8244,17 @@
"q": "^1.5.1"
}
},
"conventional-changelog-conventionalcommits": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.2.1.tgz",
"integrity": "sha512-vC02KucnkNNap+foDKFm7BVUSDAXktXrUJqGszUuYnt6T0J2azsbYz/w9TDc3VsrW2v6JOtiQWVcgZnporHr4Q==",
"dev": true,
"requires": {
"compare-func": "^1.3.1",
"lodash": "^4.2.1",
"q": "^1.5.1"
}
},
"conventional-changelog-writer": {
"version": "4.0.11",
"resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-4.0.11.tgz",