diff --git a/package-lock.json b/package-lock.json index 5360c0b..6aea2fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "ignore": "^7.0.5", "katex": "^0.18.4", "lucide-react": "^0.545.0", - "react": "^19.2.0", + "react": "^19.2.8", "react-dom": "^19.2.0", "react-markdown": "^10.1.0", "rehype-katex": "^7.0.1", @@ -36,7 +36,7 @@ "@types/babel__core": "^7.20.5", "@types/jsdom": "^30.0.0", "@types/node": "^22.10.2", - "@types/react": "^19.2.0", + "@types/react": "^19.2.18", "@types/react-dom": "^19.2.0", "@vitejs/plugin-react": "^6.0.1", "babel-plugin-react-compiler": "^1.0.0", @@ -2533,9 +2533,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.18", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.18.tgz", + "integrity": "sha512-AnzbBERsrLKtk2XSfTbYRLjQPdy116Sty4q+T+Bp3IC4l6jNBvreVPAHmpq9qhXQM7CXZPjLVmGMw9sy+hxQ3w==", "license": "MIT", "dependencies": { "csstype": "^3.2.2" @@ -5613,9 +5613,9 @@ } }, "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 5eb4c7a..8568d2e 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "ignore": "^7.0.5", "katex": "^0.18.4", "lucide-react": "^0.545.0", - "react": "^19.2.0", + "react": "^19.2.8", "react-dom": "^19.2.0", "react-markdown": "^10.1.0", "rehype-katex": "^7.0.1", @@ -48,7 +48,7 @@ "@types/babel__core": "^7.20.5", "@types/jsdom": "^30.0.0", "@types/node": "^22.10.2", - "@types/react": "^19.2.0", + "@types/react": "^19.2.18", "@types/react-dom": "^19.2.0", "@vitejs/plugin-react": "^6.0.1", "babel-plugin-react-compiler": "^1.0.0",