From bd0887bcea62c98ca92239157a4924603dd99e47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Oct 2021 18:30:10 -0700 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 22 ++++++++++------------ web/package.json | 2 +- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 757f3196b..1d142fbe8 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -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", diff --git a/web/package.json b/web/package.json index 761a948cf..53a5b9e1f 100644 --- a/web/package.json +++ b/web/package.json @@ -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",