diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index 738d052f..668014fa 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.24.1", "@coffeelint/cli": "^5.2.11", - "@ibm/tekton-lint": "^1.0.1", + "@ibm/tekton-lint": "^1.0.2", "@react-native/eslint-config": "^0.73.2", "@stoplight/spectral-cli": "^6.11.1", "@typescript-eslint/eslint-plugin": "^7.5.0", @@ -3496,9 +3496,9 @@ "integrity": "sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==" }, "node_modules/@ibm/tekton-lint": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@ibm/tekton-lint/-/tekton-lint-1.0.1.tgz", - "integrity": "sha512-wtvtCN7eQjp4RB7cEXecAnIAKiFrKfuSQLQNa6AvV//B975xoP4ryGVZJTIhUkSvIpccBIA+5z0FClDiFFpUFA==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@ibm/tekton-lint/-/tekton-lint-1.0.2.tgz", + "integrity": "sha512-8wGXFxlJYYvaAztX/sC3Q373VXs1SDVwKdRtl57bOQRFYcfhYhalhrz5hmN5ErncijDEamOwCbVQzaO6W/KzaQ==", "dependencies": { "chalk": "^4.1.2", "chokidar": "^3.5.3", diff --git a/dependencies/package.json b/dependencies/package.json index cb3f09d7..3d30ef5f 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -5,7 +5,7 @@ "@babel/preset-react": "^7.23.3", "@babel/preset-typescript": "^7.24.1", "@coffeelint/cli": "^5.2.11", - "@ibm/tekton-lint": "^1.0.1", + "@ibm/tekton-lint": "^1.0.2", "@react-native/eslint-config": "^0.73.2", "@stoplight/spectral-cli": "^6.11.1", "@typescript-eslint/eslint-plugin": "^7.5.0",