From 6578d95a2ee89c013dd92cfae6a77b5396d05862 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 3 Aug 2021 06:15:56 +0000 Subject: [PATCH] Bump eslint-plugin-flowtype from 2.39.1 to 5.9.0 Bumps [eslint-plugin-flowtype](https://github.com/gajus/eslint-plugin-flowtype) from 2.39.1 to 5.9.0. - [Release notes](https://github.com/gajus/eslint-plugin-flowtype/releases) - [Commits](https://github.com/gajus/eslint-plugin-flowtype/compare/v2.39.1...v5.9.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 19 ++++++++++++------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 46bb639..62e9d69 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "babel-preset-es2015-rollup": "^3.0.0", "babel-preset-flow": "^6.23.0", "babel-register": "^6.26.0", - "eslint-plugin-flowtype": "^2.39.1", + "eslint-plugin-flowtype": "^5.9.0", "flow-bin": "^0.59.0", "flow-copy-source": "^1.2.1", "mocha": "^4.0.1", diff --git a/yarn.lock b/yarn.lock index 7ab9eff..401d0e9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1280,11 +1280,12 @@ eslint-module-utils@^2.0.0: debug "^2.6.8" pkg-dir "^1.0.0" -eslint-plugin-flowtype@^2.39.1: - version "2.39.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.39.1.tgz#b5624622a0388bcd969f4351131232dcb9649cd5" +eslint-plugin-flowtype@^5.9.0: + version "5.9.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.9.0.tgz#8d2d81d3d79bb53470ed62b97409b31684757e30" dependencies: - lodash "^4.15.0" + lodash "^4.17.15" + string-natural-compare "^3.0.1" eslint-plugin-import@~2.2.0: version "2.2.0" @@ -2234,9 +2235,9 @@ lodash.isequal@^4.5.0: version "4.5.0" resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0" -lodash@^4.0.0, lodash@^4.15.0, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0: - version "4.17.19" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b" +lodash@^4.0.0, lodash@^4.17.15, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0: + version "4.17.21" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" loose-envify@^1.0.0: version "1.3.1" @@ -3176,6 +3177,10 @@ stream-combiner@~0.0.4: dependencies: duplexer "~0.1.1" +string-natural-compare@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4" + string-width@^1.0.1, string-width@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3"