From e562ee9262ebf634598c24ad0dabe50ad59efb9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 00:39:30 +0000 Subject: [PATCH] chore(deps): bump chart.js from 4.3.0 to 4.3.3 in /web Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.3.0 to 4.3.3. - [Release notes](https://github.com/chartjs/Chart.js/releases) - [Commits](https://github.com/chartjs/Chart.js/compare/v4.3.0...v4.3.3) --- updated-dependencies: - dependency-name: chart.js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 4356e0e3..e520fd3c 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -14,7 +14,7 @@ "@selab-2/groep-1-query": "file:../api_query", "@vue-leaflet/vue-leaflet": "^0.9.0", "chance": "^1.1.11", - "chart.js": "^4.3.0", + "chart.js": "^4.3.3", "joi": "^17.9.2", "joi-password": "^4.1.1", "leaflet": "^1.9.3", @@ -8688,9 +8688,9 @@ } }, "node_modules/chart.js": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.3.0.tgz", - "integrity": "sha512-ynG0E79xGfMaV2xAHdbhwiPLczxnNNnasrmPEXriXsPJGjmhOBYzFVEsB65w2qMDz+CaBJJuJD0inE/ab/h36g==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.3.3.tgz", + "integrity": "sha512-aTk7pBw+x6sQYhon/NR3ikfUJuym/LdgpTlgZRe2PaEhjUMKBKyNaFCMVRAyTEWYFNO7qRu7iQVqOw/OqzxZxQ==", "dependencies": { "@kurkle/color": "^0.3.0" }, diff --git a/web/package.json b/web/package.json index 3504c2bc..560b0e95 100644 --- a/web/package.json +++ b/web/package.json @@ -17,7 +17,7 @@ "@selab-2/groep-1-query": "file:../api_query", "@vue-leaflet/vue-leaflet": "^0.9.0", "chance": "^1.1.11", - "chart.js": "^4.3.0", + "chart.js": "^4.3.3", "joi": "^17.9.2", "joi-password": "^4.1.1", "leaflet": "^1.9.3",