From 2944a2b40991fc04e460c5986086fdc3ac6b47f6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2020 13:13:46 +0000 Subject: [PATCH] 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-preview[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 25743ca6..a87a927c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -829,9 +829,9 @@ } }, "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 fe9d3633..8e41419f 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "archiver": "^4.0.1", "chai": "^4.2.0", "check-if-windows": "^1.0.0", - "eslint": "^7.3.0", + "eslint": "^7.3.1", "eslint-plugin-mocha": "^7.0.1", "fs-extra": "^9.0.1", "mocha": "^8.0.1",