diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1c4a7ad9..aa88b7aa 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -375,8 +375,8 @@ importers: specifier: ^19.0.0 version: 19.0.0(react@19.0.0) react-markdown: - specifier: ^9.0.3 - version: 9.0.3(@types/react@19.0.10)(react@19.0.0) + specifier: ^9.1.0 + version: 9.1.0(@types/react@19.0.10)(react@19.0.0) react-router: specifier: ^7.2.0 version: 7.2.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0) @@ -4473,8 +4473,8 @@ packages: react-lifecycles-compat@3.0.4: resolution: {integrity: sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==} - react-markdown@9.0.3: - resolution: {integrity: sha512-Yk7Z94dbgYTOrdk41Z74GoKA7rThnsbbqBTRYuxoe08qvfQ9tJVhmAKw6BJS/ZORG7kTy/s1QvYzSuaoBA1qfw==} + react-markdown@9.1.0: + resolution: {integrity: sha512-xaijuJB0kzGiUdG7nc2MOMDUDBWPyGAjZtUrow9XxUeua8IqeP+VlIfAZ3bphpcLTnSZXz6z9jcVC/TCwbfgdw==} peerDependencies: '@types/react': '>=18' react: '>=18' @@ -9627,9 +9627,10 @@ snapshots: react-lifecycles-compat@3.0.4: {} - react-markdown@9.0.3(@types/react@19.0.10)(react@19.0.0): + react-markdown@9.1.0(@types/react@19.0.10)(react@19.0.0): dependencies: '@types/hast': 3.0.4 + '@types/mdast': 4.0.4 '@types/react': 19.0.10 devlop: 1.1.0 hast-util-to-jsx-runtime: 2.3.2 diff --git a/webapps/arishi-website/package.json b/webapps/arishi-website/package.json index 0d18f1ca..c7cbf46a 100644 --- a/webapps/arishi-website/package.json +++ b/webapps/arishi-website/package.json @@ -20,7 +20,7 @@ "radashi": "^12.3.4", "react": "^19.0.0", "react-dom": "^19.0.0", - "react-markdown": "^9.0.3", + "react-markdown": "^9.1.0", "react-router": "^7.2.0" }, "devDependencies": {