diff --git a/package-lock.json b/package-lock.json index 84d113e..e93e898 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,11 +9,11 @@ "version": "0.1.0", "dependencies": { "@tailwindcss/postcss": "^4.1.18", - "@types/react": "19.2.9", + "@types/react": "19.2.10", "@types/react-dom": "^19.2.3", "next": "^16.1.5", "postcss": "^8.5.6", - "react": "^19.2.3", + "react": "^19.2.4", "react-dom": "^19.2.3", "react-use-websocket": "^4.13.0", "tailwindcss": "^4.1.18", @@ -2645,9 +2645,9 @@ } }, "node_modules/@types/react": { - "version": "19.2.9", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.9.tgz", - "integrity": "sha512-Lpo8kgb/igvMIPeNV2rsYKTgaORYdO1XGVZ4Qz3akwOj0ySGYMPlQWa8BaLn0G63D1aSaAQ5ldR06wCpChQCjA==", + "version": "19.2.10", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.10.tgz", + "integrity": "sha512-WPigyYuGhgZ/cTPRXB2EwUw+XvsRA3GqHlsP4qteqrnnjDrApbS7MxcGr/hke5iUoeB7E/gQtrs9I37zAJ0Vjw==", "license": "MIT", "dependencies": { "csstype": "^3.2.2" @@ -6213,9 +6213,9 @@ "license": "MIT" }, "node_modules/react": { - "version": "19.2.3", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.3.tgz", - "integrity": "sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==", + "version": "19.2.4", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", + "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/package.json b/package.json index 08ea28a..c0d590d 100644 --- a/package.json +++ b/package.json @@ -15,11 +15,11 @@ }, "dependencies": { "@tailwindcss/postcss": "^4.1.18", - "@types/react": "19.2.9", + "@types/react": "19.2.10", "@types/react-dom": "^19.2.3", "next": "^16.1.5", "postcss": "^8.5.6", - "react": "^19.2.3", + "react": "^19.2.4", "react-dom": "^19.2.3", "react-use-websocket": "^4.13.0", "tailwindcss": "^4.1.18",