From 4c9750144be0a34b1b637065eee6c1d3f811ba17 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2020 07:54:42 +0000 Subject: [PATCH] Bump eslint-config-standard from 5.3.5 to 6.0.0 Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 5.3.5 to 6.0.0. - [Release notes](https://github.com/standard/eslint-config-standard/releases) - [Changelog](https://github.com/standard/eslint-config-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/standard/eslint-config-standard/compare/v5.3.5...v6.0.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index caaa5b3..d0338b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3557,9 +3557,9 @@ } }, "eslint-config-standard": { - "version": "5.3.5", - "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-5.3.5.tgz", - "integrity": "sha1-K0K7XJ8ASbhSeGjhCcNO4isT3PY=", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-6.0.0.tgz", + "integrity": "sha1-qMcxFm5qWvq/+XOEABMRTZpP86g=", "dev": true }, "eslint-plugin-promise": { diff --git a/package.json b/package.json index 3b46e8a..e7c3073 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "browser-sync": "^2.26.3", "browserify": "^13.1.0", "eslint": "^2.10.2", - "eslint-config-standard": "^5.3.1", + "eslint-config-standard": "^6.0.0", "eslint-plugin-promise": "^1.3.0", "eslint-plugin-standard": "^1.3.2", "less": "^2.7.1",