Skip to content

Commit 6e23d19

Browse files
dependabot[bot]gaykov
authored andcommitted
Bump lodash from 4.17.11 to 4.17.13 (#34)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.11...4.17.13) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 123f07d commit 6e23d19

File tree

2 files changed

+174
-15
lines changed

2 files changed

+174
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"i18n-js": "^3.2.1",
20-
"lodash": "^4.17.11",
20+
"lodash": "^4.17.13",
2121
"moment": "^2.24.0",
2222
"react": "16.8.3",
2323
"react-native": "0.59.1",

yarn.lock

Lines changed: 173 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
dependencies:
99
"@babel/highlight" "^7.0.0"
1010

11+
"@babel/code-frame@^7.5.5":
12+
version "7.5.5"
13+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d"
14+
dependencies:
15+
"@babel/highlight" "^7.0.0"
16+
1117
"@babel/core@^7.0.0", "@babel/core@^7.1.0":
1218
version "7.3.4"
1319
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.3.4.tgz#921a5a13746c21e32445bf0798680e9d11a6530b"
@@ -46,6 +52,25 @@
4652
semver "^5.4.1"
4753
source-map "^0.5.0"
4854

55+
"@babel/core@^7.4.5":
56+
version "7.5.5"
57+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.5.tgz#17b2686ef0d6bc58f963dddd68ab669755582c30"
58+
dependencies:
59+
"@babel/code-frame" "^7.5.5"
60+
"@babel/generator" "^7.5.5"
61+
"@babel/helpers" "^7.5.5"
62+
"@babel/parser" "^7.5.5"
63+
"@babel/template" "^7.4.4"
64+
"@babel/traverse" "^7.5.5"
65+
"@babel/types" "^7.5.5"
66+
convert-source-map "^1.1.0"
67+
debug "^4.1.0"
68+
json5 "^2.1.0"
69+
lodash "^4.17.13"
70+
resolve "^1.3.2"
71+
semver "^5.4.1"
72+
source-map "^0.5.0"
73+
4974
"@babel/generator@^7.0.0", "@babel/generator@^7.3.4":
5075
version "7.3.4"
5176
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.3.4.tgz#9aa48c1989257877a9d971296e5b73bfe72e446e"
@@ -66,6 +91,16 @@
6691
source-map "^0.5.0"
6792
trim-right "^1.0.1"
6893

94+
"@babel/generator@^7.5.5":
95+
version "7.5.5"
96+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.5.tgz#873a7f936a3c89491b43536d12245b626664e3cf"
97+
dependencies:
98+
"@babel/types" "^7.5.5"
99+
jsesc "^2.5.1"
100+
lodash "^4.17.13"
101+
source-map "^0.5.0"
102+
trim-right "^1.0.1"
103+
69104
"@babel/helper-annotate-as-pure@^7.0.0":
70105
version "7.0.0"
71106
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
@@ -217,6 +252,12 @@
217252
dependencies:
218253
"@babel/types" "^7.4.0"
219254

255+
"@babel/helper-split-export-declaration@^7.4.4":
256+
version "7.4.4"
257+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz#ff94894a340be78f53f06af038b205c49d993677"
258+
dependencies:
259+
"@babel/types" "^7.4.4"
260+
220261
"@babel/helper-wrap-function@^7.1.0":
221262
version "7.2.0"
222263
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa"
@@ -242,6 +283,14 @@
242283
"@babel/traverse" "^7.4.0"
243284
"@babel/types" "^7.4.0"
244285

286+
"@babel/helpers@^7.5.5":
287+
version "7.5.5"
288+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.5.tgz#63908d2a73942229d1e6685bc2a0e730dde3b75e"
289+
dependencies:
290+
"@babel/template" "^7.4.4"
291+
"@babel/traverse" "^7.5.5"
292+
"@babel/types" "^7.5.5"
293+
245294
"@babel/highlight@^7.0.0":
246295
version "7.0.0"
247296
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0.tgz#f710c38c8d458e6dd9a201afb637fcb781ce99e4"
@@ -258,6 +307,10 @@
258307
version "7.4.0"
259308
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.0.tgz#6de669e73ac3a32c754280d0fef8fca6aad2c416"
260309

310+
"@babel/parser@^7.4.4", "@babel/parser@^7.5.5":
311+
version "7.5.5"
312+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.5.tgz#02f077ac8817d3df4a832ef59de67565e71cca4b"
313+
261314
"@babel/plugin-external-helpers@^7.0.0":
262315
version "7.2.0"
263316
resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.2.0.tgz#7f4cb7dee651cd380d2034847d914288467a6be4"
@@ -617,6 +670,14 @@
617670
"@babel/parser" "^7.4.0"
618671
"@babel/types" "^7.4.0"
619672

673+
"@babel/template@^7.4.4":
674+
version "7.4.4"
675+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.4.4.tgz#f4b88d1225689a08f5bc3a17483545be9e4ed237"
676+
dependencies:
677+
"@babel/code-frame" "^7.0.0"
678+
"@babel/parser" "^7.4.4"
679+
"@babel/types" "^7.4.4"
680+
620681
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.1.5", "@babel/traverse@^7.3.4":
621682
version "7.3.4"
622683
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.3.4.tgz#1330aab72234f8dea091b08c4f8b9d05c7119e06"
@@ -645,6 +706,20 @@
645706
globals "^11.1.0"
646707
lodash "^4.17.11"
647708

709+
"@babel/traverse@^7.5.5":
710+
version "7.5.5"
711+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.5.tgz#f664f8f368ed32988cd648da9f72d5ca70f165bb"
712+
dependencies:
713+
"@babel/code-frame" "^7.5.5"
714+
"@babel/generator" "^7.5.5"
715+
"@babel/helper-function-name" "^7.1.0"
716+
"@babel/helper-split-export-declaration" "^7.4.4"
717+
"@babel/parser" "^7.5.5"
718+
"@babel/types" "^7.5.5"
719+
debug "^4.1.0"
720+
globals "^11.1.0"
721+
lodash "^4.17.13"
722+
648723
"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.2.2", "@babel/types@^7.3.0", "@babel/types@^7.3.4":
649724
version "7.3.4"
650725
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.3.4.tgz#bf482eaeaffb367a28abbf9357a94963235d90ed"
@@ -661,6 +736,14 @@
661736
lodash "^4.17.11"
662737
to-fast-properties "^2.0.0"
663738

739+
"@babel/types@^7.4.4", "@babel/types@^7.5.5":
740+
version "7.5.5"
741+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.5.tgz#97b9f728e182785909aa4ab56264f090a028d18a"
742+
dependencies:
743+
esutils "^2.0.2"
744+
lodash "^4.17.13"
745+
to-fast-properties "^2.0.0"
746+
664747
"@callstack/react-theme-provider@^1.0.7":
665748
version "1.0.7"
666749
resolved "https://registry.yarnpkg.com/@callstack/react-theme-provider/-/react-theme-provider-1.0.7.tgz#2d2fd1a1d965f36165eaa2e4da28aed1ade75484"
@@ -1081,6 +1164,10 @@ ansi-regex@^4.0.0:
10811164
version "4.0.0"
10821165
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.0.0.tgz#70de791edf021404c3fd615aa89118ae0432e5a9"
10831166

1167+
ansi-regex@^4.1.0:
1168+
version "4.1.0"
1169+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997"
1170+
10841171
ansi-styles@^2.2.1:
10851172
version "2.2.1"
10861173
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
@@ -1768,6 +1855,14 @@ cliui@^4.0.0:
17681855
strip-ansi "^4.0.0"
17691856
wrap-ansi "^2.0.0"
17701857

1858+
cliui@^5.0.0:
1859+
version "5.0.0"
1860+
resolved "https://registry.yarnpkg.com/cliui/-/cliui-5.0.0.tgz#deefcfdb2e800784aa34f46fa08e06851c7bbbc5"
1861+
dependencies:
1862+
string-width "^3.1.0"
1863+
strip-ansi "^5.2.0"
1864+
wrap-ansi "^5.1.0"
1865+
17711866
clone@^1.0.2:
17721867
version "1.0.4"
17731868
resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e"
@@ -1836,7 +1931,7 @@ combined-stream@^1.0.6, combined-stream@~1.0.6:
18361931
dependencies:
18371932
delayed-stream "~1.0.0"
18381933

1839-
commander@^2.11.0, commander@^2.15.1, commander@^2.18.0, commander@^2.19.0, commander@^2.9.0:
1934+
commander@^2.11.0, commander@^2.18.0, commander@^2.19.0, commander@^2.9.0:
18401935
version "2.19.0"
18411936
resolved "https://registry.yarnpkg.com/commander/-/commander-2.19.0.tgz#f6198aa84e5b83c46054b94ddedbfed5ee9ff12a"
18421937

@@ -2270,26 +2365,30 @@ detect-newline@^2.1.0:
22702365
version "2.1.0"
22712366
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-2.1.0.tgz#f41f1c10be4b00e87b5f13da680759f2c5bfd3e2"
22722367

2273-
detox@^9.1.2:
2274-
version "9.1.2"
2275-
resolved "https://registry.yarnpkg.com/detox/-/detox-9.1.2.tgz#f71b9dafcf006ef9a4a456528726b38a107205cf"
2368+
detox@^12.9.0:
2369+
version "12.11.3"
2370+
resolved "https://registry.yarnpkg.com/detox/-/detox-12.11.3.tgz#510de28c47f2542a8bc4ddab4ceaa7859e1db7e9"
22762371
dependencies:
2372+
"@babel/core" "^7.4.5"
22772373
bunyan "^1.8.12"
22782374
bunyan-debug-stream "^1.1.0"
2375+
chalk "^2.4.2"
22792376
child-process-promise "^2.2.0"
2280-
commander "^2.15.1"
22812377
fs-extra "^4.0.2"
2378+
funpermaproxy "^1.0.1"
22822379
get-port "^2.1.0"
22832380
ini "^1.3.4"
22842381
lodash "^4.17.5"
22852382
minimist "^1.2.0"
22862383
proper-lockfile "^3.0.2"
22872384
sanitize-filename "^1.6.1"
22882385
shell-utils "^1.0.9"
2289-
tail "^1.2.3"
2386+
tail "^2.0.0"
22902387
telnet-client "0.15.3"
22912388
tempfile "^2.0.0"
2292-
ws "^1.1.1"
2389+
ws "^3.3.1"
2390+
yargs "^13.0.0"
2391+
yargs-parser "^13.0.0"
22932392

22942393
diff-sequences@^24.3.0:
22952394
version "24.3.0"
@@ -3207,6 +3306,10 @@ functional-red-black-tree@^1.0.1:
32073306
version "1.0.1"
32083307
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
32093308

3309+
funpermaproxy@^1.0.1:
3310+
version "1.0.1"
3311+
resolved "https://registry.yarnpkg.com/funpermaproxy/-/funpermaproxy-1.0.1.tgz#4650e69b7c334d9717c06beba9b339cc08ac3335"
3312+
32103313
gauge@~1.2.5:
32113314
version "1.2.7"
32123315
resolved "https://registry.yarnpkg.com/gauge/-/gauge-1.2.7.tgz#e9cec5483d3d4ee0ef44b60a7d99e4935e136d93"
@@ -3234,6 +3337,10 @@ get-caller-file@^1.0.1:
32343337
version "1.0.3"
32353338
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a"
32363339

3340+
get-caller-file@^2.0.1:
3341+
version "2.0.5"
3342+
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
3343+
32373344
get-port@^2.1.0:
32383345
version "2.1.0"
32393346
resolved "https://registry.yarnpkg.com/get-port/-/get-port-2.1.0.tgz#8783f9dcebd1eea495a334e1a6a251e78887ab1a"
@@ -4790,8 +4897,12 @@ lodash.uniq@^4.5.0:
47904897
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
47914898

47924899
[email protected], lodash@^4.0.0, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.5, lodash@^4.3.0, lodash@^4.6.1:
4793-
version "4.17.11"
4794-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
4900+
version "4.17.15"
4901+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
4902+
4903+
lodash@^4.17.13:
4904+
version "4.17.13"
4905+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.13.tgz#0bdc3a6adc873d2f4e0c4bac285df91b64fc7b93"
47954906

47964907
log-symbols@^2.2.0:
47974908
version "2.2.0"
@@ -6850,6 +6961,10 @@ require-main-filename@^1.0.1:
68506961
version "1.0.1"
68516962
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1"
68526963

6964+
require-main-filename@^2.0.0:
6965+
version "2.0.0"
6966+
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b"
6967+
68536968
requires-port@^1.0.0:
68546969
version "1.0.0"
68556970
resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
@@ -7368,6 +7483,14 @@ string-width@^3.0.0:
73687483
is-fullwidth-code-point "^2.0.0"
73697484
strip-ansi "^5.0.0"
73707485

7486+
string-width@^3.1.0:
7487+
version "3.1.0"
7488+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961"
7489+
dependencies:
7490+
emoji-regex "^7.0.1"
7491+
is-fullwidth-code-point "^2.0.0"
7492+
strip-ansi "^5.1.0"
7493+
73717494
string.prototype.trim@^1.1.2:
73727495
version "1.1.2"
73737496
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.1.2.tgz#d04de2c89e137f4d7d206f086b5ed2fae6be8cea"
@@ -7406,6 +7529,12 @@ strip-ansi@^5.0.0:
74067529
dependencies:
74077530
ansi-regex "^4.0.0"
74087531

7532+
strip-ansi@^5.1.0, strip-ansi@^5.2.0:
7533+
version "5.2.0"
7534+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae"
7535+
dependencies:
7536+
ansi-regex "^4.1.0"
7537+
74097538
strip-bom@^3.0.0:
74107539
version "3.0.0"
74117540
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
@@ -7469,9 +7598,9 @@ table@^5.2.3:
74697598
slice-ansi "^2.1.0"
74707599
string-width "^3.0.0"
74717600

7472-
tail@^1.2.3:
7473-
version "1.4.0"
7474-
resolved "https://registry.yarnpkg.com/tail/-/tail-1.4.0.tgz#884b216220b90804bfe87a4c8174c2efed0e2661"
7601+
tail@^2.0.0:
7602+
version "2.0.2"
7603+
resolved "https://registry.yarnpkg.com/tail/-/tail-2.0.2.tgz#86073f3a9a568807b7fd886897a7350314275b5f"
74757604

74767605
tar@^4:
74777606
version "4.4.8"
@@ -8177,6 +8306,14 @@ wrap-ansi@^2.0.0:
81778306
string-width "^1.0.1"
81788307
strip-ansi "^3.0.1"
81798308

8309+
wrap-ansi@^5.1.0:
8310+
version "5.1.0"
8311+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz#1fd1f67235d5b6d0fee781056001bfb694c03b09"
8312+
dependencies:
8313+
ansi-styles "^3.2.0"
8314+
string-width "^3.0.0"
8315+
strip-ansi "^5.0.0"
8316+
81808317
wrappy@1:
81818318
version "1.0.2"
81828319
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
@@ -8203,7 +8340,7 @@ [email protected]:
82038340
dependencies:
82048341
mkdirp "^0.5.1"
82058342

8206-
ws@^1.1.0, ws@^1.1.1, ws@^1.1.5:
8343+
ws@^1.1.0, ws@^1.1.5:
82078344
version "1.1.5"
82088345
resolved "https://registry.yarnpkg.com/ws/-/ws-1.1.5.tgz#cbd9e6e75e09fc5d2c90015f21f0c40875e0dd51"
82098346
dependencies:
@@ -8275,7 +8412,7 @@ y18n@^3.2.1:
82758412
version "3.2.1"
82768413
resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41"
82778414

8278-
"y18n@^3.2.1 || ^4.0.0":
8415+
"y18n@^3.2.1 || ^4.0.0", y18n@^4.0.0:
82798416
version "4.0.0"
82808417
resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b"
82818418

@@ -8294,6 +8431,13 @@ yargs-parser@^11.1.1:
82948431
camelcase "^5.0.0"
82958432
decamelize "^1.2.0"
82968433

8434+
yargs-parser@^13.0.0, yargs-parser@^13.1.1:
8435+
version "13.1.1"
8436+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.1.tgz#d26058532aa06d365fe091f6a1fc06b2f7e5eca0"
8437+
dependencies:
8438+
camelcase "^5.0.0"
8439+
decamelize "^1.2.0"
8440+
82978441
yargs-parser@^7.0.0:
82988442
version "7.0.0"
82998443
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-7.0.0.tgz#8d0ac42f16ea55debd332caf4c4038b3e3f5dfd9"
@@ -8340,6 +8484,21 @@ yargs@^12.0.2:
83408484
y18n "^3.2.1 || ^4.0.0"
83418485
yargs-parser "^11.1.1"
83428486

8487+
yargs@^13.0.0:
8488+
version "13.3.0"
8489+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.0.tgz#4c657a55e07e5f2cf947f8a366567c04a0dedc83"
8490+
dependencies:
8491+
cliui "^5.0.0"
8492+
find-up "^3.0.0"
8493+
get-caller-file "^2.0.1"
8494+
require-directory "^2.1.1"
8495+
require-main-filename "^2.0.0"
8496+
set-blocking "^2.0.0"
8497+
string-width "^3.0.0"
8498+
which-module "^2.0.0"
8499+
y18n "^4.0.0"
8500+
yargs-parser "^13.1.1"
8501+
83438502
yargs@^8.0.2:
83448503
version "8.0.2"
83458504
resolved "https://registry.yarnpkg.com/yargs/-/yargs-8.0.2.tgz#6299a9055b1cefc969ff7e79c1d918dceb22c360"

0 commit comments

Comments
 (0)