Files
react/packages/react-devtools/package.json
Batuhan Tomo 8d87e374ac Fix #29724: ip dependency update for CVE-2024-29415 (#29725)
## Summary

This version update of `ip` dependency solves the CVE-2024-29415
vulnerability.
2024-06-05 11:17:35 +01:00

34 lines
671 B
JSON

{
"name": "react-devtools",
"version": "5.2.0",
"description": "Use react-devtools outside of the browser",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/facebook/react.git",
"directory": "packages/react-devtools"
},
"bin": {
"react-devtools": "./bin.js"
},
"files": [
"bin.js",
"app.html",
"app.js",
"index.js",
"icons",
"preload.js"
],
"scripts": {
"start": "node bin.js"
},
"dependencies": {
"cross-spawn": "^5.0.1",
"electron": "^23.1.2",
"ip": "^2.0.1",
"minimist": "^1.2.3",
"react-devtools-core": "5.2.0",
"update-notifier": "^2.1.0"
}
}