diff --git a/website/package.json b/website/package.json index e130ef2bf..73c053c89 100644 --- a/website/package.json +++ b/website/package.json @@ -40,7 +40,7 @@ "react-dom": "18.3.1", "react-fast-marquee": "^1.6.5", "react-icons": "^5.4.0", - "react-markdown": "^9.0.3", + "react-markdown": "^10.0.1", "react-syntax-highlighter": "^15.6.1", "rehype-autolink-headings": "^7.1.0", "rehype-highlight": "^7.0.1", diff --git a/website/pnpm-lock.yaml b/website/pnpm-lock.yaml index eafc64c0f..66125f80f 100644 --- a/website/pnpm-lock.yaml +++ b/website/pnpm-lock.yaml @@ -93,8 +93,8 @@ importers: specifier: ^5.4.0 version: 5.4.0(react@18.3.1) react-markdown: - specifier: ^9.0.3 - version: 9.0.3(@types/react@18.3.11)(react@18.3.1) + specifier: ^10.0.1 + version: 10.0.1(@types/react@18.3.11)(react@18.3.1) react-syntax-highlighter: specifier: ^15.6.1 version: 15.6.1(react@18.3.1) @@ -1018,6 +1018,9 @@ packages: hast-util-to-jsx-runtime@2.3.2: resolution: {integrity: sha512-1ngXYb+V9UT5h+PxNRa1O1FYguZK/XL+gkeqvp7EdHlB9oHUG0eYRo/vY5inBdcqo3RkPMC58/H94HvkbfGdyg==} + hast-util-to-jsx-runtime@2.3.5: + resolution: {integrity: sha512-gHD+HoFxOMmmXLuq9f2dZDMQHVcplCVpMfBNRpJsF03yyLZvJGzsFORe8orVuYDX9k2w0VH0uF8oryFd1whqKQ==} + hast-util-to-string@3.0.1: resolution: {integrity: sha512-XelQVTDWvqcl3axRfI0xSeoVKzyIFPwsAGSLIsKdJKQMXDYJS4WYrBNF/8J7RdhIcFI2BOHgAifggsvsxp/3+A==} @@ -1567,6 +1570,9 @@ packages: property-information@6.5.0: resolution: {integrity: sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==} + property-information@7.0.0: + resolution: {integrity: sha512-7D/qOz/+Y4X/rzSB6jKxKUsQnphO046ei8qxG59mtM3RG3DHgTK81HrxrmoDVINJb8NKT5ZsRbwHvQ6B68Iyhg==} + punycode@2.3.1: resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} engines: {node: '>=6'} @@ -1598,8 +1604,8 @@ packages: peerDependencies: react: '*' - react-markdown@9.0.3: - resolution: {integrity: sha512-Yk7Z94dbgYTOrdk41Z74GoKA7rThnsbbqBTRYuxoe08qvfQ9tJVhmAKw6BJS/ZORG7kTy/s1QvYzSuaoBA1qfw==} + react-markdown@10.0.1: + resolution: {integrity: sha512-Qt9TWsQJ75np2AVoKftns5eI7r50H6u3qwp+TSihlxOcw8ZaStmR0FEeeENU+mWSxyAgOmqMYjiIKn7ibMheKA==} peerDependencies: '@types/react': '>=18' react: '>=18' @@ -2999,6 +3005,26 @@ snapshots: transitivePeerDependencies: - supports-color + hast-util-to-jsx-runtime@2.3.5: + dependencies: + '@types/estree': 1.0.6 + '@types/hast': 3.0.4 + '@types/unist': 3.0.3 + comma-separated-tokens: 2.0.3 + devlop: 1.1.0 + estree-util-is-identifier-name: 3.0.0 + hast-util-whitespace: 3.0.0 + mdast-util-mdx-expression: 2.0.1 + mdast-util-mdx-jsx: 3.2.0 + mdast-util-mdxjs-esm: 2.0.1 + property-information: 7.0.0 + space-separated-tokens: 2.0.2 + style-to-object: 1.0.8 + unist-util-position: 5.0.0 + vfile-message: 4.0.2 + transitivePeerDependencies: + - supports-color + hast-util-to-string@3.0.1: dependencies: '@types/hast': 3.0.4 @@ -3816,6 +3842,8 @@ snapshots: property-information@6.5.0: {} + property-information@7.0.0: {} + punycode@2.3.1: optional: true @@ -3845,12 +3873,13 @@ snapshots: dependencies: react: 18.3.1 - react-markdown@9.0.3(@types/react@18.3.11)(react@18.3.1): + react-markdown@10.0.1(@types/react@18.3.11)(react@18.3.1): dependencies: '@types/hast': 3.0.4 + '@types/mdast': 4.0.4 '@types/react': 18.3.11 devlop: 1.1.0 - hast-util-to-jsx-runtime: 2.3.2 + hast-util-to-jsx-runtime: 2.3.5 html-url-attributes: 3.0.1 mdast-util-to-hast: 13.2.0 react: 18.3.1