diff --git a/package.json b/package.json index 1b460a4..1274491 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint": "^5.0.0", "eslint-config-airbnb-base": "^12.1.0", "eslint-config-prettier": "^2.6.0", - "eslint-plugin-flowtype": "^2.42.0", + "eslint-plugin-flowtype": "^3.0.0", "eslint-plugin-import": "^2.8.0", "eslint-plugin-prettier": "^2.6.0", "fetch-mock": "^6.0.0", diff --git a/yarn.lock b/yarn.lock index 809527e..3735aa4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1977,11 +1977,11 @@ eslint-module-utils@^2.1.1: debug "^2.6.8" pkg-dir "^1.0.0" -eslint-plugin-flowtype@^2.42.0: - version "2.46.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.46.1.tgz#c4f81d580cd89c82bc3a85a1ccf4ae3a915143a4" +eslint-plugin-flowtype@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.0.0.tgz#4b72588d8a5a5c836439752fe52e8e0f4b9954df" dependencies: - lodash "^4.15.0" + lodash "^4.17.10" eslint-plugin-import@^2.8.0: version "2.9.0" @@ -3823,10 +3823,14 @@ lodash.toarray@^4.4.0: version "4.4.0" resolved "https://registry.yarnpkg.com/lodash.toarray/-/lodash.toarray-4.4.0.tgz#24c4bfcd6b2fba38bfd0594db1179d8e9b656561" -lodash@^4.0.0, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0: +lodash@^4.0.0, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0: version "4.17.5" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511" +lodash@^4.17.10: + version "4.17.11" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d" + lodash@^4.17.5: version "4.17.10" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"