chore(deps-dev): bump @commitlint/config-conventional in /web3.js (#10774)

Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint) from 8.3.4 to 9.0.1.
- [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.3.4...v9.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot]
2020-07-01 08:09:10 -07:00
committed by GitHub
parent 056efcded8
commit 2f6f081af4
2 changed files with 9 additions and 9 deletions

View File

@ -4153,12 +4153,12 @@
} }
}, },
"@commitlint/config-conventional": { "@commitlint/config-conventional": {
"version": "8.3.4", "version": "9.0.1",
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-8.3.4.tgz", "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-9.0.1.tgz",
"integrity": "sha512-w0Yc5+aVAjZgjYqx29igBOnVCj8O22gy3Vo6Fyp7PwoS7+AYS1x3sN7IBq6i7Ae15Mv5P+rEx1pkxXo5zOMe4g==", "integrity": "sha512-5rGu8aT4nRhWKrd5SpXqKJKLM07wXi4X5KVD9EEAuucAh2iZgfJJK9HKZNKGEKLKBQSWlnXE6UvkeEjJgi6TPQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"conventional-changelog-conventionalcommits": "4.2.1" "conventional-changelog-conventionalcommits": "4.2.3"
} }
}, },
"@commitlint/ensure": { "@commitlint/ensure": {
@ -8479,13 +8479,13 @@
} }
}, },
"conventional-changelog-conventionalcommits": { "conventional-changelog-conventionalcommits": {
"version": "4.2.1", "version": "4.2.3",
"resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.2.1.tgz", "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.2.3.tgz",
"integrity": "sha512-vC02KucnkNNap+foDKFm7BVUSDAXktXrUJqGszUuYnt6T0J2azsbYz/w9TDc3VsrW2v6JOtiQWVcgZnporHr4Q==", "integrity": "sha512-atGa+R4vvEhb8N/8v3IoW59gCBJeeFiX6uIbPu876ENAmkMwsenyn0R21kdDHJFLQdy6zW4J6b4xN8KI3b9oww==",
"dev": true, "dev": true,
"requires": { "requires": {
"compare-func": "^1.3.1", "compare-func": "^1.3.1",
"lodash": "^4.2.1", "lodash": "^4.17.15",
"q": "^1.5.1" "q": "^1.5.1"
} }
}, },

View File

@ -95,7 +95,7 @@
"@babel/plugin-transform-runtime": "^7.2.0", "@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.3.1", "@babel/preset-env": "^7.3.1",
"@babel/preset-flow": "^7.0.0", "@babel/preset-flow": "^7.0.0",
"@commitlint/config-conventional": "^8.0.0", "@commitlint/config-conventional": "^9.0.1",
"@commitlint/travis-cli": "^8.0.0", "@commitlint/travis-cli": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^2.18.0", "@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0", "@typescript-eslint/parser": "^2.18.0",