From 4085b1ce43c79c81142fd60b422e8f7f317e13bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Feb 2021 15:51:08 +0100 Subject: [PATCH] chore(deps): update devdependency eslint to ^7.20.0 (#189) Co-authored-by: Renovate Bot --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e233e08..db05f75 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@nuxtjs/eslint-config": "^5.0.0", "@nuxtjs/eslint-module": "^3.0.2", "babel-eslint": "^10.1.0", - "eslint": "^7.19.0", + "eslint": "^7.20.0", "eslint-plugin-nuxt": "^2.0.0" } }