From 2a34bc837f461d6c78534c8a9698ba268c411559 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 14:12:58 +0000 Subject: [PATCH] Bump chart.js from 3.8.0 to 3.9.0 Bumps [chart.js](https://github.com/chartjs/Chart.js) from 3.8.0 to 3.9.0. - [Release notes](https://github.com/chartjs/Chart.js/releases) - [Commits](https://github.com/chartjs/Chart.js/compare/v3.8.0...v3.9.0) --- updated-dependencies: - dependency-name: chart.js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 05c54ad..7a699b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "CC0-1.0", "dependencies": { - "chart.js": "^3.8.0", + "chart.js": "^3.9.0", "chartjs-plugin-dragdata": "^2.2.4", "electron": "^18.2.0", "electron-packager": "^15.5.1", @@ -819,9 +819,9 @@ } }, "node_modules/chart.js": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-3.8.0.tgz", - "integrity": "sha512-cr8xhrXjLIXVLOBZPkBZVF6NDeiVIrPLHcMhnON7UufudL+CNeRrD+wpYanswlm8NpudMdrt3CHoLMQMxJhHRg==" + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-3.9.0.tgz", + "integrity": "sha512-SHOC6eCTe3dXe6owLHnO56xTLBbVeMHskkAlgPPVkd6xa0mv3EPhH5azRLg1cucYFsp4UloH/4NjSG0oOIFJtw==" }, "node_modules/chartjs-plugin-dragdata": { "version": "2.2.4", @@ -4264,9 +4264,9 @@ } }, "chart.js": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-3.8.0.tgz", - "integrity": "sha512-cr8xhrXjLIXVLOBZPkBZVF6NDeiVIrPLHcMhnON7UufudL+CNeRrD+wpYanswlm8NpudMdrt3CHoLMQMxJhHRg==" + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-3.9.0.tgz", + "integrity": "sha512-SHOC6eCTe3dXe6owLHnO56xTLBbVeMHskkAlgPPVkd6xa0mv3EPhH5azRLg1cucYFsp4UloH/4NjSG0oOIFJtw==" }, "chartjs-plugin-dragdata": { "version": "2.2.4", diff --git a/package.json b/package.json index 095eb81..ca90468 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "electron-rebuild": "^3.2.7" }, "dependencies": { - "chart.js": "^3.8.0", + "chart.js": "^3.9.0", "chartjs-plugin-dragdata": "^2.2.4", "electron": "^18.2.0", "electron-packager": "^15.5.1",