From e0f34384a3b10074dce86e6e0d5ba6a5b92d3722 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 05:24:49 +0000 Subject: [PATCH] Bump chart.js from 3.3.0 to 3.3.2 in /frontend Bumps [chart.js](https://github.com/chartjs/Chart.js) from 3.3.0 to 3.3.2. - [Release notes](https://github.com/chartjs/Chart.js/releases) - [Commits](https://github.com/chartjs/Chart.js/compare/v3.3.0...v3.3.2) Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 7bf49d8b5f..6db151a5bd 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -31,7 +31,7 @@ "axios-cache-adapter": "^2.7.3", "bootstrap": "^4.6.0", "bootstrap-vue": "^2.21.2", - "chart.js": "^3.2.0", + "chart.js": "^3.3.2", "icheck-bootstrap": "^3.0.1", "jquery-ui": "^1.12.1", "leaflet": "^1.7.1", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 8f7a818433..43c38a8da2 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -2106,10 +2106,10 @@ chart.js@^2.9.4: chartjs-color "^2.1.0" moment "^2.10.2" -chart.js@^3.2.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-3.3.0.tgz#c5be3807cf902b19bfe166ef853d786f66a53f8b" - integrity sha512-3pO3kL2st1Lzhw+HTGvDwcNYWustHwvApM/v7b2td6CrthyEygbPoXaN/iGZfUpfuovZfJ4dy129RCr39BR1Bg== +chart.js@^3.3.2: + version "3.3.2" + resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-3.3.2.tgz#667f3a0b6371b9719d8949c04a5bcbaec0d8c615" + integrity sha512-H0hSO7xqTIrwxoACqnSoNromEMfXvfuVnrbuSt2TuXfBDDofbnto4zuZlRtRvC73/b37q3wGAWZyUU41QPvNbA== chartjs-color-string@^0.6.0: version "0.6.0"