diff --git a/package-lock.json b/package-lock.json index 3018d92..a47b476 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@google/genai": "^1.30.0", "html2canvas": "^1.4.1", - "react": "^19.2.0", + "react": "^19.2.8", "react-dom": "^19.2.0", "uuid": "^13.0.0" }, @@ -2051,9 +2051,9 @@ } }, "node_modules/react": { - "version": "19.2.0", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.0.tgz", - "integrity": "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==", + "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 06aeeb5..85f9451 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "react-dom": "^19.2.0", - "react": "^19.2.0", + "react": "^19.2.8", "@google/genai": "^1.30.0", "uuid": "^13.0.0", "html2canvas": "^1.4.1"