Browse Source

Bump chart.js from 3.3.2 to 3.4.0 (#232)

Bumps [chart.js](https://github.com/chartjs/Chart.js) from 3.3.2 to 3.4.0.
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](https://github.com/chartjs/Chart.js/compare/v3.3.2...v3.4.0)

---
updated-dependencies:
- dependency-name: chart.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1886/head
dependabot[bot] 5 years ago committed by GitHub
parent
commit
bfb1faee21
  1. 6
      web/package-lock.json
  2. 2
      web/package.json

6
web/package-lock.json generated

@ -1111,9 +1111,9 @@ @@ -1111,9 +1111,9 @@
"integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg=="
},
"chart.js": {
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-3.3.2.tgz",
"integrity": "sha512-H0hSO7xqTIrwxoACqnSoNromEMfXvfuVnrbuSt2TuXfBDDofbnto4zuZlRtRvC73/b37q3wGAWZyUU41QPvNbA=="
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-3.4.0.tgz",
"integrity": "sha512-mJsRm2apQm5mwz2OgYqGNG4erZh/qljcRZkWSa0kLkFr3UC3e1wKRMgnIh6WdhUrNu0w/JT9PkjLyylqEqHXEQ=="
},
"chartjs-adapter-date-fns": {
"version": "2.0.0",

2
web/package.json

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

Loading…
Cancel
Save