Skip to content

Commit 833a348

Browse files
committed
update lodash and eslint-plugin-flowtype
1 parent 99942b0 commit 833a348

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"html-entities": "1.2.1",
8888
"htmlparser2": "3.9.2",
8989
"keyword-search": "0.1.1",
90-
"lodash": "4.17.9",
90+
"lodash": "4.17.10",
9191
"moment": "2.22.1",
9292
"moment-timezone": "0.5.17",
9393
"p-props": "1.2.0",
@@ -142,7 +142,7 @@
142142
"eslint": "4.19.1",
143143
"eslint-config-prettier": "2.9.0",
144144
"eslint-plugin-babel": "5.1.0",
145-
"eslint-plugin-flowtype": "2.47.0",
145+
"eslint-plugin-flowtype": "2.49.3",
146146
"eslint-plugin-react": "7.8.2",
147147
"eslint-plugin-react-native": "3.2.0",
148148
"flow-bin": "0.67.1",

yarn.lock

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2367,11 +2367,11 @@ [email protected]:
23672367
dependencies:
23682368
eslint-rule-composer "^0.3.0"
23692369

2370-
eslint-plugin-flowtype@2.46.3:
2371-
version "2.46.3"
2372-
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.46.3.tgz#7e84131d87ef18b496b1810448593374860b4e8e"
2370+
eslint-plugin-flowtype@2.49.3:
2371+
version "2.49.3"
2372+
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.49.3.tgz#ccca6ee5ba2027eb3ed36bc2ec8c9a842feee841"
23732373
dependencies:
2374-
lodash "^4.15.0"
2374+
lodash "^4.17.10"
23752375

23762376
eslint-plugin-react-native-globals@^0.1.1:
23772377
version "0.1.2"
@@ -4245,18 +4245,14 @@ lodash.throttle@^4.1.1:
42454245
version "4.1.1"
42464246
resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4"
42474247

4248-
4249-
version "4.17.9"
4250-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.9.tgz#9c056579af0bdbb4322e23c836df13ef2b271cb7"
4248+
[email protected].10, lodash@^4.0.0, lodash@^4.1.0, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.16.4, lodash@^4.17.10, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.6.1:
4249+
version "4.17.10"
4250+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
42514251

42524252
lodash@^3.5.0:
42534253
version "3.10.1"
42544254
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
42554255

4256-
lodash@^4.0.0, lodash@^4.1.0, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.16.4, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.6.1:
4257-
version "4.17.5"
4258-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511"
4259-
42604256
log-symbols@^1.0.2:
42614257
version "1.0.2"
42624258
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-1.0.2.tgz#376ff7b58ea3086a0f09facc74617eca501e1a18"

0 commit comments

Comments
 (0)