diff --git a/package-lock.json b/package-lock.json index 595e5a02e..f7d8007fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-instantsearch": "^7.13.9", - "react-markdown": "^9.0.1", + "react-markdown": "^9.0.3", "rehype": "^13.0.2", "rehype-autolink-headings": "^7.1.0", "rehype-external-links": "^3.0.0", @@ -9296,9 +9296,10 @@ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" }, "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==", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-9.0.3.tgz", + "integrity": "sha512-Yk7Z94dbgYTOrdk41Z74GoKA7rThnsbbqBTRYuxoe08qvfQ9tJVhmAKw6BJS/ZORG7kTy/s1QvYzSuaoBA1qfw==", + "license": "MIT", "dependencies": { "@types/hast": "^3.0.0", "devlop": "^1.0.0", diff --git a/package.json b/package.json index c6366a08c..509bf090e 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-instantsearch": "^7.13.9", - "react-markdown": "^9.0.1", + "react-markdown": "^9.0.3", "rehype": "^13.0.2", "rehype-autolink-headings": "^7.1.0", "rehype-external-links": "^3.0.0",