From de681d4fe3c3debc40211e2c9ec6a7470f69f9e7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2019 21:13:43 +0000 Subject: [PATCH] Bump eslint-config-standard from 6.2.1 to 14.1.0 Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 6.2.1 to 14.1.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/v6.2.1...v14.1.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 1d313ccb..5b9f0cbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6267,9 +6267,9 @@ "dev": true }, "eslint-config-standard": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-6.2.1.tgz", - "integrity": "sha1-06aKr8cZFjnn7kQec0hzkCY1QpI=", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-7.1.0.tgz", + "integrity": "sha1-R+dp6gc59bLVaTsaUBwhyWUPr88=", "dev": true }, "eslint-config-standard-jsx": { diff --git a/package.json b/package.json index 9affee58..c8cc116a 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "enzyme": "2.9.1", "eslint": "3.16.1", "eslint-config-semistandard": "15.0.0", - "eslint-config-standard": "6.2.1", + "eslint-config-standard": "7.1.0", "eslint-config-standard-react": "4.2.0", "eslint-plugin-promise": "4.2.1", "eslint-plugin-react": "7.13.0",