diff --git a/package-lock.json b/package-lock.json index 9f6c783..17b3343 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@upstash/redis": "^1.38.0", "motion": "^12.38.0", "next": "16.2.11", - "react": "19.2.5", + "react": "19.2.8", "react-dom": "19.2.5" }, "devDependencies": { @@ -1618,9 +1618,9 @@ } }, "node_modules/@types/react": { - "version": "19.2.14", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz", - "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==", + "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": { @@ -5414,9 +5414,9 @@ "license": "MIT" }, "node_modules/react": { - "version": "19.2.5", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.5.tgz", - "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==", + "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 fab45e7..eddfcde 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@upstash/redis": "^1.38.0", "motion": "^12.38.0", "next": "16.2.11", - "react": "19.2.5", + "react": "19.2.8", "react-dom": "19.2.5" }, "devDependencies": {