Skip to content

Commit f62b904

Browse files
committed
⬆️ Upgrade lodash slightly
To fix GH security warning
1 parent 807222f commit f62b904

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"eslint-plugin-react": "7.6.0",
6767
"eslint-plugin-react-native": "3.2.1",
6868
"jest": "22.1.4",
69-
"lodash": "4.17.4",
69+
"lodash": "4.17.5",
7070
"react": "16.2.0",
7171
"react-native": "0.52.2",
7272
"react-test-renderer": "16.2.0"

yarn.lock

+8-3
Original file line numberDiff line numberDiff line change
@@ -3290,14 +3290,19 @@ lodash.throttle@^4.1.1:
32903290
version "4.1.1"
32913291
resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4"
32923292

3293-
[email protected], lodash@^4.13.1, lodash@^4.14.0, lodash@^4.16.6, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0, lodash@^4.6.1:
3294-
version "4.17.4"
3295-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
3293+
3294+
version "4.17.5"
3295+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511"
3296+
integrity sha512-svL3uiZf1RwhH+cWrfZn3A4+U58wbP0tGVTLQPbjplZxZ8ROD9VLuNgsRniTlLe7OlSqR79RUehXgpBW/s0IQw==
32963297

32973298
lodash@^3.5.0:
32983299
version "3.10.1"
32993300
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
33003301

3302+
lodash@^4.13.1, lodash@^4.14.0, lodash@^4.16.6, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0, lodash@^4.6.1:
3303+
version "4.17.4"
3304+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
3305+
33013306
longest@^1.0.1:
33023307
version "1.0.1"
33033308
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"

0 commit comments

Comments
 (0)