From f11701d8e512f4a30d894a212f22cd2518c70426 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 17:20:30 +0000 Subject: [PATCH] chore(deps): update dependency eslint to v8.46.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 810d503..bd75052 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": "8.46.0" } }