From a1db0368e9afa432b077c5fcbb4d766a95199c70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 22:26:06 +0000 Subject: [PATCH] Update typescript-eslint monorepo to v8.14.0 (#1106) 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 07e2b5db..9403b03a 100644 --- a/package.json +++ b/package.json @@ -35,8 +35,8 @@ "@types/chai": "^5.0.0", "@types/mocha": "^10.0.7", "@types/node": "22.9.0", - "@typescript-eslint/eslint-plugin": "8.13.0", - "@typescript-eslint/parser": "8.13.0", + "@typescript-eslint/eslint-plugin": "8.14.0", + "@typescript-eslint/parser": "8.14.0", "chai": "4", "del-cli": "6.0.0", "dotenv": "16.4.5",