From d8a1e043edd70c3f6212ce118e9fa21ef65eeae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 00:41:44 +0000 Subject: [PATCH] Bump chart.js from 2.8.0 to 2.9.4 Bumps [chart.js](https://github.com/chartjs/Chart.js) from 2.8.0 to 2.9.4. - [Release notes](https://github.com/chartjs/Chart.js/releases) - [Commits](https://github.com/chartjs/Chart.js/compare/v2.8.0...v2.9.4) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5ae00b1..9118481 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@rails/ujs": "^6.0.0-alpha", "@rails/webpacker": "^4.0.7", "axios": "^0.19.0", - "chart.js": "^2.8.0", + "chart.js": "^2.9.4", "turbolinks": "^5.2.0", "vue": "^2.6.10", "vue-chartjs": "^3.4.2", diff --git a/yarn.lock b/yarn.lock index e30d8e1..b5219d3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1570,10 +1570,10 @@ chalk@^1.1.1: strip-ansi "^3.0.0" supports-color "^2.0.0" -chart.js@^2.8.0: - version "2.8.0" - resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-2.8.0.tgz#b703b10d0f4ec5079eaefdcd6ca32dc8f826e0e9" - integrity sha512-Di3wUL4BFvqI5FB5K26aQ+hvWh8wnP9A3DWGvXHVkO13D3DSnaSsdZx29cXlEsYKVkn1E2az+ZYFS4t0zi8x0w== +chart.js@^2.9.4: + version "2.9.4" + resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-2.9.4.tgz#0827f9563faffb2dc5c06562f8eb10337d5b9684" + integrity sha512-B07aAzxcrikjAPyV+01j7BmOpxtQETxTSlQ26BEYJ+3iUkbNKaOJ/nDbT6JjyqYxseM0ON12COHYdU2cTIjC7A== dependencies: chartjs-color "^2.1.0" moment "^2.10.2"