diff --git a/package-lock.json b/package-lock.json index 9295d9f..d8e839f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "react-dom": "17.0.2", "react-intersection-observer": "^8.32.5", "react-loading": "^2.0.3", - "react-markdown": "^7.1.1", + "react-markdown": "^7.1.2", "react-select": "^5.2.1", "react-toastify": "^8.1.0", "react-youtube": "^7.13.1", @@ -5987,9 +5987,9 @@ } }, "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", @@ -12069,9 +12069,9 @@ "requires": {} }, "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 7468ebc..5317993 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "react-dom": "17.0.2", "react-intersection-observer": "^8.32.5", "react-loading": "^2.0.3", - "react-markdown": "^7.1.1", + "react-markdown": "^7.1.2", "react-select": "^5.2.1", "react-toastify": "^8.1.0", "react-youtube": "^7.13.1",