mirror of
https://github.com/facebook/react.git
synced 2026-02-23 04:12:21 +00:00
## Summary This version update of `ip` dependency solves the CVE-2024-29415 vulnerability.
34 lines
671 B
JSON
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"
|
|
}
|
|
}
|