From e16306885361d614307e7e9ba0e0dcc4572bc2b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2020 23:20:33 +0000 Subject: [PATCH] Bump eslint 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-dialogs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example ExperienceSampler/exampleExperienceSampler/plugins/cordova-plugin-dialogs/package.json b/Example ExperienceSampler/exampleExperienceSampler/plugins/cordova-plugin-dialogs/package.json index 0d6eac2..b984e14 100644 --- a/Example ExperienceSampler/exampleExperienceSampler/plugins/cordova-plugin-dialogs/package.json +++ b/Example ExperienceSampler/exampleExperienceSampler/plugins/cordova-plugin-dialogs/package.json @@ -42,7 +42,7 @@ "deprecated": false, "description": "Cordova Notification 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",