Files
flipper/desktop/plugins/network/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

28 lines
707 B
JSON

{
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-network",
"id": "Network",
"flipperBundlerEntry": "index.tsx",
"main": "dist/bundle.js",
"title": "Network",
"description": "Use the Network inspector to inspect outgoing network traffic in your apps.",
"icon": "internet",
"version": "0.50.0",
"license": "MIT",
"keywords": [
"flipper-plugin"
],
"bugs": {
"email": "oncall+flipper@xmail.facebook.com",
"url": "https://fb.workplace.com/groups/flippersupport/"
},
"dependencies": {
"lodash": "^4.17.19",
"pako": "^1.0.11",
"xml-beautifier": "^0.4.0"
},
"devDependencies": {
"@types/pako": "^1.0.1"
}
}