Bump rc-util from 5.13.1 to 5.13.2 (#247)

Bumps [rc-util](https://github.com/react-component/util) from 5.13.1 to 5.13.2.
- [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.1...v5.13.2)

---
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-07-08 18:06:32 -07:00
committed by GitHub
parent 197992e78b
commit 865c7eb08f
2 changed files with 7 additions and 7 deletions

12
web/package-lock.json generated
View File

@@ -4998,9 +4998,9 @@
} }
}, },
"rc-util": { "rc-util": {
"version": "5.13.1", "version": "5.13.2",
"resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.13.1.tgz", "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.13.2.tgz",
"integrity": "sha512-Dws2tjXBBihfjVQFlG5JzZ/5O3Wutctm0W94Wb1+M7GD2roWJPrQdSa4AkWm2pn0Ms32zoVPPkWodFeAYZPLfA==", "integrity": "sha512-eYc71XXGlp96RMzg01Mhq/T3BL6OOVTDSS0urFEuvpi+e7slhJRhaHGCKy2hqJm18m9ff7VoRoptplKu60dYog==",
"requires": { "requires": {
"@babel/runtime": "^7.12.5", "@babel/runtime": "^7.12.5",
"react-is": "^16.12.0", "react-is": "^16.12.0",
@@ -5008,9 +5008,9 @@
}, },
"dependencies": { "dependencies": {
"@babel/runtime": { "@babel/runtime": {
"version": "7.14.0", "version": "7.14.6",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.6.tgz",
"integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", "integrity": "sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==",
"requires": { "requires": {
"regenerator-runtime": "^0.13.4" "regenerator-runtime": "^0.13.4"
} }

View File

@@ -17,7 +17,7 @@
"markdown-it": "^12.1.0", "markdown-it": "^12.1.0",
"next": "^10.2.3", "next": "^10.2.3",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"rc-util": "^5.13.1", "rc-util": "^5.13.2",
"react": "^17.0.2", "react": "^17.0.2",
"react-chartkick": "^0.5.0", "react-chartkick": "^0.5.0",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",