mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 16:21:00 -05:00
deps(npm): bump @ibm/tekton-lint from 1.0.2 to 1.1.0 in /dependencies (#5694)
Bumps [@ibm/tekton-lint](https://github.com/IBM/tekton-lint) from 1.0.2 to 1.1.0. - [Release notes](https://github.com/IBM/tekton-lint/releases) - [Changelog](https://github.com/IBM/tekton-lint/blob/v1.1.0/CHANGELOG.md) - [Commits](https://github.com/IBM/tekton-lint/compare/v1.0.2...v1.1.0) --- updated-dependencies: - dependency-name: "@ibm/tekton-lint" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
b1ad8a0f8f
commit
b20c1d3803
2 changed files with 5 additions and 5 deletions
8
dependencies/package-lock.json
generated
vendored
8
dependencies/package-lock.json
generated
vendored
|
@ -10,7 +10,7 @@
|
|||
"@babel/preset-react": "^7.24.6",
|
||||
"@babel/preset-typescript": "^7.24.1",
|
||||
"@coffeelint/cli": "^5.2.11",
|
||||
"@ibm/tekton-lint": "^1.0.2",
|
||||
"@ibm/tekton-lint": "^1.1.0",
|
||||
"@react-native/eslint-config": "^0.73.2",
|
||||
"@stoplight/spectral-cli": "^6.11.1",
|
||||
"@typescript-eslint/eslint-plugin": "^7.9.0",
|
||||
|
@ -4277,9 +4277,9 @@
|
|||
"integrity": "sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw=="
|
||||
},
|
||||
"node_modules/@ibm/tekton-lint": {
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@ibm/tekton-lint/-/tekton-lint-1.0.2.tgz",
|
||||
"integrity": "sha512-8wGXFxlJYYvaAztX/sC3Q373VXs1SDVwKdRtl57bOQRFYcfhYhalhrz5hmN5ErncijDEamOwCbVQzaO6W/KzaQ==",
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@ibm/tekton-lint/-/tekton-lint-1.1.0.tgz",
|
||||
"integrity": "sha512-93b1xpGMXjM4pK6zYD7RehfL308WZUB455PeAyuO/cKXw5UAHjwljWCVUQRzoOR/wajeLgMUJxOKRnlcp5TbBQ==",
|
||||
"dependencies": {
|
||||
"chalk": "^4.1.2",
|
||||
"chokidar": "^3.5.3",
|
||||
|
|
2
dependencies/package.json
vendored
2
dependencies/package.json
vendored
|
@ -5,7 +5,7 @@
|
|||
"@babel/preset-react": "^7.24.6",
|
||||
"@babel/preset-typescript": "^7.24.1",
|
||||
"@coffeelint/cli": "^5.2.11",
|
||||
"@ibm/tekton-lint": "^1.0.2",
|
||||
"@ibm/tekton-lint": "^1.1.0",
|
||||
"@react-native/eslint-config": "^0.73.2",
|
||||
"@stoplight/spectral-cli": "^6.11.1",
|
||||
"@typescript-eslint/eslint-plugin": "^7.9.0",
|
||||
|
|
Loading…
Reference in a new issue