Bump antd from 4.16.3 to 4.16.5 (#231)

Bumps [antd](https://github.com/ant-design/ant-design) from 4.16.3 to 4.16.5.
- [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.3...4.16.5)

---
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-23 18:18:30 -07:00 committed by GitHub
parent 894cc2403e
commit 0ee8603f8a
2 changed files with 14 additions and 14 deletions

26
web/package-lock.json generated
View file

@ -575,9 +575,9 @@
}
},
"antd": {
"version": "4.16.3",
"resolved": "https://registry.npmjs.org/antd/-/antd-4.16.3.tgz",
"integrity": "sha512-goFcDw8MB9PKgb+fHjUEOwoseL5iuMNelzcdFJOJaG1LXPm9d/ZQhQWdYbzQf5l7v6bmvvvi91WNB1rDsuXh3w==",
"version": "4.16.5",
"resolved": "https://registry.npmjs.org/antd/-/antd-4.16.5.tgz",
"integrity": "sha512-HOPqJWdncFsviMisff7KUM77wwmIlSCfS6J0LAs3D/VP7pRCqo1YQLkdBJ77wxRjS60rwe8KDDayulohiTSoBQ==",
"requires": {
"@ant-design/colors": "^6.0.0",
"@ant-design/icons": "^4.6.2",
@ -598,7 +598,7 @@
"rc-image": "~5.2.4",
"rc-input-number": "~7.1.0",
"rc-mentions": "~1.6.1",
"rc-menu": "~9.0.9",
"rc-menu": "~9.0.12",
"rc-motion": "^2.4.0",
"rc-notification": "~4.5.7",
"rc-pagination": "~3.1.6",
@ -4739,9 +4739,9 @@
}
},
"rc-menu": {
"version": "9.0.11",
"resolved": "https://registry.npmjs.org/rc-menu/-/rc-menu-9.0.11.tgz",
"integrity": "sha512-lwE6Zrs3ZpK9XKuk8+AOsQI3QXQFybzANvTNU2DIZQuqi53aEJIzNtibfq9j68DosKhKcxV++GcK9K6pL9Ku8A==",
"version": "9.0.12",
"resolved": "https://registry.npmjs.org/rc-menu/-/rc-menu-9.0.12.tgz",
"integrity": "sha512-8uy47DL36iDEwVZdUO/fjhhW5+4j0tYlrCsOzw6iy8MJqKL7/HC2pj7sL/S9ayp2+hk9fYQYB9Tu+UN+N2OOOQ==",
"requires": {
"@babel/runtime": "^7.10.1",
"classnames": "2.x",
@ -4838,9 +4838,9 @@
}
},
"rc-select": {
"version": "12.1.10",
"resolved": "https://registry.npmjs.org/rc-select/-/rc-select-12.1.10.tgz",
"integrity": "sha512-LQdUhYncvcULlrNcAShYicc1obPtnNK7/rvCD+YCm0b2BLLYxl3M3b/HOX6o+ppPej+yZulkUPeU6gcgcp9nag==",
"version": "12.1.13",
"resolved": "https://registry.npmjs.org/rc-select/-/rc-select-12.1.13.tgz",
"integrity": "sha512-cPI+aesP6dgCAaey4t4upDbEukJe+XN0DK6oO/6flcCX5o28o7KNZD7JAiVtC/6fCwqwI/kSs7S/43dvHmBl+A==",
"requires": {
"@babel/runtime": "^7.10.1",
"classnames": "2.x",
@ -4995,9 +4995,9 @@
}
},
"rc-virtual-list": {
"version": "3.2.6",
"resolved": "https://registry.npmjs.org/rc-virtual-list/-/rc-virtual-list-3.2.6.tgz",
"integrity": "sha512-8FiQLDzm3c/tMX0d62SQtKDhLH7zFlSI6pWBAPt+TUntEqd3Lz9zFAmpvTu8gkvUom/HCsDSZs4wfV4wDPWC0Q==",
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/rc-virtual-list/-/rc-virtual-list-3.3.0.tgz",
"integrity": "sha512-lVXpGWC6yMdwV2SHo6kc63WlqjCnb3eO72V726KA2/wh9KA6wi/swcdR3zAowuA8hJxG/lRANmY5kpLZ+Pz3iQ==",
"requires": {
"classnames": "^2.2.6",
"rc-resize-observer": "^1.0.0",

View file

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