Update lodash (security fix)

Summary:
Trying to get our OSS report green and lodash is currently flagged as a security issue on GH.

Manually merged the different PRs on GitHub together.

Reviewed By: jonathoma

Differential Revision: D22599614

fbshipit-source-id: ea4c9abf21aade14cff9338b78b764b181193227
This commit is contained in:
Pascal Hartig
2020-07-17 14:34:14 -07:00
committed by Facebook GitHub Bot
parent b539ddb1b6
commit 000e7f85bf
6 changed files with 9 additions and 9 deletions

View File

@@ -31,7 +31,7 @@
"immer": "^6.0.0", "immer": "^6.0.0",
"immutable": "^4.0.0-rc.12", "immutable": "^4.0.0-rc.12",
"invariant": "^2.2.2", "invariant": "^2.2.2",
"lodash": "^4.17.15", "lodash": "^4.17.19",
"npm-api": "^1.0.0", "npm-api": "^1.0.0",
"open": "^7.0.0", "open": "^7.0.0",
"openssl-wrapper": "^0.3.4", "openssl-wrapper": "^0.3.4",

View File

@@ -24,7 +24,7 @@
"flipper-plugin-lib": "0.50.0", "flipper-plugin-lib": "0.50.0",
"fs-extra": "^8.1.0", "fs-extra": "^8.1.0",
"inquirer": "^7.1.0", "inquirer": "^7.1.0",
"lodash": "^4.17.15", "lodash": "^4.17.19",
"npm-packlist": "^2.1.2", "npm-packlist": "^2.1.2",
"recursive-readdir": "^2.2.2" "recursive-readdir": "^2.2.2"
}, },

View File

@@ -11,7 +11,7 @@
], ],
"dependencies": { "dependencies": {
"deep-equal": "^2.0.1", "deep-equal": "^2.0.1",
"lodash": "^4.17.15" "lodash": "^4.17.19"
}, },
"devDependencies": { "devDependencies": {
"@testing-library/react": "^10.4.3" "@testing-library/react": "^10.4.3"

View File

@@ -17,7 +17,7 @@
"url": "https://fb.workplace.com/groups/flippersupport/" "url": "https://fb.workplace.com/groups/flippersupport/"
}, },
"dependencies": { "dependencies": {
"lodash": "^4.17.11", "lodash": "^4.17.19",
"pako": "^1.0.11", "pako": "^1.0.11",
"xml-beautifier": "^0.4.0" "xml-beautifier": "^0.4.0"
}, },

View File

@@ -10,7 +10,7 @@
"flipper-plugin" "flipper-plugin"
], ],
"dependencies": { "dependencies": {
"lodash": "^4.17.13" "lodash": "^4.17.19"
}, },
"title": "Shared Preferences Viewer", "title": "Shared Preferences Viewer",
"bugs": { "bugs": {

View File

@@ -8115,10 +8115,10 @@ lodash.throttle@^4.1.1:
resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4" resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4"
integrity sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ= integrity sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ=
lodash@^4.0.1, lodash@^4.16.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.3.0, lodash@^4.8.0, lodash@~4.17.12, lodash@~4.17.4: lodash@^4.0.1, lodash@^4.16.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.3.0, lodash@^4.8.0, lodash@~4.17.12, lodash@~4.17.4:
version "4.17.15" version "4.17.19"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
lolex@^5.0.0: lolex@^5.0.0:
version "5.1.2" version "5.1.2"