From 04e66340d69d7140c1e0c3543066ebe44cc07188 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 06:32:31 +0000 Subject: [PATCH] Update typescript-eslint to v7.0.2 --- tooling/eslint/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tooling/eslint/package.json b/tooling/eslint/package.json index f9f2ab48..7898e27a 100644 --- a/tooling/eslint/package.json +++ b/tooling/eslint/package.json @@ -16,8 +16,8 @@ }, "dependencies": { "@next/eslint-plugin-next": "14.1.0", - "@typescript-eslint/eslint-plugin": "7.0.1", - "@typescript-eslint/parser": "7.0.1", + "@typescript-eslint/eslint-plugin": "7.0.2", + "@typescript-eslint/parser": "7.0.2", "eslint-config-turbo": "1.12.4", "eslint-plugin-import": "2.29.1", "eslint-plugin-jsx-a11y": "6.8.0",