mirror of
https://github.com/owncast/owncast.git
synced 2024-11-23 05:14:20 +03:00
Bump react-markdown from 7.0.1 to 7.1.0 (#338)
Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 7.0.1 to 7.1.0. - [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.0.1...7.1.0) --- updated-dependencies: - dependency-name: react-markdown dependency-type: direct:production update-type: version-update:semver-minor ... 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
3a0223935e
commit
1df6b25b28
2 changed files with 24 additions and 8 deletions
30
web/package-lock.json
generated
30
web/package-lock.json
generated
|
@ -23,7 +23,7 @@
|
|||
"react-chartkick": "^0.5.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-linkify": "^1.0.0-alpha",
|
||||
"react-markdown": "^7.0.1",
|
||||
"react-markdown": "^7.1.0",
|
||||
"react-markdown-editor-lite": "^1.3.1",
|
||||
"sass": "^1.43.3",
|
||||
"ua-parser-js": "^0.7.28"
|
||||
|
@ -3406,6 +3406,15 @@
|
|||
"minimalistic-assert": "^1.0.1"
|
||||
}
|
||||
},
|
||||
"node_modules/hast-util-whitespace": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-2.0.0.tgz",
|
||||
"integrity": "sha512-Pkw+xBHuV6xFeJprJe2BBEoDV+AvQySaz3pPDRUs5PNZEMQjpXJJueqrpcHIXxnWTcAGi/UOCgVShlkY6kLoqg==",
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/unified"
|
||||
}
|
||||
},
|
||||
"node_modules/he": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
|
||||
|
@ -5987,13 +5996,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/react-markdown": {
|
||||
"version": "7.0.1",
|
||||
"resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-7.0.1.tgz",
|
||||
"integrity": "sha512-pthNPaoiwg0q7hukoE04F2ENwSzijIlWHJ4UMs/96LUe/G/P3FnbP4qHzx3FoNqae+2SqDG8vzniTLnJDeWneg==",
|
||||
"version": "7.1.0",
|
||||
"resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-7.1.0.tgz",
|
||||
"integrity": "sha512-hL8cLLkTydyoKlZWZOjlU6TvMYIw9qKLh1CCzVfnhKt/R/SnKVAqiyugetXY61CkjhBqJl2C5FdU3OwHYo7SrQ==",
|
||||
"dependencies": {
|
||||
"@types/hast": "^2.0.0",
|
||||
"@types/unist": "^2.0.0",
|
||||
"comma-separated-tokens": "^2.0.0",
|
||||
"hast-util-whitespace": "^2.0.0",
|
||||
"prop-types": "^15.0.0",
|
||||
"property-information": "^6.0.0",
|
||||
"react-is": "^17.0.0",
|
||||
|
@ -9686,6 +9696,11 @@
|
|||
"minimalistic-assert": "^1.0.1"
|
||||
}
|
||||
},
|
||||
"hast-util-whitespace": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-2.0.0.tgz",
|
||||
"integrity": "sha512-Pkw+xBHuV6xFeJprJe2BBEoDV+AvQySaz3pPDRUs5PNZEMQjpXJJueqrpcHIXxnWTcAGi/UOCgVShlkY6kLoqg=="
|
||||
},
|
||||
"he": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
|
||||
|
@ -11621,13 +11636,14 @@
|
|||
}
|
||||
},
|
||||
"react-markdown": {
|
||||
"version": "7.0.1",
|
||||
"resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-7.0.1.tgz",
|
||||
"integrity": "sha512-pthNPaoiwg0q7hukoE04F2ENwSzijIlWHJ4UMs/96LUe/G/P3FnbP4qHzx3FoNqae+2SqDG8vzniTLnJDeWneg==",
|
||||
"version": "7.1.0",
|
||||
"resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-7.1.0.tgz",
|
||||
"integrity": "sha512-hL8cLLkTydyoKlZWZOjlU6TvMYIw9qKLh1CCzVfnhKt/R/SnKVAqiyugetXY61CkjhBqJl2C5FdU3OwHYo7SrQ==",
|
||||
"requires": {
|
||||
"@types/hast": "^2.0.0",
|
||||
"@types/unist": "^2.0.0",
|
||||
"comma-separated-tokens": "^2.0.0",
|
||||
"hast-util-whitespace": "^2.0.0",
|
||||
"prop-types": "^15.0.0",
|
||||
"property-information": "^6.0.0",
|
||||
"react-is": "^17.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.0.1",
|
||||
"react-markdown": "^7.1.0",
|
||||
"react-markdown-editor-lite": "^1.3.1",
|
||||
"sass": "^1.43.3",
|
||||
"ua-parser-js": "^0.7.28"
|
||||
|
|
Loading…
Reference in a new issue