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:
dependabot[bot] 2021-05-06 22:58:03 -07:00 committed by GitHub
parent 3511ea8db9
commit 698efaee57
2 changed files with 7 additions and 7 deletions

12
web/package-lock.json generated
View file

@ -4644,9 +4644,9 @@
} }
}, },
"rc-util": { "rc-util": {
"version": "5.12.1", "version": "5.12.2",
"resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.12.1.tgz", "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.12.2.tgz",
"integrity": "sha512-PrvX/LUPONoeIaJ35hiS5SeXP6DhwAfpoJG6X4Kc5X7NDgCgk/NfXrNfmijuSh8suHkWk1Quz93d2JdjomwOQA==", "integrity": "sha512-kzqG2lHY4oZsoj5Svov12K+9wi0xQHvGzfbLlsF1PDEH1aTbgdNTwlE7mejc3MGEr+7bNHa4+T5ZemCS8vQ1Gw==",
"requires": { "requires": {
"@babel/runtime": "^7.12.5", "@babel/runtime": "^7.12.5",
"react-is": "^16.12.0", "react-is": "^16.12.0",
@ -4654,9 +4654,9 @@
}, },
"dependencies": { "dependencies": {
"@babel/runtime": { "@babel/runtime": {
"version": "7.13.17", "version": "7.14.0",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.17.tgz", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz",
"integrity": "sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA==", "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==",
"requires": { "requires": {
"regenerator-runtime": "^0.13.4" "regenerator-runtime": "^0.13.4"
} }

View file

@ -17,7 +17,7 @@
"markdown-it": "^12.0.6", "markdown-it": "^12.0.6",
"next": "^10.1.3", "next": "^10.1.3",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"rc-util": "^5.12.1", "rc-util": "^5.12.2",
"react": "^17.0.2", "react": "^17.0.2",
"react-chartkick": "^0.5.0", "react-chartkick": "^0.5.0",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",