build(deps-dev): bump @commitlint/config-conventional from 16.2.1 to 17.0.0 (#131)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-05-31 09:15:43 +02:00 committed by GitHub
parent 5c4e8469cd
commit af321dc867
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -22,7 +22,7 @@
"devDependencies": {
"@codejedi365/jest-serial-runner": "^2.0.0",
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@commitlint/config-conventional": "^17.0.0",
"@fluffy-spoon/substitute": "^1.208.0",
"@jest/types": "^28.1.0",
"@types/dockerode": "^3.3.3",
@ -620,15 +620,15 @@
}
},
"node_modules/@commitlint/config-conventional": {
"version": "16.2.1",
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-16.2.1.tgz",
"integrity": "sha512-cP9gArx7gnaj4IqmtCIcHdRjTYdRUi6lmGE+lOzGGjGe45qGOS8nyQQNvkNy2Ey2VqoSWuXXkD8zCUh6EHf1Ww==",
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.0.0.tgz",
"integrity": "sha512-jttJXBIq3AuQCvUVwxSctCwKfHxxbALE0IB9OIHYCu/eQdOzPxN72pugeZsWDo1VK/T9iFx+MZoPb6Rb1/ylsw==",
"dev": true,
"dependencies": {
"conventional-changelog-conventionalcommits": "^4.3.1"
},
"engines": {
"node": ">=v12"
"node": ">=v14"
}
},
"node_modules/@commitlint/config-validator": {
@ -9620,9 +9620,9 @@
}
},
"@commitlint/config-conventional": {
"version": "16.2.1",
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-16.2.1.tgz",
"integrity": "sha512-cP9gArx7gnaj4IqmtCIcHdRjTYdRUi6lmGE+lOzGGjGe45qGOS8nyQQNvkNy2Ey2VqoSWuXXkD8zCUh6EHf1Ww==",
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.0.0.tgz",
"integrity": "sha512-jttJXBIq3AuQCvUVwxSctCwKfHxxbALE0IB9OIHYCu/eQdOzPxN72pugeZsWDo1VK/T9iFx+MZoPb6Rb1/ylsw==",
"dev": true,
"requires": {
"conventional-changelog-conventionalcommits": "^4.3.1"

View File

@ -49,7 +49,7 @@
"devDependencies": {
"@codejedi365/jest-serial-runner": "^2.0.0",
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@commitlint/config-conventional": "^17.0.0",
"@fluffy-spoon/substitute": "^1.208.0",
"@jest/types": "^28.1.0",
"@types/dockerode": "^3.3.3",