Summary: This is causing our OSS requirements to fail because the dependency resolution causes ws 1.x to be pulled in, which has a security vuln. Not in any exploitable code paths for us, ruining a perfectly good otherwise green checkmark. Reviewed By: jknoxville Differential Revision: D18807775 fbshipit-source-id: e2391d957183ba25ec8ad02854c4e821ec8dc3aa
33 lines
921 B
JSON
33 lines
921 B
JSON
{
|
|
"name": "flipper-static",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.7.2",
|
|
"@babel/generator": "^7.7.2",
|
|
"@babel/parser": "^7.7.3",
|
|
"@babel/plugin-proposal-class-properties": "^7.7.0",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
|
|
"@babel/plugin-transform-flow-strip-types": "^7.6.3",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.7.0",
|
|
"@babel/plugin-transform-typescript": "^7.7.2",
|
|
"@babel/preset-react": "^7.7.0",
|
|
"expand-tilde": "^2.0.2",
|
|
"fix-path": "^2.1.0",
|
|
"mem": "^6.0.0",
|
|
"metro": "^0.57.0",
|
|
"mkdirp": "^0.5.1",
|
|
"p-map": "^3.0.0",
|
|
"recursive-readdir": "2.2.2",
|
|
"xdg-basedir": "^4.0.0",
|
|
"yargs": "^15.0.1"
|
|
},
|
|
"devDependencies": {},
|
|
"resolutions": {
|
|
"metro/temp": "0.9.0",
|
|
"ws": "7.2.0"
|
|
}
|
|
}
|