From f8dfa065a20f6d30b1866c3dce7b8018bf076377 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 05:33:03 +0000 Subject: [PATCH] Update dependency eslint to v9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 791e5b3f..241cbc68 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@nuxtjs/eslint-module": "4.1.0", "@typescript-eslint/eslint-plugin": "7.18.0", "@vite-pwa/nuxt": "0.7.0", - "eslint": "8.57.0", + "eslint": "9.9.0", "markuplint": "4.9.2", "npm-run-all2": "6.2.2", "nuxt": "3.11.2",