Browse Source

Bump react-markdown from 6.0.0 to 6.0.1 (#138)

Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 6.0.0 to 6.0.1.
- [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/6.0.0...6.0.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1886/head
dependabot[bot] 4 years ago committed by GitHub
parent
commit
abd16806e5
  1. 6
      web/package-lock.json
  2. 2
      web/package.json

6
web/package-lock.json generated

@ -4637,9 +4637,9 @@ @@ -4637,9 +4637,9 @@
}
},
"react-markdown": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-6.0.0.tgz",
"integrity": "sha512-MC+zljUJeoLb4RbDm/wRbfoQFEZGz4TDOt/wb4dEehdaJWxLMn/T2IgwhQy0VYhuPEd2fhd7iOayE8lmENU0FA==",
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-6.0.1.tgz",
"integrity": "sha512-JNOIU+6xrG+eOwZu9UNZxDAc1bNBCpI8mueQNx5NwZWRbSrcD25FllhKHxyUkXhpdu3r/eg1hrLKCtCq9/uIrw==",
"requires": {
"@types/hast": "^2.0.0",
"@types/unist": "^2.0.3",

2
web/package.json

@ -22,7 +22,7 @@ @@ -22,7 +22,7 @@
"react-chartkick": "^0.5.0",
"react-dom": "^17.0.2",
"react-linkify": "^1.0.0-alpha",
"react-markdown": "^6.0.0",
"react-markdown": "^6.0.1",
"react-markdown-editor-lite": "^1.2.4",
"sass": "^1.32.11"
},

Loading…
Cancel
Save