Bump rc-util from 5.16.0 to 5.16.1 (#384)

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

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

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-05 20:02:14 -08:00 committed by GitHub
parent c2ccd4d094
commit b011d11fa1
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.16.0",
"rc-util": "^5.16.1",
"react": "^17.0.2",
"react-chartkick": "^0.5.2",
"react-dom": "^17.0.2",
@ -5505,9 +5505,9 @@
}
},
"node_modules/rc-util": {
"version": "5.16.0",
"resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.16.0.tgz",
"integrity": "sha512-Pp3C9WMc7LvLy/V4BtkRZRENizrbQInvy61muxsIA7beC44D1G8w6hcKrcQ4ujeZA4qhvUT0jLgOok2OhxBTRQ==",
"version": "5.16.1",
"resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.16.1.tgz",
"integrity": "sha512-kSCyytvdb3aRxQacS/71ta6c+kBWvM1v8/2h9d/HaNWauc3qB8pLnF20PJ8NajkNN8gb+rR1l0eWO+D4Pz+LLQ==",
"dependencies": {
"@babel/runtime": "^7.12.5",
"react-is": "^16.12.0",
@ -10695,9 +10695,9 @@
}
},
"rc-util": {
"version": "5.16.0",
"resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.16.0.tgz",
"integrity": "sha512-Pp3C9WMc7LvLy/V4BtkRZRENizrbQInvy61muxsIA7beC44D1G8w6hcKrcQ4ujeZA4qhvUT0jLgOok2OhxBTRQ==",
"version": "5.16.1",
"resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.16.1.tgz",
"integrity": "sha512-kSCyytvdb3aRxQacS/71ta6c+kBWvM1v8/2h9d/HaNWauc3qB8pLnF20PJ8NajkNN8gb+rR1l0eWO+D4Pz+LLQ==",
"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.16.0",
"rc-util": "^5.16.1",
"react": "^17.0.2",
"react-chartkick": "^0.5.2",
"react-dom": "^17.0.2",