diff --git a/package-lock.json b/package-lock.json index ab9044b3..c0f14f9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "react": "17.0.2", "react-dom": "17.0.2", "react-intl": "5.24.6", - "react-markdown": "^8.0.0", + "react-markdown": "^8.0.1", "react-redux": "7.2.6", "react-router-dom": "5.2.0", "redux": "4.1.2", @@ -22699,11 +22699,12 @@ "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" }, "node_modules/react-markdown": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-8.0.0.tgz", - "integrity": "sha512-qbrWpLny6Ef2xHqnYqtot948LXP+4FtC+MWIuaN1kvSnowM+r1qEeEHpSaU0TDBOisQuj+Qe6eFY15cNL3gLAw==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-8.0.1.tgz", + "integrity": "sha512-g78B0KtUk8oDRt59fX9SWhMikn3/qYcQW+aVMxdIulcjCNeecAZNOmR8uXy5p4bhbuPIS8gZly81bF4pAQWYXw==", "dependencies": { "@types/hast": "^2.0.0", + "@types/prop-types": "^15.0.0", "@types/unist": "^2.0.0", "comma-separated-tokens": "^2.0.0", "hast-util-whitespace": "^2.0.0", @@ -46155,11 +46156,12 @@ "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" }, "react-markdown": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-8.0.0.tgz", - "integrity": "sha512-qbrWpLny6Ef2xHqnYqtot948LXP+4FtC+MWIuaN1kvSnowM+r1qEeEHpSaU0TDBOisQuj+Qe6eFY15cNL3gLAw==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-8.0.1.tgz", + "integrity": "sha512-g78B0KtUk8oDRt59fX9SWhMikn3/qYcQW+aVMxdIulcjCNeecAZNOmR8uXy5p4bhbuPIS8gZly81bF4pAQWYXw==", "requires": { "@types/hast": "^2.0.0", + "@types/prop-types": "^15.0.0", "@types/unist": "^2.0.0", "comma-separated-tokens": "^2.0.0", "hast-util-whitespace": "^2.0.0", diff --git a/package.json b/package.json index f9f7bcc6..37b24c1b 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "react": "17.0.2", "react-dom": "17.0.2", "react-intl": "5.24.6", - "react-markdown": "^8.0.0", + "react-markdown": "^8.0.1", "react-redux": "7.2.6", "react-router-dom": "5.2.0", "redux": "4.1.2",