From 5ef99787d45d3b0d86af8bdc708a17de7f546b4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 21:09:55 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-flowtype to v8 --- package.json | 4 ++-- yarn.lock | 11 ++++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index f3b624c4..25751c2e 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "eslint-config-problems": "^6.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": "^15.0.1", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jest": "^27.0.4", @@ -70,7 +70,7 @@ "eslint-config-problems": "^6.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.31.0", "eslint-plugin-jest": "^27.0.4", "eslint-plugin-lodash": "^7.4.0", diff --git a/yarn.lock b/yarn.lock index e59b985a..9279184a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3283,11 +3283,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@^15.0.1: @@ -4932,7 +4933,7 @@ lodash.merge@^4.6.2: version "4.6.2" resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a" -lodash@^4.17.11, lodash@^4.17.15: +lodash@^4.17.11: version "4.17.15" resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"