From 6c2775c30b96f58509eb014c0bf1bdd556c600a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <renovate[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2017 12:29:09 +0000 Subject: [PATCH] chore(deps): update dependency eslint to v4.5.0 --- package.json | 2 +- yarn.lock | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index c34eac799c..f65608f3dd 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "babel-plugin-transform-object-rest-spread": "6.26.0", "chai": "4.1.1", "condition-circle": "1.5.0", - "eslint": "4.4.1", + "eslint": "4.5.0", "eslint-config-airbnb-base": "11.3.1", "eslint-config-prettier": "2.3.0", "eslint-plugin-import": "2.7.0", diff --git a/yarn.lock b/yarn.lock index b89a5dbf1e..c463d9b06f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -641,7 +641,7 @@ chalk@1.1.3, chalk@^1.1.1, chalk@^1.1.3: strip-ansi "^3.0.0" supports-color "^2.0.0" -chalk@2.1.0, chalk@^2.0.0: +chalk@2.1.0, chalk@^2.0.0, chalk@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.1.0.tgz#ac5becf14fa21b99c6c92ca7a7d7cfd5b17e743e" dependencies: @@ -1088,13 +1088,13 @@ eslint-scope@^3.7.1: esrecurse "^4.1.0" estraverse "^4.1.1" -eslint@4.4.1: - version "4.4.1" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.4.1.tgz#99cd7eafcffca2ff99a5c8f5f2a474d6364b4bd3" +eslint@4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.5.0.tgz#bb75d3b8bde97fb5e13efcd539744677feb019c3" dependencies: ajv "^5.2.0" babel-code-frame "^6.22.0" - chalk "^1.1.3" + chalk "^2.1.0" concat-stream "^1.6.0" cross-spawn "^5.1.0" debug "^2.6.8" @@ -1125,6 +1125,7 @@ eslint@4.4.1: progress "^2.0.0" require-uncached "^1.0.3" semver "^5.3.0" + strip-ansi "^4.0.0" strip-json-comments "~2.0.1" table "^4.0.1" text-table "~0.2.0" -- GitLab