From d71f403ed26dec0d3132e142fb6f3e29eff7ad88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 05:19:43 +0000 Subject: [PATCH] Bump @typescript-eslint/eslint-plugin in /nodejs/wrapper-adot Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.14.0 to 8.0.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.0.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- nodejs/wrapper-adot/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs/wrapper-adot/package.json b/nodejs/wrapper-adot/package.json index 9015ca50f..ef8b2249f 100644 --- a/nodejs/wrapper-adot/package.json +++ b/nodejs/wrapper-adot/package.json @@ -27,7 +27,7 @@ "devDependencies": { "@opentelemetry/api": "^1.7.0", "@types/node": "20.12.7", - "@typescript-eslint/eslint-plugin": "6.14.0", + "@typescript-eslint/eslint-plugin": "8.0.1", "@typescript-eslint/parser": "6.19.0", "eslint": "8.57.0", "eslint-plugin-header": "3.1.1",