diff --git a/package-lock.json b/package-lock.json index b8c38cf1ff..128ac9720a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13756,9 +13756,9 @@ } }, "eslint-plugin-flowtype": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.1.3.tgz", - "integrity": "sha512-UU+BbIxBflqJ171yxbd/HcOktCmOdhXbchIVIq/yBvKpLZXvfzNDOyJGcnuQYLaH840hdoIdU/bqxhoW6I0rIQ==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.2.0.tgz", + "integrity": "sha512-z7ULdTxuhlRJcEe1MVljePXricuPOrsWfScRXFhNzVD5dmTHWjIF57AxD0e7AbEoLSbjSsaA5S+hCg43WvpXJQ==", "dev": true, "requires": { "lodash": "^4.17.15", diff --git a/package.json b/package.json index 7ab554070a..c0b43a74b0 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "cucumber": "git+https://github.com/SebastienGllmt/cucumber-js.git", "eslint": "7.2.0", "eslint-config-airbnb": "18.1.0", - "eslint-plugin-flowtype": "5.1.3", + "eslint-plugin-flowtype": "5.2.0", "eslint-plugin-import": "2.21.2", "eslint-plugin-jsx-a11y": "6.2.3", "eslint-plugin-no-floating-promise": "git+https://github.com/SebastienGllmt/eslint-plugin-no-floating-promise.git",