From b8dfe44d4d09a8b913fd57c46cb0677abea371fb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 09:21:35 +0000 Subject: [PATCH] Bump eslint-config-standard from 6.2.1 to 7.1.0 Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard) from 6.2.1 to 7.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...v7.1.0) --- 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 ffc150a8..cd47ef1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6495,9 +6495,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 efa82623..5844f0df 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",