Bump chartkick from 4.0.5 to 4.1.0 (#340)

Bumps [chartkick](https://github.com/ankane/chartkick.js) from 4.0.5 to 4.1.0.
- [Release notes](https://github.com/ankane/chartkick.js/releases)
- [Changelog](https://github.com/ankane/chartkick.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ankane/chartkick.js/compare/v4.0.5...v4.1.0)

---
updated-dependencies:
- dependency-name: chartkick
  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-10-24 18:30:10 -07:00
committed by GitHub
parent 1df6b25b28
commit bd0887bcea
2 changed files with 11 additions and 13 deletions

22
web/package-lock.json generated
View File

@@ -11,7 +11,7 @@
"@ant-design/icons": "^4.7.0",
"antd": "^4.16.13",
"chart.js": "^3.5.1",
"chartkick": "^4.0.5",
"chartkick": "^4.1.0",
"classnames": "^2.3.1",
"date-fns": "^2.25.0",
"lodash": "^4.17.21",
@@ -1719,15 +1719,13 @@
"optional": true
},
"node_modules/chartkick": {
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/chartkick/-/chartkick-4.0.5.tgz",
"integrity": "sha512-xKak4Fsgfvp1hj/LykRKkniDMaZASx2A4TdVc/sfsiNFFNf1m+D7PGwP1vgj1UsbsCjOCSfGWWyJpOYxkUCBug==",
"dependencies": {
"chart.js": ">=3.0.2",
"date-fns": ">=2.0.0"
},
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/chartkick/-/chartkick-4.1.0.tgz",
"integrity": "sha512-BBf1JWV7SRsxDng9Fh4MRGuj93VPkF8F1pcrOfbCD/ey+/Fyo+tFF8vqpGAjOyu7oNd4cc1IC/OUixUtPsfNmg==",
"optionalDependencies": {
"chartjs-adapter-date-fns": ">=2.0.0"
"chart.js": ">=3.0.2",
"chartjs-adapter-date-fns": ">=2.0.0",
"date-fns": ">=2.0.0"
}
},
"node_modules/chokidar": {
@@ -8367,9 +8365,9 @@
"optional": true
},
"chartkick": {
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/chartkick/-/chartkick-4.0.5.tgz",
"integrity": "sha512-xKak4Fsgfvp1hj/LykRKkniDMaZASx2A4TdVc/sfsiNFFNf1m+D7PGwP1vgj1UsbsCjOCSfGWWyJpOYxkUCBug==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/chartkick/-/chartkick-4.1.0.tgz",
"integrity": "sha512-BBf1JWV7SRsxDng9Fh4MRGuj93VPkF8F1pcrOfbCD/ey+/Fyo+tFF8vqpGAjOyu7oNd4cc1IC/OUixUtPsfNmg==",
"requires": {
"chart.js": ">=3.0.2",
"chartjs-adapter-date-fns": ">=2.0.0",

View File

@@ -12,7 +12,7 @@
"@ant-design/icons": "^4.7.0",
"antd": "^4.16.13",
"chart.js": "^3.5.1",
"chartkick": "^4.0.5",
"chartkick": "^4.1.0",
"classnames": "^2.3.1",
"date-fns": "^2.25.0",
"lodash": "^4.17.21",