diff --git a/desktop/doctor/package.json b/desktop/doctor/package.json index 6fe7226c5..4ba5ee86d 100644 --- a/desktop/doctor/package.json +++ b/desktop/doctor/package.json @@ -12,7 +12,7 @@ "@typescript-eslint/eslint-plugin": "^2.8.0", "eslint": "^6.6.0", "eslint-plugin-babel": "^5.3.0", - "eslint-plugin-flowtype": "^4.5.2", + "eslint-plugin-flowtype": "^4.7.0", "eslint-plugin-header": "^3.0.0", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-prettier": "^3.1.1", diff --git a/desktop/package.json b/desktop/package.json index 2ae48d92c..ab0a3cccb 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -165,7 +165,7 @@ "eslint-config-prettier": "^6.10.1", "eslint-import-resolver-typescript": "^2.0.0", "eslint-plugin-babel": "^5.3.0", - "eslint-plugin-flowtype": "^4.3.0", + "eslint-plugin-flowtype": "^4.7.0", "eslint-plugin-header": "^3.0.0", "eslint-plugin-import": "^2.19.1", "eslint-plugin-jsx-a11y": "^6.0.3", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 4a9612110..8c8823c94 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -5248,10 +5248,10 @@ eslint-plugin-es@^3.0.0: eslint-utils "^2.0.0" regexpp "^3.0.0" -eslint-plugin-flowtype@^4.3.0, eslint-plugin-flowtype@^4.5.2: - version "4.6.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-4.6.0.tgz#82b2bd6f21770e0e5deede0228e456cb35308451" - integrity sha512-W5hLjpFfZyZsXfo5anlu7HM970JBDqbEshAJUkeczP6BFCIfJXuiIBQXyberLRtOStT0OGPF8efeTbxlHk4LpQ== +eslint-plugin-flowtype@^4.7.0: + version "4.7.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-4.7.0.tgz#903a6ea3eb5cbf4c7ba7fa73cc43fc39ab7e4a70" + integrity sha512-M+hxhSCk5QBEValO5/UqrS4UunT+MgplIJK5wA1sCtXjzBcZkpTGRwxmLHhGpbHcrmQecgt6ZL/KDdXWqGB7VA== dependencies: lodash "^4.17.15"