mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 12:49:37 +03:00
Bump react-markdown from 7.1.0 to 7.1.1 (#375)
Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 7.1.0 to 7.1.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/7.1.0...7.1.1) --- 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:
parent
9725fd6665
commit
99ff65a4f0
2 changed files with 8 additions and 8 deletions
14
web/package-lock.json
generated
14
web/package-lock.json
generated
|
@ -22,7 +22,7 @@
|
|||
"react-chartkick": "^0.5.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-linkify": "^1.0.0-alpha",
|
||||
"react-markdown": "^7.1.0",
|
||||
"react-markdown": "^7.1.1",
|
||||
"react-markdown-editor-lite": "^1.3.1",
|
||||
"sass": "^1.43.5",
|
||||
"ua-parser-js": "^1.0.2"
|
||||
|
@ -5579,9 +5579,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/react-markdown": {
|
||||
"version": "7.1.0",
|
||||
"resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-7.1.0.tgz",
|
||||
"integrity": "sha512-hL8cLLkTydyoKlZWZOjlU6TvMYIw9qKLh1CCzVfnhKt/R/SnKVAqiyugetXY61CkjhBqJl2C5FdU3OwHYo7SrQ==",
|
||||
"version": "7.1.1",
|
||||
"resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-7.1.1.tgz",
|
||||
"integrity": "sha512-bXS7indkcPlCLB6wRFFzX8Xdghr62TBxUF2587o+CUkaZlNaoILb2qNt+5pYmTZuCOC+OeEcdJ+06mu5whtCVQ==",
|
||||
"dependencies": {
|
||||
"@types/hast": "^2.0.0",
|
||||
"@types/unist": "^2.0.0",
|
||||
|
@ -10745,9 +10745,9 @@
|
|||
}
|
||||
},
|
||||
"react-markdown": {
|
||||
"version": "7.1.0",
|
||||
"resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-7.1.0.tgz",
|
||||
"integrity": "sha512-hL8cLLkTydyoKlZWZOjlU6TvMYIw9qKLh1CCzVfnhKt/R/SnKVAqiyugetXY61CkjhBqJl2C5FdU3OwHYo7SrQ==",
|
||||
"version": "7.1.1",
|
||||
"resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-7.1.1.tgz",
|
||||
"integrity": "sha512-bXS7indkcPlCLB6wRFFzX8Xdghr62TBxUF2587o+CUkaZlNaoILb2qNt+5pYmTZuCOC+OeEcdJ+06mu5whtCVQ==",
|
||||
"requires": {
|
||||
"@types/hast": "^2.0.0",
|
||||
"@types/unist": "^2.0.0",
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"react-chartkick": "^0.5.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-linkify": "^1.0.0-alpha",
|
||||
"react-markdown": "^7.1.0",
|
||||
"react-markdown": "^7.1.1",
|
||||
"react-markdown-editor-lite": "^1.3.1",
|
||||
"sass": "^1.43.5",
|
||||
"ua-parser-js": "^1.0.2"
|
||||
|
|
Loading…
Reference in a new issue