From b9e3af7aa7dea7a1ed75972ba9c63f7d6754abd0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 23:10:21 +0000 Subject: [PATCH] Bump eslint-plugin-flowtype from 2.50.3 to 5.7.1 Bumps [eslint-plugin-flowtype](https://github.com/gajus/eslint-plugin-flowtype) from 2.50.3 to 5.7.1. - [Release notes](https://github.com/gajus/eslint-plugin-flowtype/releases) - [Commits](https://github.com/gajus/eslint-plugin-flowtype/compare/v2.50.3...v5.7.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 13be02b..0da235d --- a/package.json +++ b/package.json @@ -26,6 +26,6 @@ "homepage": "https://github.com/rizalibnu/react-native-scroll-up#readme", "devDependencies": { "eslint-config-airbnb": "^16.1.0", - "eslint-plugin-flowtype": "^2.46.1" + "eslint-plugin-flowtype": "^5.7.1" } }