Skip to content

Commit d0b95e5

Browse files
committed
Update dependency eslint-plugin-flowtype to v2.50.1
1 parent a69daed commit d0b95e5

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"dotenv": "4.0.0",
4949
"eslint": "4.15.0",
5050
"eslint-config-airbnb": "15.1.0",
51-
"eslint-plugin-flowtype": "2.41.0",
51+
"eslint-plugin-flowtype": "2.50.1",
5252
"eslint-plugin-import": "2.8.0",
5353
"eslint-plugin-jsx-a11y": "5.1.1",
5454
"eslint-plugin-react": "7.3.0",

yarn.lock

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2544,11 +2544,11 @@ eslint-module-utils@^2.1.1:
25442544
debug "^2.6.8"
25452545
pkg-dir "^1.0.0"
25462546

2547-
eslint-plugin-flowtype@2.41.0:
2548-
version "2.41.0"
2549-
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.41.0.tgz#fd5221c60ba917c059d7ef69686a99cca09fd871"
2547+
eslint-plugin-flowtype@2.50.1:
2548+
version "2.50.1"
2549+
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.50.1.tgz#36d4c961ac8b9e9e1dc091d3fba0537dad34ae8a"
25502550
dependencies:
2551-
lodash "^4.15.0"
2551+
lodash "^4.17.10"
25522552

25532553
25542554
version "2.8.0"
@@ -4276,10 +4276,14 @@ lodash.uniq@^4.5.0:
42764276
version "4.5.0"
42774277
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
42784278

4279-
lodash@^4.0.0, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.5.1, lodash@^4.6.1:
4279+
lodash@^4.0.0, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.5.1, lodash@^4.6.1:
42804280
version "4.17.4"
42814281
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
42824282

4283+
lodash@^4.17.10:
4284+
version "4.17.11"
4285+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
4286+
42834287
lodash@~1.3.1:
42844288
version "1.3.1"
42854289
resolved "https://registry.yarnpkg.com/lodash/-/lodash-1.3.1.tgz#a4663b53686b895ff074e2ba504dfb76a8e2b770"

0 commit comments

Comments
 (0)