Bump rc-util from 5.9.3 to 5.9.4 (#79)

Bumps [rc-util](https://github.com/react-component/util) from 5.9.3 to 5.9.4.
- [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.3...v5.9.4)

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-03-19 10:00:41 -07:00 committed by GitHub
parent 0404362f4b
commit ab0cf2ad9d
2 changed files with 4 additions and 4 deletions

6
web/package-lock.json generated
View file

@ -4099,9 +4099,9 @@
}
},
"rc-util": {
"version": "5.9.3",
"resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.9.3.tgz",
"integrity": "sha512-UgkdlxLid867P3YA0K5aDFPbuWkf4PYrihmUyPHcZuXep475P2upzmUXG+3jCZYPI4vWI4MsZWB1Q8gASchwdw==",
"version": "5.9.4",
"resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.9.4.tgz",
"integrity": "sha512-pzFmYZsKLJ1p+Uv4NqA4aNBaFh8/hOQxOOxA5G4TiyPboa0o/PjminxUCKvoSwVJVW5YgleSM2XPCTpTV6DCsQ==",
"requires": {
"@babel/runtime": "^7.12.5",
"react-is": "^16.12.0",

View file

@ -17,7 +17,7 @@
"markdown-it": "^12.0.4",
"next": "^10.0.9",
"prop-types": "^15.7.2",
"rc-util": "^5.9.3",
"rc-util": "^5.9.4",
"react": "^17.0.1",
"react-chartkick": "^0.4.1",
"react-dom": "^17.0.1",