From febc8818b04d7d5b303894d592c7c41e10c38c6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 18:36:15 +0100 Subject: [PATCH] build(deps): bump vue-chartjs from 5.3.2 to 5.3.3 in /src/static/app (#1041) Bumps [vue-chartjs](https://github.com/apertureless/vue-chartjs) from 5.3.2 to 5.3.3. - [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/v5.3.2...v5.3.3) --- updated-dependencies: - dependency-name: vue-chartjs dependency-version: 5.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/static/app/package-lock.json | 8 ++++---- src/static/app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/static/app/package-lock.json b/src/static/app/package-lock.json index ba868a71..b2fe7928 100644 --- a/src/static/app/package-lock.json +++ b/src/static/app/package-lock.json @@ -32,7 +32,7 @@ "simple-code-editor": "^2.0.9", "uuid": "^13.0.0", "vue": "^3.5.26", - "vue-chartjs": "^5.3.0", + "vue-chartjs": "^5.3.3", "vue-router": "^4.6.4" }, "devDependencies": { @@ -8378,9 +8378,9 @@ } }, "node_modules/vue-chartjs": { - "version": "5.3.2", - "resolved": "https://registry.npmmirror.com/vue-chartjs/-/vue-chartjs-5.3.2.tgz", - "integrity": "sha512-NrkbRRoYshbXbWqJkTN6InoDVwVb90C0R7eAVgMWcB9dPikbruaOoTFjFYHE/+tNPdIe6qdLCDjfjPHQ0fw4jw==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/vue-chartjs/-/vue-chartjs-5.3.3.tgz", + "integrity": "sha512-jqxtL8KZ6YJ5NTv6XzrzLS7osyegOi28UGNZW0h9OkDL7Sh1396ht4Dorh04aKrl2LiSalQ84WtqiG0RIJb0tA==", "license": "MIT", "peerDependencies": { "chart.js": "^4.1.1", diff --git a/src/static/app/package.json b/src/static/app/package.json index 8d47f996..06044948 100644 --- a/src/static/app/package.json +++ b/src/static/app/package.json @@ -36,7 +36,7 @@ "simple-code-editor": "^2.0.9", "uuid": "^13.0.0", "vue": "^3.5.26", - "vue-chartjs": "^5.3.0", + "vue-chartjs": "^5.3.3", "vue-router": "^4.6.4" }, "devDependencies": {