From 8942e0020b2b491da3f71ced28da14a91b5925a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:19:22 +0000 Subject: [PATCH] chore(deps): update typescript-eslint monorepo to v8 --- k6-tests/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k6-tests/package.json b/k6-tests/package.json index 2da28bc2..58d3e82d 100644 --- a/k6-tests/package.json +++ b/k6-tests/package.json @@ -17,8 +17,8 @@ "@babel/preset-typescript": "7.24.7", "@types/k6": "~0.44.2", "@types/webpack": "5.28.4", - "@typescript-eslint/eslint-plugin": "^5.62.0", - "@typescript-eslint/parser": "^5.62.0", + "@typescript-eslint/eslint-plugin": "^8.7.0", + "@typescript-eslint/parser": "^8.7.0", "babel-loader": "9.2.1", "clean-webpack-plugin": "4.0.0", "copy-webpack-plugin": "^11.0.0",