Files
flipper/desktop/plugins/shared_preferences/package.json
Pascal Hartig 000e7f85bf 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
2020-07-17 14:36:24 -07:00

20 lines
423 B
JSON

{
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-preferences",
"id": "Preferences",
"version": "0.50.0",
"main": "dist/bundle.js",
"flipperBundlerEntry": "index.js",
"license": "MIT",
"keywords": [
"flipper-plugin"
],
"dependencies": {
"lodash": "^4.17.19"
},
"title": "Shared Preferences Viewer",
"bugs": {
"email": "halsibai@fb.com"
}
}