mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 14:20:54 +03:00
Bump rc-util from 5.9.9 to 5.10.1 (#137)
Bumps [rc-util](https://github.com/react-component/util) from 5.9.9 to 5.10.1. - [Release notes](https://github.com/react-component/util/releases) - [Changelog](https://github.com/react-component/util/blob/master/HISTORY.md) - [Commits](https://github.com/react-component/util/compare/v5.9.9...v5.10.1) 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
00798560cd
commit
6c2fc91c75
2 changed files with 4 additions and 4 deletions
6
web/package-lock.json
generated
6
web/package-lock.json
generated
|
@ -4566,9 +4566,9 @@
|
|||
}
|
||||
},
|
||||
"rc-util": {
|
||||
"version": "5.9.9",
|
||||
"resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.9.9.tgz",
|
||||
"integrity": "sha512-aZ1c7uvreyfewaboRxv5L6/y/+2ooEiBMTn/WjsbzBdWPw0Du/EAwNd0cSJIVc0m6V+zySyfGkqGQpCXMGUiww==",
|
||||
"version": "5.10.1",
|
||||
"resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.10.1.tgz",
|
||||
"integrity": "sha512-Mr3lpl6PYL/wr16t5p8BJVN/sb8+x9U2pf81ijoozzNOb5oTg/meeBnoPuiEaxHt1zTDRokZ5+V8xoErTjP2AA==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"react-is": "^16.12.0",
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"markdown-it": "^12.0.6",
|
||||
"next": "^10.1.3",
|
||||
"prop-types": "^15.7.2",
|
||||
"rc-util": "^5.9.9",
|
||||
"rc-util": "^5.10.1",
|
||||
"react": "^17.0.2",
|
||||
"react-chartkick": "^0.5.0",
|
||||
"react-dom": "^17.0.2",
|
||||
|
|
Loading…
Reference in a new issue