diff --git a/package-lock.json b/package-lock.json index eb6cf199b..608de9b1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4529,9 +4529,9 @@ } }, "eslint-plugin-flowtype": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-4.0.0.tgz", - "integrity": "sha512-Rs+kYKuAD6nWdRAvJJR58LCPF49ws8LDkYdpadSW/PPBuRG4BOEP6yE+LmmL3fPfvEif6NO8zaO8NwDPArZUPw==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-4.3.0.tgz", + "integrity": "sha512-elvqoadMHnYqSYN1YXn02DR7SFW8Kc2CLe8na3m2GdQPQhIY+BgCd2quVJ1AbW3aO0zcyE9loVJ7Szy8A/xlMA==", "dev": true, "requires": { "lodash": "^4.17.15" diff --git a/package.json b/package.json index e076967ac..2bb8c95b6 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "core-js": "3.2.1", "cross-env": "5.2.1", "eslint": "6.3.0", - "eslint-plugin-flowtype": "4.0.0", + "eslint-plugin-flowtype": "4.3.0", "express": "4.17.1", "gulp": "4.0.2", "gulp-babel": "8.0.0",