From c755472fffa511a0f6215590e0de90f0421a0c92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 00:42:39 +0000 Subject: [PATCH] build(deps): 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 58161bf..f60c3b6 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "Matt Condon (http://mat.tc)", "license": "ISC", "dependencies": { - "chart.js": "^2.7.0", + "chart.js": "^2.9.4", "foundation-sites": "^6.4.3", "jquery": "^3.2.1", "particles.js": "git://github.com/Saturate/particles.js.git#patch-1" diff --git a/yarn.lock b/yarn.lock index 243ae6f..151e077 100644 --- a/yarn.lock +++ b/yarn.lock @@ -864,9 +864,9 @@ chardet@^0.4.0: version "0.4.2" resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.4.2.tgz#b5473b33dc97c424e5d98dc87d55d4d8a29c8bf2" -chart.js@^2.7.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"