diff --git a/package-lock.json b/package-lock.json index 34574f9..e329082 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@babel/plugin-transform-react-constant-elements": "^7.27.1", - "react": "19.2.3", + "react": "19.2.4", "react-dom": "19.2.3", "react-native": "0.84.1", "react-native-svg": "^15.15.3", @@ -12968,9 +12968,9 @@ } }, "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 7053d51..0767e8d 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@babel/plugin-transform-react-constant-elements": "^7.27.1", - "react": "19.2.3", + "react": "19.2.4", "react-dom": "19.2.3", "react-native": "0.84.1", "react-native-svg": "^15.15.3",