From 32aa0c0840d8876c4dfb48d60b09773baf40b56f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 13:48:42 +0000 Subject: [PATCH] Bump eslint from 3.19.0 to 6.6.0 Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 6.6.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...v6.6.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 6c3850d..dbb1f73 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "devDependencies": { "babel-plugin-transform-es2015-modules-umd": "^6.4.3", "babel-preset-es2015": "^6.5.0", - "eslint": "^3.13.1", + "eslint": "^6.6.0", "eslint-config-xo": "^0.17.0", "gulp": "^3.8.11", "gulp-babel": "^6.1.2",