From 165595e5fb13e2c3d2cc44c6dfb658462cce6f0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2020 01:30:06 +0000 Subject: [PATCH] :arrow_up: Bump eslint from 7.3.0 to 7.3.1 Bumps [eslint](https://github.com/eslint/eslint) from 7.3.0 to 7.3.1. - [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.3.0...v7.3.1) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1ea1438c8..c43f4bcc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5495,9 +5495,9 @@ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" }, "eslint": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.3.0.tgz", - "integrity": "sha512-dJMVXwfU5PT1cj2Nv2VPPrKahKTGdX+5Dh0Q3YuKt+Y2UhdL2YbzsVaBMyG9HC0tBismlv/r1+eZqs6SMIV38Q==", + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.3.1.tgz", + "integrity": "sha512-cQC/xj9bhWUcyi/RuMbRtC3I0eW8MH0jhRELSvpKYkWep3C6YZ2OkvcvJVUeO6gcunABmzptbXBuDoXsjHmfTA==", "dev": true, "requires": { "@babel/code-frame": "^7.0.0", diff --git a/package.json b/package.json index 3dc4971ac..fc1c475d6 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@nuxtjs/google-analytics": "^2.3.0", "@nuxtjs/pwa": "^3.0.0-beta.20", "cypress": "^4.9.0", - "eslint": "^7.3.0", + "eslint": "^7.3.1", "eslint-plugin-vue": "^6.2.2", "husky": "^4.2.5", "node-sass": "^4.14.1",