From b3d5d73e592a011523c4cbf7ca7e1a352a116397 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2017 22:55:14 +0000 Subject: [PATCH] chore(deps): update dependency eslint to v4.7.1 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 0cdcf226d7..a39af143d4 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "babel-plugin-transform-object-rest-spread": "6.26.0", "chai": "4.1.2", "condition-circle": "1.5.0", - "eslint": "4.7.0", + "eslint": "4.7.1", "eslint-config-airbnb-base": "12.0.0", "eslint-config-prettier": "2.5.0", "eslint-plugin-import": "2.7.0", diff --git a/yarn.lock b/yarn.lock index 69455a73ed..0aacbdae50 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1471,9 +1471,9 @@ eslint-scope@^3.7.1: esrecurse "^4.1.0" estraverse "^4.1.1" -eslint@4.7.0: - version "4.7.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.7.0.tgz#d35fc07c472520be3de85b3da11e99c576afd515" +eslint@4.7.1: + version "4.7.1" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.7.1.tgz#849804136953ebe366782f9f8611e2cbd1b54681" dependencies: ajv "^5.2.0" babel-code-frame "^6.22.0" -- GitLab