mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 04:40:37 +03:00
Bump rc-util from 5.12.1 to 5.12.2 (#160)
Bumps [rc-util](https://github.com/react-component/util) from 5.12.1 to 5.12.2. - [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.12.1...v5.12.2) 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
3511ea8db9
commit
698efaee57
2 changed files with 7 additions and 7 deletions
12
web/package-lock.json
generated
12
web/package-lock.json
generated
|
@ -4644,9 +4644,9 @@
|
|||
}
|
||||
},
|
||||
"rc-util": {
|
||||
"version": "5.12.1",
|
||||
"resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.12.1.tgz",
|
||||
"integrity": "sha512-PrvX/LUPONoeIaJ35hiS5SeXP6DhwAfpoJG6X4Kc5X7NDgCgk/NfXrNfmijuSh8suHkWk1Quz93d2JdjomwOQA==",
|
||||
"version": "5.12.2",
|
||||
"resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.12.2.tgz",
|
||||
"integrity": "sha512-kzqG2lHY4oZsoj5Svov12K+9wi0xQHvGzfbLlsF1PDEH1aTbgdNTwlE7mejc3MGEr+7bNHa4+T5ZemCS8vQ1Gw==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"react-is": "^16.12.0",
|
||||
|
@ -4654,9 +4654,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": {
|
||||
"version": "7.13.17",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.17.tgz",
|
||||
"integrity": "sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA==",
|
||||
"version": "7.14.0",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz",
|
||||
"integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==",
|
||||
"requires": {
|
||||
"regenerator-runtime": "^0.13.4"
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"markdown-it": "^12.0.6",
|
||||
"next": "^10.1.3",
|
||||
"prop-types": "^15.7.2",
|
||||
"rc-util": "^5.12.1",
|
||||
"rc-util": "^5.12.2",
|
||||
"react": "^17.0.2",
|
||||
"react-chartkick": "^0.5.0",
|
||||
"react-dom": "^17.0.2",
|
||||
|
|
Loading…
Reference in a new issue