diff --git a/package-lock.json b/package-lock.json index 17f2214..28ca6cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "eslint": "7.27.0", "eslint-config-prettier": "8.3.0", "eslint-config-react-app": "6.0.0", - "eslint-plugin-flowtype": "5.7.2", + "eslint-plugin-flowtype": "5.8.1", "eslint-plugin-import": "2.23.3", "eslint-plugin-jsx-a11y": "6.4.1", "eslint-plugin-prettier": "3.4.0", @@ -5924,9 +5924,9 @@ } }, "node_modules/eslint-plugin-flowtype": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.7.2.tgz", - "integrity": "sha512-7Oq/N0+3nijBnYWQYzz/Mp/7ZCpwxYvClRyW/PLAmimY9uLCBvoXsNsERcJdkKceyOjgRbFhhxs058KTrne9Mg==", + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.8.1.tgz", + "integrity": "sha512-ADe4cYAn1UYVs1P1F9wKDNP2lbm3JtwbFykxJpO129utErjAhRZYQJCIKmhy6Rpx7Q9p8pc3gLVIFXtatXJriQ==", "dev": true, "dependencies": { "lodash": "^4.17.15", @@ -5934,6 +5934,9 @@ }, "engines": { "node": "^10.12.0 || >=12.0.0" + }, + "peerDependencies": { + "eslint": "^7.1.0" } }, "node_modules/eslint-plugin-import": { @@ -24201,9 +24204,9 @@ } }, "eslint-plugin-flowtype": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.7.2.tgz", - "integrity": "sha512-7Oq/N0+3nijBnYWQYzz/Mp/7ZCpwxYvClRyW/PLAmimY9uLCBvoXsNsERcJdkKceyOjgRbFhhxs058KTrne9Mg==", + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.8.1.tgz", + "integrity": "sha512-ADe4cYAn1UYVs1P1F9wKDNP2lbm3JtwbFykxJpO129utErjAhRZYQJCIKmhy6Rpx7Q9p8pc3gLVIFXtatXJriQ==", "dev": true, "requires": { "lodash": "^4.17.15", diff --git a/package.json b/package.json index 146787e..ed9dbdc 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "eslint": "7.27.0", "eslint-config-prettier": "8.3.0", "eslint-config-react-app": "6.0.0", - "eslint-plugin-flowtype": "5.7.2", + "eslint-plugin-flowtype": "5.8.1", "eslint-plugin-import": "2.23.3", "eslint-plugin-jsx-a11y": "6.4.1", "eslint-plugin-prettier": "3.4.0",