From 0d72fa2e1af8780e17e0fccfc3df47a0b5fc352c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 00:47:35 +0000 Subject: [PATCH] Bump chart.js from 2.9.2 to 2.9.4 Bumps [chart.js](https://github.com/chartjs/Chart.js) from 2.9.2 to 2.9.4. - [Release notes](https://github.com/chartjs/Chart.js/releases) - [Commits](https://github.com/chartjs/Chart.js/compare/v2.9.2...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 4b132bf..188732d 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "apollo-cache-inmemory": "^1.3.2", "apollo-client": "^2.6.0", "apollo-link": "^1.2.11", - "chart.js": "^2.8.0", + "chart.js": "^2.9.4", "gql": "^1.1.2", "graphql": "^14.3.1", "graphql-tag": "^2.10.0", diff --git a/yarn.lock b/yarn.lock index 3010bd0..dd04246 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2244,10 +2244,10 @@ chardet@^0.7.0: resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e" integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== -chart.js@^2.8.0: - version "2.9.2" - resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-2.9.2.tgz#5f7397f2fc33ca406836dbaed3cc39943bbb9f80" - integrity sha512-AagP9h27gU7hhx8F64BOFpNZGV0R1Pz1nhsi0M1+KLhtniX6ElqLl0z0obKSiuGMl9tcRe6ZhruCGCJWmH6snQ== +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"