diff --git a/documentation/package-lock.json b/documentation/package-lock.json index 4ddce7a4f..dcce61dec 100644 --- a/documentation/package-lock.json +++ b/documentation/package-lock.json @@ -11,7 +11,7 @@ "@cmfcmf/docusaurus-search-local": "^1.1.0", "@docusaurus/core": "3.6.0", "@docusaurus/preset-classic": "3.6.0", - "@mdx-js/react": "^3.0.0", + "@mdx-js/react": "^3.1.0", "clsx": "^2.0.0", "prism-react-renderer": "^2.3.0", "react": "^18.0.0", @@ -3536,9 +3536,9 @@ } }, "node_modules/@mdx-js/react": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-3.0.1.tgz", - "integrity": "sha512-9ZrPIU4MGf6et1m1ov3zKf+q9+deetI51zprKB1D/z3NOb+rUxxtEl3mCjW5wTGh6VhRdwPueh1oRzi6ezkA8A==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-3.1.0.tgz", + "integrity": "sha512-QjHtSaoameoalGnKDT3FoIl4+9RwyTmo9ZJGBdLOks/YOiWHoRDI3PUwEzOE7kEmGcV3AFcp9K6dYu9rEuKLAQ==", "license": "MIT", "dependencies": { "@types/mdx": "^2.0.0" diff --git a/documentation/package.json b/documentation/package.json index c8c78a739..173d0d37c 100644 --- a/documentation/package.json +++ b/documentation/package.json @@ -26,7 +26,7 @@ "@cmfcmf/docusaurus-search-local": "^1.1.0", "@docusaurus/core": "3.6.0", "@docusaurus/preset-classic": "3.6.0", - "@mdx-js/react": "^3.0.0", + "@mdx-js/react": "^3.1.0", "clsx": "^2.0.0", "prism-react-renderer": "^2.3.0", "react": "^18.0.0",