From 3f29b06d9d2ca3f32851e7161ddd4f4ea4cca38e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Nov 2021 17:36:37 -0800 Subject: [PATCH] Bump chartkick from 4.1.0 to 4.1.1 (#358) Bumps [chartkick](https://github.com/ankane/chartkick.js) from 4.1.0 to 4.1.1. - [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.1.0...v4.1.1) --- updated-dependencies: - dependency-name: chartkick dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 14 +++++++------- web/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 5e4631dc1..a457a2a5b 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -10,7 +10,7 @@ "@ant-design/icons": "^4.7.0", "antd": "^4.16.13", "chart.js": "^3.6.0", - "chartkick": "^4.1.0", + "chartkick": "^4.1.1", "classnames": "^2.3.1", "date-fns": "^2.25.0", "lodash": "^4.17.21", @@ -1422,9 +1422,9 @@ "optional": true }, "node_modules/chartkick": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/chartkick/-/chartkick-4.1.0.tgz", - "integrity": "sha512-BBf1JWV7SRsxDng9Fh4MRGuj93VPkF8F1pcrOfbCD/ey+/Fyo+tFF8vqpGAjOyu7oNd4cc1IC/OUixUtPsfNmg==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/chartkick/-/chartkick-4.1.1.tgz", + "integrity": "sha512-+3+dIKZo8MzOiQFc4FZDZiRjDnrgVxgjk3tKXVclMcDF8yIJAEqSr5/l4pqpB2Rxye1s2Dg3j6bVA9eIeDbnCQ==", "optionalDependencies": { "chart.js": ">=3.0.2", "chartjs-adapter-date-fns": ">=2.0.0", @@ -7543,9 +7543,9 @@ "optional": true }, "chartkick": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/chartkick/-/chartkick-4.1.0.tgz", - "integrity": "sha512-BBf1JWV7SRsxDng9Fh4MRGuj93VPkF8F1pcrOfbCD/ey+/Fyo+tFF8vqpGAjOyu7oNd4cc1IC/OUixUtPsfNmg==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/chartkick/-/chartkick-4.1.1.tgz", + "integrity": "sha512-+3+dIKZo8MzOiQFc4FZDZiRjDnrgVxgjk3tKXVclMcDF8yIJAEqSr5/l4pqpB2Rxye1s2Dg3j6bVA9eIeDbnCQ==", "requires": { "chart.js": ">=3.0.2", "chartjs-adapter-date-fns": ">=2.0.0", diff --git a/web/package.json b/web/package.json index d64cba5d0..b54c73ffd 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.6.0", - "chartkick": "^4.1.0", + "chartkick": "^4.1.1", "classnames": "^2.3.1", "date-fns": "^2.25.0", "lodash": "^4.17.21",