diff --git a/package-lock.json b/package-lock.json index dc2cdec..82a4892 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,12 +11,12 @@ "express": "^4.21.0", "next": "^15.1.0", "qrcode.react": "^4.2.0", - "react": "^19.0.0", - "react-dom": "^19.0.0", + "react": "^19.2.5", + "react-dom": "^19.2.5", "socket.io": "^4.8.0", "socket.io-client": "^4.8.0", "uuid": "^11.0.0", - "zustand": "^5.0.0" + "zustand": "^5.0.12" }, "devDependencies": { "@types/express": "^5.0.0", @@ -3590,24 +3590,24 @@ } }, "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" } }, "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/read-cache": { @@ -4847,9 +4847,9 @@ } }, "node_modules/zustand": { - "version": "5.0.11", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.11.tgz", - "integrity": "sha512-fdZY+dk7zn/vbWNCYmzZULHRrss0jx5pPFiOuMZ/5HJN6Yv3u+1Wswy/4MpZEkEGhtNH+pwxZB8OKgUBPzYAGg==", + "version": "5.0.12", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.12.tgz", + "integrity": "sha512-i77ae3aZq4dhMlRhJVCYgMLKuSiZAaUPAct2AksxQ+gOtimhGMdXljRT21P5BNpeT4kXlLIckvkPM029OljD7g==", "license": "MIT", "engines": { "node": ">=12.20.0" diff --git a/package.json b/package.json index 04774d5..fb80d23 100644 --- a/package.json +++ b/package.json @@ -21,12 +21,12 @@ "express": "^4.21.0", "next": "^15.1.0", "qrcode.react": "^4.2.0", - "react": "^19.0.0", - "react-dom": "^19.0.0", + "react": "^19.2.5", + "react-dom": "^19.2.5", "socket.io": "^4.8.0", "socket.io-client": "^4.8.0", "uuid": "^11.0.0", - "zustand": "^5.0.0" + "zustand": "^5.0.12" }, "devDependencies": { "@types/express": "^5.0.0",