0

Bump chart.js from 3.6.2 to 3.7.0 (#404)

Bumps [chart.js](https://github.com/chartjs/Chart.js) from 3.6.2 to 3.7.0.
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](https://github.com/chartjs/Chart.js/compare/v3.6.2...v3.7.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>
This commit is contained in:
dependabot[bot] 2021-12-24 13:04:26 -08:00 committed by GitHub
parent f1058af309
commit b38b7ad6e3
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -10,7 +10,7 @@
"dependencies": {
"@ant-design/icons": "^4.7.0",
"antd": "^4.17.4",
"chart.js": "^3.6.2",
"chart.js": "^3.7.0",
"chartkick": "^4.1.1",
"classnames": "^2.3.1",
"date-fns": "^2.27.0",
@ -1416,9 +1416,9 @@
}
},
"node_modules/chart.js": {
"version": "3.6.2",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-3.6.2.tgz",
"integrity": "sha512-Xz7f/fgtVltfQYWq0zL1Xbv7N2inpG+B54p3D5FSvpCdy3sM+oZhbqa42eNuYXltaVvajgX5UpKCU2GeeJIgxg=="
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-3.7.0.tgz",
"integrity": "sha512-31gVuqqKp3lDIFmzpKIrBeum4OpZsQjSIAqlOpgjosHDJZlULtvwLEZKtEhIAZc7JMPaHlYMys40Qy9Mf+1AAg=="
},
"node_modules/chartjs-adapter-date-fns": {
"version": "2.0.0",
@ -7664,9 +7664,9 @@
"integrity": "sha512-pE3Z15lLRxDzWJy7bBHBopRwfI20sbrMVLQTC7xsPglCHf4Wv1e167OgYAFP78co2XlhojDyAqA+IAJse27//g=="
},
"chart.js": {
"version": "3.6.2",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-3.6.2.tgz",
"integrity": "sha512-Xz7f/fgtVltfQYWq0zL1Xbv7N2inpG+B54p3D5FSvpCdy3sM+oZhbqa42eNuYXltaVvajgX5UpKCU2GeeJIgxg=="
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-3.7.0.tgz",
"integrity": "sha512-31gVuqqKp3lDIFmzpKIrBeum4OpZsQjSIAqlOpgjosHDJZlULtvwLEZKtEhIAZc7JMPaHlYMys40Qy9Mf+1AAg=="
},
"chartjs-adapter-date-fns": {
"version": "2.0.0",

View File

@ -11,7 +11,7 @@
"dependencies": {
"@ant-design/icons": "^4.7.0",
"antd": "^4.17.4",
"chart.js": "^3.6.2",
"chart.js": "^3.7.0",
"chartkick": "^4.1.1",
"classnames": "^2.3.1",
"date-fns": "^2.27.0",