diff --git a/package-lock.json b/package-lock.json index 18af741f5f..6e38e2be8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,8 +37,8 @@ "ora": "^9.1.0", "pino": "^10.3.1", "pino-pretty": "^13.1.3", - "react": "19.2.4", - "react-dom": "19.2.4", + "react": "19.2.5", + "react-dom": "19.2.5", "recharts": "^3.7.0", "selfsigned": "^5.5.0", "tsx": "^4.21.0", @@ -2532,15 +2532,16 @@ } }, "node_modules/@lobehub/icons": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/@lobehub/icons/-/icons-5.3.0.tgz", - "integrity": "sha512-W/nQ1JSBHwYLnHup/TN7ml35eSsYqBoG5vpqChjH83WsuIRLT1vSpkPCkHOJ7pvmJCXXCwTicAwdhUS0lmIPaA==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@lobehub/icons/-/icons-5.4.0.tgz", + "integrity": "sha512-HXuq3j8Ios5PKmqvjNVDe91neYIcAAGS5z2W679esR4elBILNUofOhw/+Sa3FFefh71fOSuAVvNpy/CLoqO3vA==", "license": "MIT", "workspaces": [ "packages/*" ], "dependencies": { "antd-style": "^4.1.0", + "es-toolkit": "^1.45.1", "lucide-react": "^0.469.0", "polished": "^4.3.1" }, @@ -17087,9 +17088,9 @@ } }, "node_modules/react": { - "version": "19.2.4", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", - "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", + "version": "19.2.5", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.5.tgz", + "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -17118,15 +17119,15 @@ } }, "node_modules/react-dom": { - "version": "19.2.4", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.4.tgz", - "integrity": "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==", + "version": "19.2.5", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.5.tgz", + "integrity": "sha512-J5bAZz+DXMMwW/wV3xzKke59Af6CHY7G4uYLN1OvBcKEsWOs4pQExj86BBKamxl/Ik5bx9whOrvBlSDfWzgSag==", "license": "MIT", "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { - "react": "^19.2.4" + "react": "^19.2.5" } }, "node_modules/react-draggable": { diff --git a/package.json b/package.json index 8d0d47d682..ae7dd80804 100644 --- a/package.json +++ b/package.json @@ -116,8 +116,8 @@ "ora": "^9.1.0", "pino": "^10.3.1", "pino-pretty": "^13.1.3", - "react": "19.2.4", - "react-dom": "19.2.4", + "react": "19.2.5", + "react-dom": "19.2.5", "recharts": "^3.7.0", "selfsigned": "^5.5.0", "tsx": "^4.21.0",