diff --git a/package-lock.json b/package-lock.json index c8287eca..c0861e29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "prismjs": "^1.29.0", "react": "19.0.0", "react-dom": "19.0.0", - "react-markdown": "^9.0.1", + "react-markdown": "^9.0.3", "react-router-dom": "^7.1.1", "react-syntax-highlighter": "^15.6.1", "recharts": "^2.15.0", @@ -9858,10 +9858,9 @@ "license": "MIT" }, "node_modules/react-markdown": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-9.0.1.tgz", - "integrity": "sha512-186Gw/vF1uRkydbsOIkcGXw7aHq0sZOCRFFjGrr7b9+nVZg4UfA4enXCaxm4fUzecU38sWfrNDitGhshuU7rdg==", - "license": "MIT", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-9.0.3.tgz", + "integrity": "sha512-Yk7Z94dbgYTOrdk41Z74GoKA7rThnsbbqBTRYuxoe08qvfQ9tJVhmAKw6BJS/ZORG7kTy/s1QvYzSuaoBA1qfw==", "dependencies": { "@types/hast": "^3.0.0", "devlop": "^1.0.0", diff --git a/package.json b/package.json index 6d0b47b7..2a786273 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "prismjs": "^1.29.0", "react": "19.0.0", "react-dom": "19.0.0", - "react-markdown": "^9.0.1", + "react-markdown": "^9.0.3", "react-router-dom": "^7.1.1", "react-syntax-highlighter": "^15.6.1", "recharts": "^2.15.0",