From b29da211120e24edc8204ab91e43096d3d98f76c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Apr 2021 14:00:06 -0700 Subject: [PATCH] Bump chart.js from 3.1.0 to 3.1.1 (#130) Bumps [chart.js](https://github.com/chartjs/Chart.js) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/chartjs/Chart.js/releases) - [Commits](https://github.com/chartjs/Chart.js/compare/v3.1.0...v3.1.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 6 +++--- web/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 4ab0c60e0..56ea36277 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -1014,9 +1014,9 @@ "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==" }, "chart.js": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-3.1.0.tgz", - "integrity": "sha512-bKJi2VbC4fqZXlLbK7LKVvmG9crjoG9anfp96utZLyIGPuCx+YN+5/HDXy98QGt3lf74T8gKUPISUZL222tDJQ==" + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-3.1.1.tgz", + "integrity": "sha512-ghNJersc9VD9MECwa5bL8gqvCkndW6RSCicdEHL9lIriNtXwKawlSmwo+u6KNXLYT2+f24GdFPBoynKW3ke4MQ==" }, "chartjs-adapter-date-fns": { "version": "2.0.0", diff --git a/web/package.json b/web/package.json index ece8525f3..fca84d5f7 100644 --- a/web/package.json +++ b/web/package.json @@ -11,7 +11,7 @@ "dependencies": { "@ant-design/icons": "^4.6.2", "antd": "^4.15.1", - "chart.js": "^3.1.0", + "chart.js": "^3.1.1", "classnames": "^2.3.1", "date-fns": "^2.21.1", "markdown-it": "^12.0.6",