diff --git a/maker-frontend/package.json b/maker-frontend/package.json index 08ba631..6e8192a 100644 --- a/maker-frontend/package.json +++ b/maker-frontend/package.json @@ -28,7 +28,7 @@ "babel-eslint": "^10.1.0", "eslint": "^7.32.0", "eslint-config-react-app": "^6.0.0", - "eslint-plugin-flowtype": "^5.9.2", + "eslint-plugin-flowtype": "^5.10.0", "eslint-plugin-import": "^2.24.2", "eslint-plugin-jest": "^24.4.0", "eslint-plugin-jsx-a11y": "^6.4.1", diff --git a/maker-frontend/yarn.lock b/maker-frontend/yarn.lock index c5d0d72..e2eb7e6 100644 --- a/maker-frontend/yarn.lock +++ b/maker-frontend/yarn.lock @@ -5719,10 +5719,10 @@ eslint-module-utils@^2.6.2: debug "^3.2.7" pkg-dir "^2.0.0" -eslint-plugin-flowtype@^5.2.0, eslint-plugin-flowtype@^5.9.2: - version "5.9.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.9.2.tgz#aac08cd26ee4da79cba0e40c3877bb4d96a74ebc" - integrity sha512-qxE/eo9DCN7800MIB/O1ToOiFuOPOlaMJWQY2BEm69oY7RCm3s2X1z4CdgtFvDDWf9RSSugZm1KRhdBMBueKbg== +eslint-plugin-flowtype@^5.10.0, eslint-plugin-flowtype@^5.2.0: + version "5.10.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.10.0.tgz#7764cc63940f215bf3f0bd2d9a1293b2b9b2b4bb" + integrity sha512-vcz32f+7TP+kvTUyMXZmCnNujBQZDNmcqPImw8b9PZ+16w1Qdm6ryRuYZYVaG9xRqqmAPr2Cs9FAX5gN+x/bjw== dependencies: lodash "^4.17.15" string-natural-compare "^3.0.1"