Merge pull request #7147 from swagger-api/dependabot/npm_and_yarn/commitlint/config-conventional-12.1.1

This commit is contained in:
dependabot[bot]
2021-04-12 20:19:09 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -3898,9 +3898,9 @@
} }
}, },
"@commitlint/config-conventional": { "@commitlint/config-conventional": {
"version": "12.0.1", "version": "12.1.1",
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-12.0.1.tgz", "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-12.1.1.tgz",
"integrity": "sha512-1ZhB135lh47zVmf1orwcjxuKuam11fJIH/bdVxW9XiQv8XPwC6iIp19knfl8FcOT78AVBnes1z6EVxgUeP2/4Q==", "integrity": "sha512-15CqbXMsQiEb0qbzjEHe2OkzaXPYSp7RxaS6KoSVk/4W0QiigquavQ+M0huBZze92h0lMS6Pxoq4AJ5CQ3D+iQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"conventional-changelog-conventionalcommits": "^4.3.1" "conventional-changelog-conventionalcommits": "^4.3.1"

View File

@@ -108,7 +108,7 @@
"@babel/preset-react": "=7.13.13", "@babel/preset-react": "=7.13.13",
"@babel/register": "=7.13.14", "@babel/register": "=7.13.14",
"@commitlint/cli": "^12.1.1", "@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.0.1", "@commitlint/config-conventional": "^12.1.1",
"@jest/globals": "=26.6.2", "@jest/globals": "=26.6.2",
"@release-it/conventional-changelog": "=1.1.4", "@release-it/conventional-changelog": "=1.1.4",
"autoprefixer": "^10.2.5", "autoprefixer": "^10.2.5",