From 7cdf7a6eb7e686b63cc6c7943f836424080b8853 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2019 22:33:21 +0000 Subject: [PATCH 1/2] chore(package): update eslint-plugin-import to version 2.18.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e2800d2..74a6051 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@babel/register": "7.4.4", "eslint": "5.16.0", "eslint-config-airbnb": "17.1.0", - "eslint-plugin-import": "2.17.3", + "eslint-plugin-import": "2.18.0", "eslint-plugin-jsx-a11y": "6.1.2", "eslint-plugin-react": "7.13.0", "mocha": "6.1.4", From 8f8554cc075414266b6bd2b6fc4a2b0ac0008be7 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2019 22:33:27 +0000 Subject: [PATCH 2/2] chore(package): update lockfile yarn.lock --- yarn.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yarn.lock b/yarn.lock index fab1a0d..68641b9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1589,10 +1589,10 @@ eslint-module-utils@^2.4.0: debug "^2.6.8" pkg-dir "^2.0.0" -eslint-plugin-import@2.17.3: - version "2.17.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.17.3.tgz#00548b4434c18faebaba04b24ae6198f280de189" - integrity sha512-qeVf/UwXFJbeyLbxuY8RgqDyEKCkqV7YC+E5S5uOjAp4tOc8zj01JP3ucoBM8JcEqd1qRasJSg6LLlisirfy0Q== +eslint-plugin-import@2.18.0: + version "2.18.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.18.0.tgz#7a5ba8d32622fb35eb9c8db195c2090bd18a3678" + integrity sha512-PZpAEC4gj/6DEMMoU2Df01C5c50r7zdGIN52Yfi7CvvWaYssG7Jt5R9nFG5gmqodxNOz9vQS87xk6Izdtpdrig== dependencies: array-includes "^3.0.3" contains-path "^0.1.0"