From 4f95e91f9d49f492d26d32d392e077d1923d21d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2020 11:30:13 +0000 Subject: [PATCH] Bump eslint from 3.19.0 to 7.3.1 in /plugins/cordova-plugin-device Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 7.3.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...v7.3.1) 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 0f3e0c9..9fb7c12 100644 --- a/plugins/cordova-plugin-device/package.json +++ b/plugins/cordova-plugin-device/package.json @@ -43,7 +43,7 @@ "deprecated": false, "description": "Cordova Device Plugin", "devDependencies": { - "eslint": "^3.19.0", + "eslint": "^7.3.1", "eslint-config-semistandard": "^11.0.0", "eslint-config-standard": "^10.2.1", "eslint-plugin-import": "^2.3.0",