From 2201477494c9348ce8d8568361f61e2ba222c26d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2019 15:08:47 +0000 Subject: [PATCH] chore(deps-dev): Bump eslint in /app/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] --- app/plugins/cordova-plugin-device/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/plugins/cordova-plugin-device/package.json b/app/plugins/cordova-plugin-device/package.json index 830d42d..b97d322 100644 --- a/app/plugins/cordova-plugin-device/package.json +++ b/app/plugins/cordova-plugin-device/package.json @@ -43,7 +43,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",