Bump rc-util from 5.16.1 to 5.17.0 (#433)

Bumps [rc-util](https://github.com/react-component/util) from 5.16.1 to 5.17.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.16.1...v5.17.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] 2022-01-24 17:06:20 -08:00 committed by GitHub
parent 5d88bcedca
commit 07107a6f4d
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -18,7 +18,7 @@
"markdown-it": "^12.3.2",
"next": "^12.0.8",
"prop-types": "^15.8.1",
"rc-util": "^5.16.1",
"rc-util": "^5.17.0",
"react": "^17.0.2",
"react-chartkick": "^0.5.2",
"react-dom": "^17.0.2",
@ -5063,9 +5063,9 @@
}
},
"node_modules/rc-util": {
"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==",
"version": "5.17.0",
"resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.17.0.tgz",
"integrity": "sha512-HWuTIKzBeZQQ7IBqdokE0wMp/xx39/KfUJ0gcquBigoldDCrf3YBcWFHrrQlJG7sI82Wg8mwp1uAKV3zMGfAgg==",
"dependencies": {
"@babel/runtime": "^7.12.5",
"react-is": "^16.12.0",
@ -9599,9 +9599,9 @@
}
},
"rc-util": {
"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==",
"version": "5.17.0",
"resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.17.0.tgz",
"integrity": "sha512-HWuTIKzBeZQQ7IBqdokE0wMp/xx39/KfUJ0gcquBigoldDCrf3YBcWFHrrQlJG7sI82Wg8mwp1uAKV3zMGfAgg==",
"requires": {
"@babel/runtime": "^7.12.5",
"react-is": "^16.12.0",

View File

@ -19,7 +19,7 @@
"markdown-it": "^12.3.2",
"next": "^12.0.8",
"prop-types": "^15.8.1",
"rc-util": "^5.16.1",
"rc-util": "^5.17.0",
"react": "^17.0.2",
"react-chartkick": "^0.5.2",
"react-dom": "^17.0.2",