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": {