From 0428f5a9aafda76e6e9539339f45f15eeabfe894 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 08:59:43 +0000 Subject: [PATCH] Bump eslint from 7.12.1 to 7.13.0 Bumps [eslint](https://github.com/eslint/eslint) from 7.12.1 to 7.13.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.12.1...v7.13.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ab6db0f..8014758 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@nuxt/types": "^2.14.7", "@nuxtjs/eslint-module": "^3.0.0", "babel-eslint": "^10.1.0", - "eslint": "^7.12.1", + "eslint": "^7.13.0", "eslint-config-awzzm-vue": "^1.2.1", "eslint-plugin-nuxt": "^1.0.0", "fibers": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index 86a6b6a..63b851b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4070,10 +4070,10 @@ eslint-webpack-plugin@^2.1.0: micromatch "^4.0.2" schema-utils "^2.7.0" -eslint@^7.12.1: - version "7.12.1" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.12.1.tgz#bd9a81fa67a6cfd51656cdb88812ce49ccec5801" - integrity sha512-HlMTEdr/LicJfN08LB3nM1rRYliDXOmfoO4vj39xN6BLpFzF00hbwBoqHk8UcJ2M/3nlARZWy/mslvGEuZFvsg== +eslint@^7.13.0: + version "7.13.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.13.0.tgz#7f180126c0dcdef327bfb54b211d7802decc08da" + integrity sha512-uCORMuOO8tUzJmsdRtrvcGq5qposf7Rw0LwkTJkoDbOycVQtQjmnhZSuLQnozLE4TmAzlMVV45eCHmQ1OpDKUQ== dependencies: "@babel/code-frame" "^7.0.0" "@eslint/eslintrc" "^0.2.1"