From d4f783e70aa80491a0696a9001f6f38f3780422a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 06:53:50 +0000 Subject: [PATCH] Bump eslint from 3.19.0 to 7.26.0 Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 7.26.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/v3.19.0...v7.26.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb02a15..592fbac 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "devDependencies": { "chai": "^3.5.0", "cheerio": "^0.22.0", - "eslint": "^3.19.0", + "eslint": "^7.26.0", "eslint-config-google": "^0.7.1", "mocha": "^3.1.0", "supertest": "^2.0.0"