diff --git a/package-lock.json b/package-lock.json index 0906d166..8e04342e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "remark-math": "^6.0.0" }, "devDependencies": { - "react": "^19.2.4" + "react": "^19.2.5" } }, "node_modules/@babel/runtime": { @@ -7307,9 +7307,9 @@ "license": "MIT" }, "node_modules/react": { - "version": "19.2.4", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", - "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", + "version": "19.2.5", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.5.tgz", + "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 44fd0abe..e18c93fe 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,6 @@ "remark-math": "^6.0.0" }, "devDependencies": { - "react": "^19.2.4" + "react": "^19.2.5" } }