From dbe22e95cf3224483ea2d14c46f40b21c27cc6b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 00:43:07 +0000 Subject: [PATCH] Bump chart.js from 2.9.1 to 2.9.4 Bumps [chart.js](https://github.com/chartjs/Chart.js) from 2.9.1 to 2.9.4. - [Release notes](https://github.com/chartjs/Chart.js/releases) - [Commits](https://github.com/chartjs/Chart.js/compare/v2.9.1...v2.9.4) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 6e79f091..be1f5678 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ }, "dependencies": { "bootstrap": "4.3.1", - "chart.js": "^2.7.2", + "chart.js": "^2.9.4", "chartjs-plugin-zoom": "^0.6.3", "flatpickr": "^4.6.2", "hugo-bin": "^0.44.1", diff --git a/yarn.lock b/yarn.lock index 6072ff85..ae25d748 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1875,10 +1875,10 @@ chardet@^0.4.0: resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.4.2.tgz#b5473b33dc97c424e5d98dc87d55d4d8a29c8bf2" integrity sha1-tUc7M9yXxCTl2Y3IfVXU2KKci/I= -chart.js@^2.6.0, chart.js@^2.7.2: - version "2.9.1" - resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-2.9.1.tgz#e98893a810d40d1c0a016e6872a13fa5faedcdf8" - integrity sha512-DA5dFt0Bz79oz56ezmrwmZqj0hXGs+i9VbCFOcHqbwrHIGv7RI4YqninJKNIAC0qa29WBI9qYTN7LzULlOeunA== +chart.js@^2.6.0, 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"