diff --git a/package-lock.json b/package-lock.json index 495e4ad..63fa3a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,14 +11,14 @@ "dependencies": { "@opennextjs/cloudflare": "^1.19.11", "next": "^15.1.0", - "react": "^19.0.0", + "react": "^19.2.8", "react-dom": "^19.0.0", "zod": "^3.24.1" }, "devDependencies": { "@cloudflare/workers-types": "^4.20260613.1", "@types/node": "^22.10.0", - "@types/react": "^19.0.0", + "@types/react": "^19.2.17", "@types/react-dom": "^19.0.0", "eslint": "^9.17.0", "eslint-config-next": "^15.1.0", @@ -3406,10 +3406,11 @@ } }, "node_modules/@types/react": { - "version": "19.2.15", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.15.tgz", - "integrity": "sha512-eRwcGNHve+E8qtEQSSRl6urh+rFop4v8gm6O8rGv25CodbvFdLjA1vVQ1KkiFE0w0UPOnb8tDiFKL5lp0rtY5Q==", + "version": "19.2.17", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.17.tgz", + "integrity": "sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==", "dev": true, + "license": "MIT", "dependencies": { "csstype": "^3.2.2" } @@ -7747,9 +7748,10 @@ } }, "node_modules/react": { - "version": "19.2.6", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.6.tgz", - "integrity": "sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q==", + "version": "19.2.8", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.8.tgz", + "integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==", + "license": "MIT", "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index d8458b2..fd84992 100644 --- a/package.json +++ b/package.json @@ -22,14 +22,14 @@ "dependencies": { "@opennextjs/cloudflare": "^1.19.11", "next": "^15.1.0", - "react": "^19.0.0", + "react": "^19.2.8", "react-dom": "^19.0.0", "zod": "^3.24.1" }, "devDependencies": { "@cloudflare/workers-types": "^4.20260613.1", "@types/node": "^22.10.0", - "@types/react": "^19.0.0", + "@types/react": "^19.2.17", "@types/react-dom": "^19.0.0", "eslint": "^9.17.0", "eslint-config-next": "^15.1.0",