diff --git a/package-lock.json b/package-lock.json index df7057d..6d9ad83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "unity-webgl-wrapper", "version": "0.0.0", "dependencies": { - "react": "^19.1.1", + "react": "^19.2.5", "react-dom": "^19.1.1", "react-router-dom": "^7.13.1" }, @@ -2906,9 +2906,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" diff --git a/package.json b/package.json index 3f7494d..9f3617c 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "watch:publish": "powershell -ExecutionPolicy Bypass -File .\\watch-dev-studio.ps1" }, "dependencies": { - "react": "^19.1.1", + "react": "^19.2.5", "react-dom": "^19.1.1", "react-router-dom": "^7.13.1" },