From 7de7f94a4584ef9b56d7e95f5c6516e83cde008b Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 12:25:19 +0000 Subject: [PATCH] Update vue-chartjs to version 5.3.3 --- package.json | 2 +- yarn.lock | 17 ++++------------- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 7bf40785..7a531064 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "memory-fs": "^0.5.0", "nuxt": "^2.16.3", "nuxt-leaflet": "^0.0.27", - "vue-chartjs": "^3.5.1", + "vue-chartjs": "^5.3.3", "vue-numeral-filter": "^2.0.0", "vue2-leaflet": "^2.7.1", "vuejs-datatable": "^2.0.0-alpha.7", diff --git a/yarn.lock b/yarn.lock index dd4c9ba3..059ad430 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2006,13 +2006,6 @@ "@types/connect" "*" "@types/node" "*" -"@types/chart.js@^2.7.55": - version "2.9.37" - resolved "https://registry.yarnpkg.com/@types/chart.js/-/chart.js-2.9.37.tgz#8af70862b154fedf938b5b87debdb3a70f6e3208" - integrity sha512-9bosRfHhkXxKYfrw94EmyDQcdjMaQPkU1fH2tDxu8DWXxf1mjzWQAV4laJF51ZbC2ycYwNDvIm1rGez8Bug0vg== - dependencies: - moment "^2.10.2" - "@types/clean-css@*": version "4.2.6" resolved "https://registry.yarnpkg.com/@types/clean-css/-/clean-css-4.2.6.tgz#48b427285b2b654751a9bbc6f7d35e6173dec8d2" @@ -11424,12 +11417,10 @@ vue-analytics@^5.22.1: resolved "https://registry.yarnpkg.com/vue-analytics/-/vue-analytics-5.22.1.tgz#9d6b32da56daee1b9dfb23a267b50349a03f710f" integrity sha512-HPKQMN7gfcUqS5SxoO0VxqLRRSPkG1H1FqglsHccz6BatBatNtm/Vyy8brApktZxNCfnAkrSVDpxg3/FNDeOgQ== -vue-chartjs@^3.5.1: - version "3.5.1" - resolved "https://registry.yarnpkg.com/vue-chartjs/-/vue-chartjs-3.5.1.tgz#d25e845708f7744ae51bed9d23a975f5f8fc6529" - integrity sha512-foocQbJ7FtveICxb4EV5QuVpo6d8CmZFmAopBppDIGKY+esJV8IJgwmEW0RexQhxqXaL/E1xNURsgFFYyKzS/g== - dependencies: - "@types/chart.js" "^2.7.55" +vue-chartjs@^5.3.3: + version "5.3.3" + resolved "https://registry.yarnpkg.com/vue-chartjs/-/vue-chartjs-5.3.3.tgz#1ee3e1580bb35779616f881eaf56711aee9e1c85" + integrity sha512-jqxtL8KZ6YJ5NTv6XzrzLS7osyegOi28UGNZW0h9OkDL7Sh1396ht4Dorh04aKrl2LiSalQ84WtqiG0RIJb0tA== vue-class-component@^7.1.0: version "7.2.6"