From 6b11a3c089131fbaa1fd62c8318855f9c5e2a43e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 13 Nov 2021 10:11:17 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-flowtype to v8 --- package.json | 4 ++-- yarn.lock | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 217e15c1..ba30cd1e 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint-config-problems": "^5.0.0", "eslint-plugin-babel": "^5.3.1", "eslint-plugin-eslint-comments": "^3.2.0", - "eslint-plugin-flowtype": "^5.10.0", + "eslint-plugin-flowtype": "^8.0.3", "eslint-plugin-goodeggs": "^12.2.0", "eslint-plugin-import": "^2.25.3", "eslint-plugin-jest": "^24.7.0", @@ -71,7 +71,7 @@ "eslint-config-problems": "^5.0.0", "eslint-plugin-babel": "^5.3.1", "eslint-plugin-eslint-comments": "^3.2.0", - "eslint-plugin-flowtype": "^5.10.0", + "eslint-plugin-flowtype": "^8.0.3", "eslint-plugin-import": "^2.25.3", "eslint-plugin-jest": "^24.7.0", "eslint-plugin-lodash": "^7.3.0", diff --git a/yarn.lock b/yarn.lock index 7dd76f39..8152596e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2820,11 +2820,12 @@ eslint-plugin-eslint-comments@^3.2.0: escape-string-regexp "^1.0.5" ignore "^5.0.5" -eslint-plugin-flowtype@^5.10.0: - version "5.10.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.10.0.tgz#7764cc63940f215bf3f0bd2d9a1293b2b9b2b4bb" +eslint-plugin-flowtype@^8.0.3: + version "8.0.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz#e1557e37118f24734aa3122e7536a038d34a4912" + integrity sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ== dependencies: - lodash "^4.17.15" + lodash "^4.17.21" string-natural-compare "^3.0.1" eslint-plugin-goodeggs@^12.2.0: