Bump antd from 4.16.7 to 4.16.8 (#254)

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

---
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-07-19 20:19:56 -07:00 committed by GitHub
parent 54932f533c
commit 4aac80196d
2 changed files with 7 additions and 7 deletions

12
web/package-lock.json generated
View File

@ -579,9 +579,9 @@
}
},
"antd": {
"version": "4.16.7",
"resolved": "https://registry.npmjs.org/antd/-/antd-4.16.7.tgz",
"integrity": "sha512-9XQnTpQ21zqnXWAvFvt1mm0j5+r4E7N/eK0kSEBqxuoTCzTrrn5iwhXFEZ2htJx9QJFlihST/T1Wd8JzRf9J3Q==",
"version": "4.16.8",
"resolved": "https://registry.npmjs.org/antd/-/antd-4.16.8.tgz",
"integrity": "sha512-xM1zheIYvS/0x05sM3Yj5cwBu6TjzS7RdwQug1bgbtDAk94dacuFvdLa4PjsvEiG6kz0uNzaaIaDBis7LRH5hA==",
"requires": {
"@ant-design/colors": "^6.0.0",
"@ant-design/icons": "^4.6.2",
@ -4594,9 +4594,9 @@
}
},
"rc-dialog": {
"version": "8.5.2",
"resolved": "https://registry.npmjs.org/rc-dialog/-/rc-dialog-8.5.2.tgz",
"integrity": "sha512-3n4taFcjqhTE9uNuzjB+nPDeqgRBTEGBfe46mb1e7r88DgDo0lL4NnxY/PZ6PJKd2tsCt+RrgF/+YeTvJ/Thsw==",
"version": "8.5.3",
"resolved": "https://registry.npmjs.org/rc-dialog/-/rc-dialog-8.5.3.tgz",
"integrity": "sha512-zoamT8L6+rBwnwjPlrZRxiHCHQXrTcWZD3a6ruoqEdUKP1KgO0eSjMDH9WlF3WEPYMVnb2G5SrjHrhnwgPDu5w==",
"requires": {
"@babel/runtime": "^7.10.1",
"classnames": "^2.2.6",

View File

@ -10,7 +10,7 @@
},
"dependencies": {
"@ant-design/icons": "^4.6.2",
"antd": "^4.16.7",
"antd": "^4.16.8",
"chart.js": "^3.4.1",
"chartkick": "^4.0.5",
"classnames": "^2.3.1",