Bump react-markdown from 7.1.1 to 7.1.2 (#411)

Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 7.1.1 to 7.1.2.
- [Release notes](https://github.com/remarkjs/react-markdown/releases)
- [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md)
- [Commits](https://github.com/remarkjs/react-markdown/compare/7.1.1...7.1.2)

---
updated-dependencies:
- dependency-name: react-markdown
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-01-02 18:56:52 -08:00
committed by GitHub
parent 300318158e
commit 75125284b0
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@@ -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",

View File

@@ -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"