From fcda625b5ca636a7b09274fd455c83616128921d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 00:13:55 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-nuxt from 2.0.0 to 4.0.0 Bumps [eslint-plugin-nuxt](https://github.com/nuxt/eslint-plugin-nuxt) from 2.0.0 to 4.0.0. - [Release notes](https://github.com/nuxt/eslint-plugin-nuxt/releases) - [Changelog](https://github.com/nuxt/eslint-plugin-nuxt/blob/master/CHANGELOG.md) - [Commits](https://github.com/nuxt/eslint-plugin-nuxt/compare/v2.0.0...v4.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-nuxt dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 94fffe5..e630cc6 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@nuxtjs/eslint-module": "^3.0.2", "babel-eslint": "^10.1.0", "eslint": "^7.23.0", - "eslint-plugin-nuxt": "^2.0.0", + "eslint-plugin-nuxt": "^4.0.0", "eslint-plugin-vue": "^7.8.0", "husky": "^6.0.0", "lint-staged": "^10.5.3"