From 29648adbde6ce78a855e4a6f5b78517e3a1af3bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 26 Mar 2018 00:59:03 +0000 Subject: [PATCH] Bump eslint from 4.19.0 to 4.19.1 Bumps [eslint](https://github.com/eslint/eslint) from 4.19.0 to 4.19.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/v4.19.0...v4.19.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7bb098a6..2ee6f194 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "chai": "^4.1.2", "chai-as-promised": "^7.1.1", "enzyme": "^3.3.0", - "eslint": "^4.19.0", + "eslint": "^4.19.1", "eslint-config-prettier": "^2.9.0", "eslint-plugin-class-property": "^1.1.0", "eslint-plugin-prettier": "^2.6.0", diff --git a/yarn.lock b/yarn.lock index 19fc5412..a9a010ae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2426,9 +2426,9 @@ eslint@^3.19.0: text-table "~0.2.0" user-home "^2.0.0" -eslint@^4.19.0: - version "4.19.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.19.0.tgz#9e900efb5506812ac374557034ef6f5c3642fc4c" +eslint@^4.19.1: + version "4.19.1" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.19.1.tgz#32d1d653e1d90408854bfb296f076ec7e186a300" dependencies: ajv "^5.3.0" babel-code-frame "^6.22.0"