Bump antd from 4.15.1 to 4.15.2 (#131)

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

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-04-19 14:04:13 -07:00 committed by GitHub
parent b29da21112
commit f18c0e19ae
2 changed files with 10 additions and 10 deletions

18
web/package-lock.json generated
View file

@ -543,9 +543,9 @@
}
},
"antd": {
"version": "4.15.1",
"resolved": "https://registry.npmjs.org/antd/-/antd-4.15.1.tgz",
"integrity": "sha512-zTZz8GY9yERNjSnH6xWU3Rw5sC3RtHEs/LOTKcSMTtU3Q5jHXIbAHKd1C6bYLQT6Ru75p+/UyKvJoNip/ax/WQ==",
"version": "4.15.2",
"resolved": "https://registry.npmjs.org/antd/-/antd-4.15.2.tgz",
"integrity": "sha512-9IwlR022xSQrG+iJG8d7adSo9gy4n7AuS5x0/OxDi/V3CYSTTfaE24jp1wnmgmXOVAT/77Llg9OEbKcSyFim2g==",
"requires": {
"@ant-design/colors": "^6.0.0",
"@ant-design/icons": "^4.6.2",
@ -4303,9 +4303,9 @@
}
},
"rc-input-number": {
"version": "7.0.4",
"resolved": "https://registry.npmjs.org/rc-input-number/-/rc-input-number-7.0.4.tgz",
"integrity": "sha512-sORROpUKc7iEHfgJjpCg5HdFQwW+MqWswNzyjcl/U1KK0Xwar+3ksYZ7ty6yOQmjyIvpThBGFyjzEp/R3WU1bw==",
"version": "7.0.6",
"resolved": "https://registry.npmjs.org/rc-input-number/-/rc-input-number-7.0.6.tgz",
"integrity": "sha512-J5DIoCKIunoPb16FEghaEOyNDuZXD5F9LxLNcqd31z/0e37XtuHgo4QF/TonKLsESwdg7UAzWhiD0K6PPrN3YQ==",
"requires": {
"@babel/runtime": "^7.10.1",
"classnames": "^2.2.5",
@ -4541,9 +4541,9 @@
}
},
"rc-trigger": {
"version": "5.2.4",
"resolved": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-5.2.4.tgz",
"integrity": "sha512-nLZa4XYo3hOAVauQr7HsGrBtE8/pyoIWhHZnpr7x/H/dd6pPeRzH0//+1TzaBAXylbFgsY6hogKAMeJwaKeDFw==",
"version": "5.2.5",
"resolved": "https://registry.npmjs.org/rc-trigger/-/rc-trigger-5.2.5.tgz",
"integrity": "sha512-RlF5RpWqK+JeiFeQVOzwjLFzpNe2FowoXc/42azz+20wr/bYF1Q/MwprUK+3+vs/oFhLC0ht3/NlrslAo/OoWA==",
"requires": {
"@babel/runtime": "^7.11.2",
"classnames": "^2.2.6",

View file

@ -10,7 +10,7 @@
},
"dependencies": {
"@ant-design/icons": "^4.6.2",
"antd": "^4.15.1",
"antd": "^4.15.2",
"chart.js": "^3.1.1",
"classnames": "^2.3.1",
"date-fns": "^2.21.1",