From ba1eae2524b0c726e277f8e8f2d3886cd0477731 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 22:19:42 +0000 Subject: [PATCH] Bump eslint-plugin-flowtype from 2.50.3 to 5.9.0 Bumps [eslint-plugin-flowtype](https://github.com/gajus/eslint-plugin-flowtype) from 2.50.3 to 5.9.0. - [Release notes](https://github.com/gajus/eslint-plugin-flowtype/releases) - [Commits](https://github.com/gajus/eslint-plugin-flowtype/compare/v2.50.3...v5.9.0) 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..69a4165 --- 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.9.0" } }