Bump antd from 4.16.5 to 4.16.6 (#235)

Bumps [antd](https://github.com/ant-design/ant-design) from 4.16.5 to 4.16.6.
- [Release notes](https://github.com/ant-design/ant-design/releases)
- [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md)
- [Commits](https://github.com/ant-design/ant-design/compare/4.16.5...4.16.6)

---
updated-dependencies:
- dependency-name: antd
  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-06-29 18:05:42 -07:00 committed by GitHub
parent e930481cc8
commit ed87019f4e
2 changed files with 14 additions and 14 deletions

26
web/package-lock.json generated
View File

@ -575,9 +575,9 @@
} }
}, },
"antd": { "antd": {
"version": "4.16.5", "version": "4.16.6",
"resolved": "https://registry.npmjs.org/antd/-/antd-4.16.5.tgz", "resolved": "https://registry.npmjs.org/antd/-/antd-4.16.6.tgz",
"integrity": "sha512-HOPqJWdncFsviMisff7KUM77wwmIlSCfS6J0LAs3D/VP7pRCqo1YQLkdBJ77wxRjS60rwe8KDDayulohiTSoBQ==", "integrity": "sha512-E7T+GClZPGjPUfmiuTbQK4+OfvsQ/Ksi5C71Bm4dwz1wlbJ4CqfxhIlpBypod9fe8mCI+bVAjtBoUpR1q/6Sow==",
"requires": { "requires": {
"@ant-design/colors": "^6.0.0", "@ant-design/colors": "^6.0.0",
"@ant-design/icons": "^4.6.2", "@ant-design/icons": "^4.6.2",
@ -614,7 +614,7 @@
"rc-tabs": "~11.9.1", "rc-tabs": "~11.9.1",
"rc-textarea": "~0.3.0", "rc-textarea": "~0.3.0",
"rc-tooltip": "~5.1.1", "rc-tooltip": "~5.1.1",
"rc-tree": "~4.1.0", "rc-tree": "~4.2.1",
"rc-tree-select": "~4.3.0", "rc-tree-select": "~4.3.0",
"rc-trigger": "^5.2.1", "rc-trigger": "^5.2.1",
"rc-upload": "~4.3.0", "rc-upload": "~4.3.0",
@ -4785,18 +4785,18 @@
} }
}, },
"rc-pagination": { "rc-pagination": {
"version": "3.1.6", "version": "3.1.7",
"resolved": "https://registry.npmjs.org/rc-pagination/-/rc-pagination-3.1.6.tgz", "resolved": "https://registry.npmjs.org/rc-pagination/-/rc-pagination-3.1.7.tgz",
"integrity": "sha512-Pb2zJEt8uxXzYCWx/2qwsYZ3vSS9Eqdw0cJBli6C58/iYhmvutSBqrBJh51Z5UzYc5ZcW5CMeP5LbbKE1J3rpw==", "integrity": "sha512-sl0HGVhv6AsMzA5H3q7cBQcbAGj/sFjoiDSLvq3+/4IjihPqScZnSSiqR4Wu9G8RLgNjrBnGrSdTGO2Kyrt3IA==",
"requires": { "requires": {
"@babel/runtime": "^7.10.1", "@babel/runtime": "^7.10.1",
"classnames": "^2.2.1" "classnames": "^2.2.1"
} }
}, },
"rc-picker": { "rc-picker": {
"version": "2.5.12", "version": "2.5.13",
"resolved": "https://registry.npmjs.org/rc-picker/-/rc-picker-2.5.12.tgz", "resolved": "https://registry.npmjs.org/rc-picker/-/rc-picker-2.5.13.tgz",
"integrity": "sha512-rUqEtpNZdPTnnCMvWWioFFcJiq110Bq7fKAS37NY4Rrd3DoXZUwyfjeCrvCWgLLO9XeYDnDr88+rhhplY7HBNA==", "integrity": "sha512-FbEK5tKB5RVO/Pw3DHwYdL338oVH8TdfDU69fXjeStVeiaqDHf+VgpwI5qXo5vJltmmlNcM2oAbLPq7iIKDFRw==",
"requires": { "requires": {
"@babel/runtime": "^7.10.1", "@babel/runtime": "^7.10.1",
"classnames": "^2.2.1", "classnames": "^2.2.1",
@ -4929,9 +4929,9 @@
} }
}, },
"rc-tree": { "rc-tree": {
"version": "4.1.5", "version": "4.2.1",
"resolved": "https://registry.npmjs.org/rc-tree/-/rc-tree-4.1.5.tgz", "resolved": "https://registry.npmjs.org/rc-tree/-/rc-tree-4.2.1.tgz",
"integrity": "sha512-q2vjcmnBDylGZ9/ZW4F9oZMKMJdbFWC7um+DAQhZG1nqyg1iwoowbBggUDUaUOEryJP+08bpliEAYnzJXbI5xQ==", "integrity": "sha512-uBIJ2/CMsR3I53W14WjyX+m3AY54qG7AuqlVr0jqIBWxiRtnOkKCCBpYLuUIxbqjJ9+QvNtHyxjwxHG0v/zD5g==",
"requires": { "requires": {
"@babel/runtime": "^7.10.1", "@babel/runtime": "^7.10.1",
"classnames": "2.x", "classnames": "2.x",

View File

@ -10,7 +10,7 @@
}, },
"dependencies": { "dependencies": {
"@ant-design/icons": "^4.6.2", "@ant-design/icons": "^4.6.2",
"antd": "^4.16.5", "antd": "^4.16.6",
"chart.js": "^3.3.2", "chart.js": "^3.3.2",
"classnames": "^2.3.1", "classnames": "^2.3.1",
"date-fns": "^2.22.1", "date-fns": "^2.22.1",