From 688794c288de827ab6d95c6a7fb3111b25b9a8cb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 26 Mar 2021 23:16:37 +0000 Subject: [PATCH] chore(deps): update devdependency eslint to ^7.23.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d9da9ba..7efb073 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@nuxtjs/eslint-config": "^5.0.0", "@nuxtjs/eslint-module": "^3.0.2", "babel-eslint": "^10.1.0", - "eslint": "^7.20.0", + "eslint": "^7.23.0", "eslint-plugin-nuxt": "^2.0.0" } }