diff --git a/package-lock.json b/package-lock.json index 7f581bc232e9..0e884ebe187f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "rate-limit-redis": "^2.1.0", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-markdown": "^7.1.1", + "react-markdown": "^7.1.2", "react-syntax-highlighter": "^15.4.4", "redis": "^3.1.2", "rehype-autolink-headings": "^6.1.0", @@ -18362,9 +18362,9 @@ "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" }, "node_modules/react-markdown": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-7.1.1.tgz", - "integrity": "sha512-bXS7indkcPlCLB6wRFFzX8Xdghr62TBxUF2587o+CUkaZlNaoILb2qNt+5pYmTZuCOC+OeEcdJ+06mu5whtCVQ==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-7.1.2.tgz", + "integrity": "sha512-ibMcc0EbfmbwApqJD8AUr0yls8BSrKzIbHaUsPidQljxToCqFh34nwtu3CXNEItcVJNzpjDHrhK8A+MAh2JW3A==", "dependencies": { "@types/hast": "^2.0.0", "@types/unist": "^2.0.0", @@ -37355,9 +37355,9 @@ "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" }, "react-markdown": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-7.1.1.tgz", - "integrity": "sha512-bXS7indkcPlCLB6wRFFzX8Xdghr62TBxUF2587o+CUkaZlNaoILb2qNt+5pYmTZuCOC+OeEcdJ+06mu5whtCVQ==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-7.1.2.tgz", + "integrity": "sha512-ibMcc0EbfmbwApqJD8AUr0yls8BSrKzIbHaUsPidQljxToCqFh34nwtu3CXNEItcVJNzpjDHrhK8A+MAh2JW3A==", "requires": { "@types/hast": "^2.0.0", "@types/unist": "^2.0.0", diff --git a/package.json b/package.json index 8e734e0082cf..fc2dfeea5a25 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "rate-limit-redis": "^2.1.0", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-markdown": "^7.1.1", + "react-markdown": "^7.1.2", "react-syntax-highlighter": "^15.4.4", "redis": "^3.1.2", "rehype-autolink-headings": "^6.1.0",