From e9f51d9921092150735c3fd6b3298345144a04e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 22:14:47 +0000 Subject: [PATCH] chore(deps): update dependency eslint to v9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 810d503..c74b2d9 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,6 @@ "@nuxt/types": "2.15.8", "@nuxt/typescript-build": "2.1.0", "@nuxtjs/eslint-config-typescript": "10.0.0", - "eslint": "8.15.0" + "eslint": "9.17.0" } }