diff --git a/package-lock.json b/package-lock.json index e66c1a98501f..09f338ed656e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-is": "^17.0.2", - "react-markdown": "^7.0.1", + "react-markdown": "^7.1.1", "react-syntax-highlighter": "^15.4.4", "redis": "^3.1.2", "redis-mock": "^0.56.3", @@ -19962,13 +19962,14 @@ "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" }, "node_modules/react-markdown": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-7.0.1.tgz", - "integrity": "sha512-pthNPaoiwg0q7hukoE04F2ENwSzijIlWHJ4UMs/96LUe/G/P3FnbP4qHzx3FoNqae+2SqDG8vzniTLnJDeWneg==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-7.1.1.tgz", + "integrity": "sha512-bXS7indkcPlCLB6wRFFzX8Xdghr62TBxUF2587o+CUkaZlNaoILb2qNt+5pYmTZuCOC+OeEcdJ+06mu5whtCVQ==", "dependencies": { "@types/hast": "^2.0.0", "@types/unist": "^2.0.0", "comma-separated-tokens": "^2.0.0", + "hast-util-whitespace": "^2.0.0", "prop-types": "^15.0.0", "property-information": "^6.0.0", "react-is": "^17.0.0", @@ -40889,13 +40890,14 @@ "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" }, "react-markdown": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-7.0.1.tgz", - "integrity": "sha512-pthNPaoiwg0q7hukoE04F2ENwSzijIlWHJ4UMs/96LUe/G/P3FnbP4qHzx3FoNqae+2SqDG8vzniTLnJDeWneg==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-7.1.1.tgz", + "integrity": "sha512-bXS7indkcPlCLB6wRFFzX8Xdghr62TBxUF2587o+CUkaZlNaoILb2qNt+5pYmTZuCOC+OeEcdJ+06mu5whtCVQ==", "requires": { "@types/hast": "^2.0.0", "@types/unist": "^2.0.0", "comma-separated-tokens": "^2.0.0", + "hast-util-whitespace": "^2.0.0", "prop-types": "^15.0.0", "property-information": "^6.0.0", "react-is": "^17.0.0", diff --git a/package.json b/package.json index 80ddbf0c9e2c..39255e71ebf3 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-is": "^17.0.2", - "react-markdown": "^7.0.1", + "react-markdown": "^7.1.1", "react-syntax-highlighter": "^15.4.4", "redis": "^3.1.2", "redis-mock": "^0.56.3",