From c4d229b7b8a51dcca89d512201eb11c31081fb57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 00:01:29 +0000 Subject: [PATCH] chore(deps): update devdependency eslint to v9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c6f6b55..fd00995 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@nuxt/eslint-config": "^0.2.0", "@nuxtjs/plausible": "^0.2.4", "@types/node": "^20.11.30", - "eslint": "^8.57.0", + "eslint": "^9.4.0", "nuxt": "^3.11.1" } }