@samitouri / QOS-React / commits / 8d87e374ac

Fix #29724: `ip` dependency update for CVE-2024-29415 (#29725)

## Summary This version update of `ip` dependency solves the CVE-2024-29415 vulnerability.

Batuhan Tomo committed Jun 5, 2024 at 13:17 UTC 8d87e374ac69904012530af702af1cd51d90e07d
1 file changed +1 -1
packages/react-devtools/package.json
+1 -1
@@ -25,7 +25,7 @@
25 "dependencies": {
26 "cross-spawn": "^5.0.1",
27 "electron": "^23.1.2",
28 - "ip": "^1.1.4",
28 + "ip": "^2.0.1",
29 "minimist": "^1.2.3",
30 "react-devtools-core": "5.2.0",
31 "update-notifier": "^2.1.0"