From 2c14d8d0c1399eee4bed3790af902002bf83420e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 00:30:38 +0000 Subject: [PATCH] fix(deps): bump vue-chartjs from 4.1.2 to 5.2.0 in /frontend Bumps [vue-chartjs](https://github.com/apertureless/vue-chartjs) from 4.1.2 to 5.2.0. - [Release notes](https://github.com/apertureless/vue-chartjs/releases) - [Changelog](https://github.com/apertureless/vue-chartjs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apertureless/vue-chartjs/compare/v4.1.2...v5.2.0) --- updated-dependencies: - dependency-name: vue-chartjs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 03a3535..8896a1a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -45,7 +45,7 @@ "postcss": "^8.4.16", "tailwindcss": "^3.1.8", "vue": "^3.2.38", - "vue-chartjs": "^4.1.2", + "vue-chartjs": "^5.2.0", "vue-router": "4" } } \ No newline at end of file