diff --git a/src/eslint-config-adeira/package.json b/src/eslint-config-adeira/package.json index ec37c8e987..b0f87498e7 100644 --- a/src/eslint-config-adeira/package.json +++ b/src/eslint-config-adeira/package.json @@ -21,7 +21,7 @@ "eslint-plugin-adeira": "^0.14.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-fb-flow": "^0.0.4", - "eslint-plugin-flowtype": "^6.1.1", + "eslint-plugin-flowtype": "^7.0.0", "eslint-plugin-import": "^2.25.2", "eslint-plugin-jest": "^25.2.2", "eslint-plugin-jsx-a11y": "^6.4.1", diff --git a/yarn.lock b/yarn.lock index d660567ca2..d3c6e7276b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8855,10 +8855,10 @@ eslint-plugin-fb-flow@^0.0.4: resolved "https://registry.yarnpkg.com/eslint-plugin-fb-flow/-/eslint-plugin-fb-flow-0.0.4.tgz#47fa51630a5620b3b03919194e783ddfc094fd5d" integrity sha512-VWRoULiRkYqgeX4uCw2uIuu4v5DOhtWC+4fLM+qXX2mUtLf07znqhyTtxwIugnX8MgPczkaKmtDPrkuhvFmAoA== -eslint-plugin-flowtype@^6.1.1: - version "6.1.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-6.1.1.tgz#3358705e9285a53e4cc1b50ec7ab753d8ae07e3b" - integrity sha512-5RodSeZvKh1N0kppB9dSSO0ZqB8rHjdX9BUTVQUBnEzR3QU5aQVKEUlBJE7I7U7rhbJMxe3aHPmt/jD4+5Ya6g== +eslint-plugin-flowtype@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-7.0.0.tgz#da07684b5f0caf7c42ed013c2d0c04dbaf2960f4" + integrity sha512-kW3eipG2Vth6e0apYqmFs05IHhFklJJNokYNiNEO5AIjm7H29oTDybYNB2bMULUYcf7iX7Wf3GdRhfBORKcT1g== dependencies: lodash "^4.17.21" string-natural-compare "^3.0.1"