diff --git a/agenta-web/package-lock.json b/agenta-web/package-lock.json index 6b83f30681..27acb28dbd 100644 --- a/agenta-web/package-lock.json +++ b/agenta-web/package-lock.json @@ -17,7 +17,7 @@ "@heroicons/react": "^2.0.17", "@lobehub/icons": "^1.18.0", "@mdx-js/loader": "^2.3.0", - "@mdx-js/react": "^2.3.0", + "@mdx-js/react": "^3.1.0", "@monaco-editor/react": "^4.5.2", "@next/mdx": "^13.4.13", "@phosphor-icons/react": "^2.1.7", @@ -1234,18 +1234,18 @@ } }, "node_modules/@mdx-js/react": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-2.3.0.tgz", - "integrity": "sha512-zQH//gdOmuu7nt2oJR29vFhDv88oGPmVw6BggmrHeMI+xgEkp1B2dX9/bMBSYtK0dyLX/aOmesKS09g222K1/g==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-3.1.0.tgz", + "integrity": "sha512-QjHtSaoameoalGnKDT3FoIl4+9RwyTmo9ZJGBdLOks/YOiWHoRDI3PUwEzOE7kEmGcV3AFcp9K6dYu9rEuKLAQ==", "dependencies": { - "@types/mdx": "^2.0.0", - "@types/react": ">=16" + "@types/mdx": "^2.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" }, "peerDependencies": { + "@types/react": ">=16", "react": ">=16" } }, diff --git a/agenta-web/package.json b/agenta-web/package.json index 3bd7fa29c9..526ed96ca8 100644 --- a/agenta-web/package.json +++ b/agenta-web/package.json @@ -28,7 +28,7 @@ "@heroicons/react": "^2.0.17", "@lobehub/icons": "^1.18.0", "@mdx-js/loader": "^2.3.0", - "@mdx-js/react": "^2.3.0", + "@mdx-js/react": "^3.1.0", "@monaco-editor/react": "^4.5.2", "@next/mdx": "^13.4.13", "@phosphor-icons/react": "^2.1.7",