Bump rc-util from 5.13.0 to 5.13.1 (#187)

Bumps [rc-util](https://github.com/react-component/util) from 5.13.0 to 5.13.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.13.0...v5.13.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:
dependabot[bot]
2021-05-24 16:25:11 -07:00
committed by GitHub
parent c1802cd4c6
commit d0b9820fb0
2 changed files with 4 additions and 4 deletions

6
web/package-lock.json generated
View File

@@ -4932,9 +4932,9 @@
}
},
"rc-util": {
"version": "5.13.0",
"resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.13.0.tgz",
"integrity": "sha512-hDnFgTt7uLowVNAtWxkCrVdVipqt+4IFyvasMglk9iiWMz/zXB5RjYArPp8hZ6TrxtrdctExh0qTJB3AqwLLRQ==",
"version": "5.13.1",
"resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.13.1.tgz",
"integrity": "sha512-Dws2tjXBBihfjVQFlG5JzZ/5O3Wutctm0W94Wb1+M7GD2roWJPrQdSa4AkWm2pn0Ms32zoVPPkWodFeAYZPLfA==",
"requires": {
"@babel/runtime": "^7.12.5",
"react-is": "^16.12.0",

View File

@@ -17,7 +17,7 @@
"markdown-it": "^12.0.6",
"next": "^10.2.2",
"prop-types": "^15.7.2",
"rc-util": "^5.13.0",
"rc-util": "^5.13.1",
"react": "^17.0.2",
"react-chartkick": "^0.5.0",
"react-dom": "^17.0.2",