diff --git a/web/package-lock.json b/web/package-lock.json index a38023b9b..5cecd1ef8 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -23,7 +23,7 @@ "react-chartkick": "^0.5.2", "react-dom": "^17.0.2", "react-linkify": "^1.0.0-alpha", - "react-markdown": "^7.1.1", + "react-markdown": "^7.1.2", "react-markdown-editor-lite": "^1.3.2", "sass": "^1.45.2", "ua-parser-js": "^1.0.2" @@ -5598,9 +5598,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", @@ -10772,9 +10772,9 @@ } }, "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/web/package.json b/web/package.json index 62eb8cab0..70024f0c8 100644 --- a/web/package.json +++ b/web/package.json @@ -24,7 +24,7 @@ "react-chartkick": "^0.5.2", "react-dom": "^17.0.2", "react-linkify": "^1.0.0-alpha", - "react-markdown": "^7.1.1", + "react-markdown": "^7.1.2", "react-markdown-editor-lite": "^1.3.2", "sass": "^1.45.2", "ua-parser-js": "^1.0.2"