diff --git a/package.json b/package.json index 7765deff6248a092343c7e3c603121328a3e96dc..85811c2a99f27430030df6e4bf814656c035d3d5 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "eslint": "4.18.1", "eslint-config-airbnb-base": "12.1.0", "eslint-config-prettier": "2.9.0", - "eslint-plugin-import": "2.8.0", + "eslint-plugin-import": "2.9.0", "eslint-plugin-promise": "3.6.0", "jest": "22.4.2", "mockdate": "2.0.2", diff --git a/yarn.lock b/yarn.lock index 405a6dd4e1db2e8422b3a8a3cb5ec275d1c678e6..af57b5eed96ef156ac28f41522d65f6f371b0040 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1503,9 +1503,9 @@ eslint-module-utils@^2.1.1: debug "^2.6.8" pkg-dir "^1.0.0" -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" +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" dependencies: builtin-modules "^1.1.1" contains-path "^0.1.0" @@ -1514,7 +1514,7 @@ eslint-plugin-import@2.8.0: eslint-import-resolver-node "^0.3.1" eslint-module-utils "^2.1.1" has "^1.0.1" - lodash.cond "^4.3.0" + lodash "^4.17.4" minimatch "^3.0.3" read-pkg-up "^2.0.0" @@ -3364,10 +3364,6 @@ lodash.clonedeep@~4.5.0: version "4.5.0" resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef" -lodash.cond@^4.3.0: - version "4.5.2" - resolved "https://registry.yarnpkg.com/lodash.cond/-/lodash.cond-4.5.2.tgz#f471a1da486be60f6ab955d17115523dd1d255d5" - lodash.endswith@^4.2.1: version "4.2.1" resolved "https://registry.yarnpkg.com/lodash.endswith/-/lodash.endswith-4.2.1.tgz#fed59ac1738ed3e236edd7064ec456448b37bc09"