From 9bdd59b009915df99f6d7f286a21917ea2b834e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Mon, 22 Jan 2018 18:13:15 +0000 Subject: [PATCH] Update dependency eslint to v4.16.0 https://github.com/fusionjs/fusion-core/pull/92 --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index ff815aaf..d3a7c618 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "babel-eslint": "8.2.1", "babel-plugin-transform-flow-strip-types": "6.22.0", "create-universal-package": "3.2.6", - "eslint": "4.15.0", + "eslint": "4.16.0", "eslint-config-fusion": "0.1.2", "eslint-plugin-cup": "1.0.0", "eslint-plugin-flowtype": "2.41.0", diff --git a/yarn.lock b/yarn.lock index 15cfea69..935deabb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1630,7 +1630,7 @@ diffie-hellman@^5.0.0: miller-rabin "^4.0.0" randombytes "^2.0.0" -doctrine@^2.0.0, doctrine@^2.0.2: +doctrine@^2.0.0, doctrine@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d" dependencies: @@ -1866,9 +1866,9 @@ eslint-visitor-keys@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d" -eslint@4.15.0: - version "4.15.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.15.0.tgz#89ab38c12713eec3d13afac14e4a89e75ef08145" +eslint@4.16.0: + version "4.16.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.16.0.tgz#934ada9e98715e1d7bbfd6f6f0519ed2fab35cc1" dependencies: ajv "^5.3.0" babel-code-frame "^6.22.0" @@ -1876,7 +1876,7 @@ eslint@4.15.0: concat-stream "^1.6.0" cross-spawn "^5.1.0" debug "^3.1.0" - doctrine "^2.0.2" + doctrine "^2.1.0" eslint-scope "^3.7.1" eslint-visitor-keys "^1.0.0" espree "^3.5.2"