Bump tekton-lint from 0.4.3 to 0.5.0 in /dependencies

Bumps [tekton-lint](https://github.com/IBM/tekton-lint) from 0.4.3 to 0.5.0.
- [Release notes](https://github.com/IBM/tekton-lint/releases)
- [Commits](https://github.com/IBM/tekton-lint/compare/v0.4.3...v0.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-10-19 06:25:26 +00:00 committed by GitHub
parent eec8ad51b5
commit 1493392d4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
dependencies/package-lock.json generated vendored
View file

@ -6008,9 +6008,9 @@
}
},
"tekton-lint": {
"version": "0.4.3",
"resolved": "https://registry.npmjs.org/tekton-lint/-/tekton-lint-0.4.3.tgz",
"integrity": "sha512-YRPp9QAApO65gyP15aS1UfE95lDGbL83oy9CJfOGl/LCflat8spNxBzKqIIzCbfii5eGsdKbPLJm4KAv4v4Jww==",
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/tekton-lint/-/tekton-lint-0.5.0.tgz",
"integrity": "sha512-/TG5Q+Vso/5YhDx3H1lrHRvThslVkJIFkYBq+6jRr3Z0PHPMqekjgQpaTPV0ETzYeyn4jPFYj3MCpJB3nuLmgg==",
"requires": {
"chalk": "^4.1.0",
"chokidar": "^3.4.0",

View file

@ -24,6 +24,6 @@
"stylelint": "^13.7.2",
"stylelint-config-standard": "^20.0.0",
"typescript": "^4.0.3",
"tekton-lint": "^0.4.3"
"tekton-lint": "^0.5.0"
}
}