diff --git a/package-lock.json b/package-lock.json index 5c4148d..f4fd00d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "clsx": "^2.1.1", "docusaurus-plugin-image-zoom": "^3.0.1", "prism-react-renderer": "^2.4.1", - "react": "^19.2.4", + "react": "^19.2.5", "react-dom": "^19.2.4" }, "devDependencies": { @@ -5199,9 +5199,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -5215,9 +5212,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -5231,9 +5225,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -5247,9 +5238,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -17541,9 +17529,9 @@ } }, "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==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/package.json b/package.json index 33e8256..580bff3 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "clsx": "^2.1.1", "docusaurus-plugin-image-zoom": "^3.0.1", "prism-react-renderer": "^2.4.1", - "react": "^19.2.4", + "react": "^19.2.5", "react-dom": "^19.2.4" }, "devDependencies": {