Bump @ant-design/icons from 4.6.1 to 4.6.2 (#80)

Bumps [@ant-design/icons](https://github.com/ant-design/ant-design-icons) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/ant-design/ant-design-icons/releases)
- [Commits](https://github.com/ant-design/ant-design-icons/commits)

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-03-22 00:31:38 -07:00 committed by GitHub
parent 3031f8144e
commit 6046f91e48
2 changed files with 5 additions and 27 deletions

30
web/package-lock.json generated
View file

@ -13,37 +13,15 @@
}
},
"@ant-design/icons": {
"version": "4.6.1",
"resolved": "https://registry.npmjs.org/@ant-design/icons/-/icons-4.6.1.tgz",
"integrity": "sha512-wqvm63CaRcrO6+W8uML1y7SVic/58gjrW+xDkD3YES4SjRPzXMQdap/LGlbcS5tz35bQFnal7dPdNFhHsA5E7g==",
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/@ant-design/icons/-/icons-4.6.2.tgz",
"integrity": "sha512-QsBG2BxBYU/rxr2eb8b2cZ4rPKAPBpzAR+0v6rrZLp/lnyvflLH3tw1vregK+M7aJauGWjIGNdFmUfpAOtw25A==",
"requires": {
"@ant-design/colors": "^6.0.0",
"@ant-design/icons-svg": "^4.0.0",
"@babel/runtime": "^7.11.2",
"classnames": "^2.2.6",
"rc-util": "^5.9.3"
},
"dependencies": {
"rc-util": {
"version": "5.9.3",
"resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.9.3.tgz",
"integrity": "sha512-UgkdlxLid867P3YA0K5aDFPbuWkf4PYrihmUyPHcZuXep475P2upzmUXG+3jCZYPI4vWI4MsZWB1Q8gASchwdw==",
"requires": {
"@babel/runtime": "^7.12.5",
"react-is": "^16.12.0",
"shallowequal": "^1.1.0"
},
"dependencies": {
"@babel/runtime": {
"version": "7.13.10",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.10.tgz",
"integrity": "sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
}
}
}
"rc-util": "^5.9.4"
}
},
"@ant-design/icons-svg": {

View file

@ -9,7 +9,7 @@
"lint": "eslint --ext .js,.ts,.tsx types/ pages/ components/"
},
"dependencies": {
"@ant-design/icons": "^4.6.1",
"@ant-design/icons": "^4.6.2",
"antd": "^4.14.0",
"chart.js": "^2.9.4",
"classnames": "^2.2.6",