From ac2ec0164f5b8fb2576c30c295025ca9a0c77b78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 00:42:06 +0000 Subject: [PATCH] Bump chart.js from 2.7.2 to 2.9.4 Bumps [chart.js](https://github.com/chartjs/Chart.js) from 2.7.2 to 2.9.4. - [Release notes](https://github.com/chartjs/Chart.js/releases) - [Commits](https://github.com/chartjs/Chart.js/compare/v2.7.2...v2.9.4) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 442c243..aff0f29 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "axios": "^0.18.1", "babel-polyfill": "^6.23.0", "body-parser": "^1.17.2", - "chart.js": "^2.6.0", + "chart.js": "^2.9.4", "clipper-lib": "^6.2.1", "crossfilter": "^1.3.12", "ejs": "^2.5.7", diff --git a/yarn.lock b/yarn.lock index 750dcc3..b72cbed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1339,9 +1339,9 @@ chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.2: escape-string-regexp "^1.0.5" supports-color "^5.3.0" -chart.js@^2.6.0: - version "2.7.2" - resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-2.7.2.tgz#3c9fde4dc5b95608211bdefeda7e5d33dffa5714" +chart.js@^2.9.4: + version "2.9.4" + resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-2.9.4.tgz#0827f9563faffb2dc5c06562f8eb10337d5b9684" dependencies: chartjs-color "^2.1.0" moment "^2.10.2"