From ae9443ff3094fcbb4b401335ae4e329e7bb848a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2019 19:33:45 +0000 Subject: [PATCH] Bump eslint in /TabblesWebCordova/plugins/cordova-plugin-file Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 6.7.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/v3.19.0...v6.7.1) Signed-off-by: dependabot[bot] --- TabblesWebCordova/plugins/cordova-plugin-file/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TabblesWebCordova/plugins/cordova-plugin-file/package.json b/TabblesWebCordova/plugins/cordova-plugin-file/package.json index 6340c66..4163aae 100644 --- a/TabblesWebCordova/plugins/cordova-plugin-file/package.json +++ b/TabblesWebCordova/plugins/cordova-plugin-file/package.json @@ -47,7 +47,7 @@ } }, "devDependencies": { - "eslint": "^3.19.0", + "eslint": "^6.7.1", "eslint-config-semistandard": "^11.0.0", "eslint-config-standard": "^10.2.1", "eslint-plugin-import": "^2.3.0",