From 9b6446701e236cf6bff9f1aa29b11d912421df4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 09:27:32 +0200 Subject: [PATCH] build(deps): bump chart.js from 3.0.2 to 3.1.0 in /web (#724) Bumps [chart.js](https://github.com/chartjs/Chart.js) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/chartjs/Chart.js/releases) - [Commits](https://github.com/chartjs/Chart.js/compare/v3.0.2...v3.1.0) 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 32408ce33..ddd55591c 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -2524,9 +2524,9 @@ "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==" }, "chart.js": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-3.0.2.tgz", - "integrity": "sha512-DR0GmFSlxcFJp/w//ZmbxSduAkH/AqwxoiZxK97KHnWZf6gvsKWS3160WvNMMHYvzW9OXqGWjPjVh1Qu+xDabg==" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-3.1.0.tgz", + "integrity": "sha512-bKJi2VbC4fqZXlLbK7LKVvmG9crjoG9anfp96utZLyIGPuCx+YN+5/HDXy98QGt3lf74T8gKUPISUZL222tDJQ==" }, "chartjs-adapter-moment": { "version": "1.0.0", diff --git a/web/package.json b/web/package.json index 2aefd4f79..33ce57d17 100644 --- a/web/package.json +++ b/web/package.json @@ -60,7 +60,7 @@ "authentik-api": "file:api", "babel-plugin-macros": "^3.0.1", "base64-js": "^1.5.1", - "chart.js": "^3.0.2", + "chart.js": "^3.1.0", "chartjs-adapter-moment": "^1.0.0", "codemirror": "^5.60.0", "construct-style-sheets-polyfill": "^2.4.16",