From aa482e7f31767ea2f513b1c4f0ca46d1347582b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 02:34:14 +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..2085aa9 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.38.0" } }