From 4ca92f626d7eacede36401793eacd44732c1734c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 16 Nov 2017 07:14:42 +0000 Subject: [PATCH 1/2] Bump eslint-import-resolver-node from 0.2.3 to 0.3.1 Bumps [eslint-import-resolver-node](https://github.com/benmosher/eslint-plugin-import) from 0.2.3 to 0.3.1. - [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/benmosher/eslint-plugin-import/compare/resolvers/webpack/v0.2.3...resolvers/webpack/0.3.1) --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5028f1e..0718860 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "eslint": "^3.10.2", "eslint-config-airbnb": "15.0.1", "eslint-config-airbnb-base": "~11.2.0", - "eslint-import-resolver-node": "^0.2.3", + "eslint-import-resolver-node": "^0.3.1", "eslint-module-utils": "^2.0.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "5.0.1", diff --git a/yarn.lock b/yarn.lock index c75b9f2..f897cd7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2236,7 +2236,7 @@ eslint-config-react-app@^1.0.3: version "1.0.5" resolved "https://registry.yarnpkg.com/eslint-config-react-app/-/eslint-config-react-app-1.0.5.tgz#98337597bc01cc22991fcbdda07451f3b4511718" -eslint-import-resolver-node@^0.2.0, eslint-import-resolver-node@^0.2.3: +eslint-import-resolver-node@^0.2.0: version "0.2.3" resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.2.3.tgz#5add8106e8c928db2cba232bcd9efa846e3da16c" dependencies: From 38aa8891dccca26d07143c9889a006ec406b33c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 16 Nov 2017 08:19:22 +0000 Subject: [PATCH 2/2] Bump eslint-plugin-import from 2.7.0 to 2.8.0 Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.7.0 to 2.8.0. - [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/benmosher/eslint-plugin-import/commits) --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 0718860..91a52dc 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "eslint-config-airbnb-base": "~11.2.0", "eslint-import-resolver-node": "^0.3.1", "eslint-module-utils": "^2.0.0", - "eslint-plugin-import": "^2.2.0", + "eslint-plugin-import": "^2.8.0", "eslint-plugin-jsx-a11y": "5.0.1", "eslint-plugin-react": "~7.0.1", "fakerest": "^1.2.1", diff --git a/yarn.lock b/yarn.lock index f897cd7..fc7f31b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2290,9 +2290,9 @@ eslint-plugin-import@2.2.0: minimatch "^3.0.3" pkg-up "^1.0.0" -eslint-plugin-import@^2.2.0: - version "2.7.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.7.0.tgz#21de33380b9efb55f5ef6d2e210ec0e07e7fa69f" +eslint-plugin-import@^2.8.0: + version "2.8.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.8.0.tgz#fa1b6ef31fcb3c501c09859c1b86f1fc5b986894" dependencies: builtin-modules "^1.1.1" contains-path "^0.1.0"