diff --git a/package-lock.json b/package-lock.json index 611e939c..ad7edb24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "remark-math": "^6.0.0" }, "devDependencies": { - "react": "^19.1.0" + "react": "^19.2.0" } }, "node_modules/@babel/runtime": { @@ -7307,7 +7307,9 @@ "license": "MIT" }, "node_modules/react": { - "version": "19.1.0", + "version": "19.2.0", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.0.tgz", + "integrity": "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 54e8b865..ad4724d3 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,6 @@ "remark-math": "^6.0.0" }, "devDependencies": { - "react": "^19.1.0" + "react": "^19.2.0" } }