Bump rc-util from 5.15.0 to 5.16.0 (#381)

Bumps [rc-util](https://github.com/react-component/util) from 5.15.0 to 5.16.0.
- [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.15.0...v5.16.0)

---
updated-dependencies:
- dependency-name: rc-util
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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-12-02 20:00:26 -08:00 committed by GitHub
parent a7177fee74
commit 30de724ea1
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View file

@ -17,7 +17,7 @@
"markdown-it": "^12.2.0",
"next": "^12.0.4",
"prop-types": "^15.7.2",
"rc-util": "^5.15.0",
"rc-util": "^5.16.0",
"react": "^17.0.2",
"react-chartkick": "^0.5.2",
"react-dom": "^17.0.2",
@ -5505,9 +5505,9 @@
}
},
"node_modules/rc-util": {
"version": "5.15.0",
"resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.15.0.tgz",
"integrity": "sha512-8RI8sjOCXD3FhD3dzQNBQetpGol6BBd3sHQ/8jSGk9NPT0CH3JGtBfPODnASyE7AdDpCFQMOmgcp9CBs3S/1hg==",
"version": "5.16.0",
"resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.16.0.tgz",
"integrity": "sha512-Pp3C9WMc7LvLy/V4BtkRZRENizrbQInvy61muxsIA7beC44D1G8w6hcKrcQ4ujeZA4qhvUT0jLgOok2OhxBTRQ==",
"dependencies": {
"@babel/runtime": "^7.12.5",
"react-is": "^16.12.0",
@ -10695,9 +10695,9 @@
}
},
"rc-util": {
"version": "5.15.0",
"resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.15.0.tgz",
"integrity": "sha512-8RI8sjOCXD3FhD3dzQNBQetpGol6BBd3sHQ/8jSGk9NPT0CH3JGtBfPODnASyE7AdDpCFQMOmgcp9CBs3S/1hg==",
"version": "5.16.0",
"resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.16.0.tgz",
"integrity": "sha512-Pp3C9WMc7LvLy/V4BtkRZRENizrbQInvy61muxsIA7beC44D1G8w6hcKrcQ4ujeZA4qhvUT0jLgOok2OhxBTRQ==",
"requires": {
"@babel/runtime": "^7.12.5",
"react-is": "^16.12.0",

View file

@ -19,7 +19,7 @@
"markdown-it": "^12.2.0",
"next": "^12.0.4",
"prop-types": "^15.7.2",
"rc-util": "^5.15.0",
"rc-util": "^5.16.0",
"react": "^17.0.2",
"react-chartkick": "^0.5.2",
"react-dom": "^17.0.2",