Bump chart.js from 3.3.0 to 3.3.2 (#197)

Bumps [chart.js](https://github.com/chartjs/Chart.js) from 3.3.0 to 3.3.2.
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](https://github.com/chartjs/Chart.js/compare/v3.3.0...v3.3.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-05-31 10:34:27 -07:00 committed by GitHub
parent ade7351a5b
commit 5ce273bc4a
2 changed files with 4 additions and 4 deletions

6
web/package-lock.json generated
View file

@ -1153,9 +1153,9 @@
"integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg=="
},
"chart.js": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-3.3.0.tgz",
"integrity": "sha512-3pO3kL2st1Lzhw+HTGvDwcNYWustHwvApM/v7b2td6CrthyEygbPoXaN/iGZfUpfuovZfJ4dy129RCr39BR1Bg=="
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-3.3.2.tgz",
"integrity": "sha512-H0hSO7xqTIrwxoACqnSoNromEMfXvfuVnrbuSt2TuXfBDDofbnto4zuZlRtRvC73/b37q3wGAWZyUU41QPvNbA=="
},
"chartjs-adapter-date-fns": {
"version": "2.0.0",

View file

@ -11,7 +11,7 @@
"dependencies": {
"@ant-design/icons": "^4.6.2",
"antd": "^4.16.0",
"chart.js": "^3.3.0",
"chart.js": "^3.3.2",
"classnames": "^2.3.1",
"date-fns": "^2.21.3",
"markdown-it": "^12.0.6",