Merge pull request #32 from owncast/dependabot/npm_and_yarn/ant-design/icons-4.5.0

Bump @ant-design/icons from 4.2.2 to 4.5.0
This commit is contained in:
Gabe Kangas 2021-02-17 09:37:03 -08:00 committed by GitHub
commit e71a237211
2 changed files with 15 additions and 10 deletions

23
web/package-lock.json generated
View file

@ -112,24 +112,24 @@
"integrity": "sha512-LrX0OGZtW+W6iLnTAqnTaoIsRelYeuLZWsrmBJFUXDALQphPsN8cE5DCsmoSlL0QYb94BQxINiuS70Ar/8BNgA=="
},
"@ant-design/icons": {
"version": "4.2.2",
"resolved": "https://registry.npmjs.org/@ant-design/icons/-/icons-4.2.2.tgz",
"integrity": "sha512-DrVV+wcupnHS7PehJ6KiTcJtAR5c25UMgjGECCc6pUT9rsvw0AuYG+a4HDjfxEQuDqKTHwW+oX/nIvCymyLE8Q==",
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/@ant-design/icons/-/icons-4.5.0.tgz",
"integrity": "sha512-ZAKJcmr4DBV3NWr8wm2dCxNKN4eFrX+qCaPsuFejP6FRsf+m5OKxvCVi9bSp1lmKWeOI5yECAx5s0uFm4QHuPw==",
"requires": {
"@ant-design/colors": "^3.1.0",
"@ant-design/colors": "^6.0.0",
"@ant-design/icons-svg": "^4.0.0",
"@babel/runtime": "^7.10.4",
"@babel/runtime": "^7.11.2",
"classnames": "^2.2.6",
"insert-css": "^2.0.0",
"rc-util": "^5.0.1"
},
"dependencies": {
"@ant-design/colors": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/@ant-design/colors/-/colors-3.2.2.tgz",
"integrity": "sha512-YKgNbG2dlzqMhA9NtI3/pbY16m3Yl/EeWBRa+lB1X1YaYxHrxNexiQYCLTWO/uDvAjLFMEDU+zR901waBtMtjQ==",
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/@ant-design/colors/-/colors-6.0.0.tgz",
"integrity": "sha512-qAZRvPzfdWHtfameEGP2Qvuf838NhergR35o+EuVyB5XvSA98xod5r4utvi4TJ3ywmevm290g9nsCG5MryrdWQ==",
"requires": {
"tinycolor2": "^1.4.1"
"@ctrl/tinycolor": "^3.4.0"
}
}
}
@ -203,6 +203,11 @@
"to-fast-properties": "^2.0.0"
}
},
"@ctrl/tinycolor": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/@ctrl/tinycolor/-/tinycolor-3.4.0.tgz",
"integrity": "sha512-JZButFdZ1+/xAfpguQHoabIXkcqRRKpMrWKBkpEZZyxfY9C1DpADFB8PEqGSTeFr135SaTRfKqGKx5xSCLI7ZQ=="
},
"@eslint/eslintrc": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.1.3.tgz",

View file

@ -8,7 +8,7 @@
"start": "next start"
},
"dependencies": {
"@ant-design/icons": "^4.2.2",
"@ant-design/icons": "^4.5.0",
"antd": "^4.6.6",
"chart.js": "^2.9.4",
"classnames": "^2.2.6",