From a07571acb8fd707c92007a40c3b8b98be0d628e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 09:34:29 +0000 Subject: [PATCH] deps(npm): bump @ibm/tekton-lint in /dependencies (#5408) Bumps [@ibm/tekton-lint](https://github.com/IBM/tekton-lint) from 1.0.0-beta.9 to 1.0.1. - [Release notes](https://github.com/IBM/tekton-lint/releases) - [Changelog](https://github.com/IBM/tekton-lint/blob/main/CHANGELOG.md) - [Commits](https://github.com/IBM/tekton-lint/compare/v1.0.0-beta.9...v1.0.1) --- updated-dependencies: - dependency-name: "@ibm/tekton-lint" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies/package-lock.json | 8 ++++---- dependencies/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index 2faefe3d..673b1ac7 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -10,7 +10,7 @@ "@babel/preset-react": "^7.23.3", "@babel/preset-typescript": "^7.23.3", "@coffeelint/cli": "^5.2.11", - "@ibm/tekton-lint": "^1.0.0-beta.9", + "@ibm/tekton-lint": "^1.0.1", "@react-native/eslint-config": "^0.73.2", "@stoplight/spectral-cli": "^6.11.0", "@typescript-eslint/eslint-plugin": "^7.1.0", @@ -3494,9 +3494,9 @@ "integrity": "sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==" }, "node_modules/@ibm/tekton-lint": { - "version": "1.0.0-beta.9", - "resolved": "https://registry.npmjs.org/@ibm/tekton-lint/-/tekton-lint-1.0.0-beta.9.tgz", - "integrity": "sha512-0Q8o53nnSRFTmTJdVY6HWkYsbtmZ7SA2aZ8VLzC9Nyp3uFrtqGzDsSPQj4CvARidzfxJ/JONl5fVChA9E71wxw==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@ibm/tekton-lint/-/tekton-lint-1.0.1.tgz", + "integrity": "sha512-wtvtCN7eQjp4RB7cEXecAnIAKiFrKfuSQLQNa6AvV//B975xoP4ryGVZJTIhUkSvIpccBIA+5z0FClDiFFpUFA==", "dependencies": { "chalk": "^4.1.2", "chokidar": "^3.5.3", diff --git a/dependencies/package.json b/dependencies/package.json index 05652598..3ff14011 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -5,7 +5,7 @@ "@babel/preset-react": "^7.23.3", "@babel/preset-typescript": "^7.23.3", "@coffeelint/cli": "^5.2.11", - "@ibm/tekton-lint": "^1.0.0-beta.9", + "@ibm/tekton-lint": "^1.0.1", "@react-native/eslint-config": "^0.73.2", "@stoplight/spectral-cli": "^6.11.0", "@typescript-eslint/eslint-plugin": "^7.1.0",