From fa432022498dd726e8b4be6af034bd0b70512bf2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 17:28:35 +0000 Subject: [PATCH] chore(deps): update typescript-eslint monorepo to v6 --- functions/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/package.json b/functions/package.json index bca195c..fd8b024 100644 --- a/functions/package.json +++ b/functions/package.json @@ -24,8 +24,8 @@ "devDependencies": { "@types/cors": "2.8.9", "@types/nunjucks": "3.1.3", - "@typescript-eslint/eslint-plugin": "4.14.0", - "@typescript-eslint/parser": "4.14.0", + "@typescript-eslint/eslint-plugin": "6.3.0", + "@typescript-eslint/parser": "6.3.0", "eslint": "7.17.0", "eslint-plugin-import": "2.22.1", "firebase-functions-test": "0.2.3",