diff --git a/package-lock.json b/package-lock.json index 23e832b..d6bd447 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "github-slugger": "^2.0.0", "gray-matter": "^4.0.3", "next": "16.2.4", - "react": "19.2.4", + "react": "19.2.5", "react-dom": "19.2.4", "rehype-autolink-headings": "^7.1.0", "rehype-parse": "^9.0.1", @@ -7620,7 +7620,9 @@ "license": "MIT" }, "node_modules/react": { - "version": "19.2.4", + "version": "19.2.5", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.5.tgz", + "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/package.json b/package.json index f681e8b..fb7a432 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "github-slugger": "^2.0.0", "gray-matter": "^4.0.3", "next": "16.2.4", - "react": "19.2.4", + "react": "19.2.5", "react-dom": "19.2.4", "rehype-autolink-headings": "^7.1.0", "rehype-parse": "^9.0.1",