From cebf97680f3d36ecd762907f74c8494a767cb361 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 02:54:22 +0000 Subject: [PATCH] chore(deps): update typescript-eslint monorepo to v8.8.0 (#2911) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4c82515b7..d49fd8a31 100644 --- a/package.json +++ b/package.json @@ -34,8 +34,8 @@ "@types/mocha": "10.0.8", "@types/node": "18.17.17", "@types/sinon": "17.0.3", - "@typescript-eslint/eslint-plugin": "8.7.0", - "@typescript-eslint/parser": "8.7.0", + "@typescript-eslint/eslint-plugin": "8.8.0", + "@typescript-eslint/parser": "8.8.0", "chai": "5.1.1", "chai-subset": "1.6.0", "esbuild": "0.24.0",