From a205c910dde3d5fcb565ca70436f3ef232c1c96a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 15 Apr 2021 10:45:35 +0200 Subject: [PATCH] Bump eslint from 7.23.0 to 7.24.0 (#601) Bumps [eslint](https://github.com/eslint/eslint) from 7.23.0 to 7.24.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.23.0...v7.24.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index bee7df67..2b0c5cfd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@vuepress/plugin-google-analytics": "^1.8.2", "@vuepress/plugin-pwa": "^1.8.2", "babel-eslint": "^10.1.0", - "eslint": "^7.23.0", + "eslint": "^7.24.0", "eslint-config-vuepress": "^3.2.1", "eslint-plugin-markdown": "^2.0.1", "eslint-plugin-vue": "^7.8.0", @@ -6951,9 +6951,9 @@ } }, "node_modules/eslint": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.23.0.tgz", - "integrity": "sha512-kqvNVbdkjzpFy0XOszNwjkKzZ+6TcwCQ/h+ozlcIWwaimBBuhlQ4nN6kbiM2L+OjDcznkTJxzYfRFH92sx4a0Q==", + "version": "7.24.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.24.0.tgz", + "integrity": "sha512-k9gaHeHiFmGCDQ2rEfvULlSLruz6tgfA8DEn+rY9/oYPFFTlz55mM/Q/Rij1b2Y42jwZiK3lXvNTw6w6TXzcKQ==", "dev": true, "dependencies": { "@babel/code-frame": "7.12.11", @@ -23263,9 +23263,9 @@ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" }, "eslint": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.23.0.tgz", - "integrity": "sha512-kqvNVbdkjzpFy0XOszNwjkKzZ+6TcwCQ/h+ozlcIWwaimBBuhlQ4nN6kbiM2L+OjDcznkTJxzYfRFH92sx4a0Q==", + "version": "7.24.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.24.0.tgz", + "integrity": "sha512-k9gaHeHiFmGCDQ2rEfvULlSLruz6tgfA8DEn+rY9/oYPFFTlz55mM/Q/Rij1b2Y42jwZiK3lXvNTw6w6TXzcKQ==", "dev": true, "requires": { "@babel/code-frame": "7.12.11", diff --git a/package.json b/package.json index 5c02eb26..0215072c 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@vuepress/plugin-google-analytics": "^1.8.2", "@vuepress/plugin-pwa": "^1.8.2", "babel-eslint": "^10.1.0", - "eslint": "^7.23.0", + "eslint": "^7.24.0", "eslint-config-vuepress": "^3.2.1", "eslint-plugin-markdown": "^2.0.1", "eslint-plugin-vue": "^7.8.0",