From e5346a41398418921c1d1fc430a1d97535c4d961 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 09:56:35 +0000 Subject: [PATCH] chore(deps): update typescript-eslint monorepo to v7 (#95) 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 eb0c703..55862c8 100644 --- a/package.json +++ b/package.json @@ -48,8 +48,8 @@ "@types/node": "^20.11.15", "@types/uuid": "^9.0.8", "@types/yargs": "^17.0.32", - "@typescript-eslint/eslint-plugin": "^6.20.0", - "@typescript-eslint/parser": "^6.20.0", + "@typescript-eslint/eslint-plugin": "^7.0.1", + "@typescript-eslint/parser": "^7.0.1", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "mocha": "^10.2.0",