From e1bac84b9be696c5841b331f8db4620111d1188e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 12:40:10 +0000 Subject: [PATCH] Bump eslint from 3.19.0 to 6.6.0 in /js-polling/flatNetworkRecipe 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] --- js-polling/flatNetworkRecipe/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js-polling/flatNetworkRecipe/package.json b/js-polling/flatNetworkRecipe/package.json index 41f6a88..4e7a14f 100644 --- a/js-polling/flatNetworkRecipe/package.json +++ b/js-polling/flatNetworkRecipe/package.json @@ -17,7 +17,7 @@ "babel-polyfill": "6.13.0", "babel-preset-es2015-node6": "0.3.0", "babel-preset-stage-3": "6.5.0", - "eslint": "^3.17.1", + "eslint": "^6.6.0", "lodash": "^4.17.0", "promise": "^7.1.1", "request": "^2.79.0", @@ -26,7 +26,7 @@ "devDependencies": { "babel-cli": "^6.23.0", "babel-preset-es2015": "^6.22.0", - "eslint": "^3.16.1", + "eslint": "^6.6.0", "eslint-config-google": "^0.7.1" } }