From 9ba74c9fdf22e6073f50f7c9aa03162ead93bca2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 3 Apr 2018 19:17:42 +0000 Subject: [PATCH 1/2] Bump eslint-plugin-import from 2.9.0 to 2.10.0 Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.9.0 to 2.10.0. - [Release notes](https://github.com/benmosher/eslint-plugin-import/releases) - [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.9.0...v2.10.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 43f79d8d3..a7042016c 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "eslint-config-prettier": "^2.9.0", "eslint-import-resolver-webpack": "^0.9.0", "eslint-plugin-flowtype": "^2.46.1", - "eslint-plugin-import": "^2.9.0", + "eslint-plugin-import": "^2.10.0", "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-prettier": "^2.6.0", "eslint-plugin-react": "^7.7.0", diff --git a/yarn.lock b/yarn.lock index bc66038aa..971f778b5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3341,9 +3341,9 @@ eslint-import-resolver-webpack@^0.9.0: resolve "^1.4.0" semver "^5.3.0" -eslint-module-utils@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.1.1.tgz#abaec824177613b8a95b299639e1b6facf473449" +eslint-module-utils@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.2.0.tgz#b270362cd88b1a48ad308976ce7fa54e98411746" dependencies: debug "^2.6.8" pkg-dir "^1.0.0" @@ -3354,16 +3354,16 @@ eslint-plugin-flowtype@^2.46.1: dependencies: lodash "^4.15.0" -eslint-plugin-import@^2.9.0: - version "2.9.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.9.0.tgz#26002efbfca5989b7288ac047508bd24f217b169" +eslint-plugin-import@^2.10.0: + version "2.10.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.10.0.tgz#fa09083d5a75288df9c6c7d09fe12255985655e7" dependencies: builtin-modules "^1.1.1" contains-path "^0.1.0" debug "^2.6.8" doctrine "1.5.0" eslint-import-resolver-node "^0.3.1" - eslint-module-utils "^2.1.1" + eslint-module-utils "^2.2.0" has "^1.0.1" lodash "^4.17.4" minimatch "^3.0.3" -- 2.45.3 From 9d8f0010ad6ae23ff97dbf65cdce6106ffa99f04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 3 Apr 2018 15:17:42 -0400 Subject: [PATCH 2/2] build: bump yarnhook from 0.1.1 to 0.2.0 (#1244) Bumps [yarnhook](https://github.com/frontsideair/yarnhook) from 0.1.1 to 0.2.0. - [Release notes](https://github.com/frontsideair/yarnhook/releases) - [Commits](https://github.com/frontsideair/yarnhook/compare/v0.1.1...v0.2.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 43f79d8d3..f6df25950 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "sass-loader": "^6.0.7", "webpack": "^3.10.0", "webpack-build-notifier": "^0.1.23", - "yarnhook": "^0.1.1" + "yarnhook": "^0.2.0" }, "engines": { "node": ">=7", diff --git a/yarn.lock b/yarn.lock index bc66038aa..24a679f45 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9651,9 +9651,9 @@ yargs@~3.10.0: decamelize "^1.0.0" window-size "0.1.0" -yarnhook@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/yarnhook/-/yarnhook-0.1.1.tgz#6e67757327e6390cb313f371bdc44ded7c5e047b" +yarnhook@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/yarnhook/-/yarnhook-0.2.0.tgz#291e49db6066df2d8f745087c407362042a0d055" dependencies: execa "^0.8.0" find-parent-dir "^0.3.0" -- 2.45.3