From 68ac9b331fe747118eb15a8a79f2a819236e3ed0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2020 19:57:49 +0000 Subject: [PATCH] Bump eslint from 3.19.0 to 6.8.0 in /plugins/cordova-plugin-device Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 6.8.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.8.0) Signed-off-by: dependabot[bot] --- plugins/cordova-plugin-device/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/cordova-plugin-device/package.json b/plugins/cordova-plugin-device/package.json index ff30fa0..5e2e627 100644 --- a/plugins/cordova-plugin-device/package.json +++ b/plugins/cordova-plugin-device/package.json @@ -51,7 +51,7 @@ "deprecated": false, "description": "Cordova Device Plugin", "devDependencies": { - "eslint": "^3.19.0", + "eslint": "^6.8.0", "eslint-config-semistandard": "^11.0.0", "eslint-config-standard": "^10.2.1", "eslint-plugin-import": "^2.3.0",