From 4a033dfad8e641c83be80c0fcbf979a9881f427d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2020 08:14:32 +0000 Subject: [PATCH] Bump eslint from 3.19.0 to 7.7.0 Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 7.7.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.7.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8444bc1..2f00787 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": {}, "devDependencies": { "browser-sync": "^2.17.6", - "eslint": "^3.15.0", + "eslint": "^7.7.0", "gulp": "^3.9.1", "gulp-autoprefixer": "^3.1.1", "gulp-clean-css": "^2.1.1",