From 49ccf5291e1fde7928d52c22a591a1f89ebb0320 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 18:39:52 +0000 Subject: [PATCH] chore(all): bump vue-echarts from 8.0.0 to 8.0.1 Bumps [vue-echarts](https://github.com/ecomfe/vue-echarts) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/ecomfe/vue-echarts/releases) - [Changelog](https://github.com/ecomfe/vue-echarts/blob/main/CHANGELOG.md) - [Commits](https://github.com/ecomfe/vue-echarts/compare/v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: vue-echarts dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- services/frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f8d83d516..166580cef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21739,9 +21739,9 @@ } }, "node_modules/vue-echarts": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/vue-echarts/-/vue-echarts-8.0.0.tgz", - "integrity": "sha512-tf8KadYTOBukRVJBYChdust4UYTa85lh/d41EmQt3FwP+p65s+Pn9s23/9HKjWnRuTZa6FxL/JgGNFsHBfV5Eg==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/vue-echarts/-/vue-echarts-8.0.1.tgz", + "integrity": "sha512-23rJTFLu1OUEGRWjJGmdGt8fP+8+ja1gVgzMYPIPaHWpXegcO1viIAaeu2H4QHESlVeHzUAHIxKXGrwjsyXAaA==", "license": "MIT", "peerDependencies": { "echarts": "^6.0.0", @@ -23051,7 +23051,7 @@ "tailwindcss-animate": "^1.0.7", "vee-validate": "^4.15.1", "vue": "^3.5.21", - "vue-echarts": "^8.0.0", + "vue-echarts": "^8.0.1", "vue-i18n": "^11.1.12", "vue-router": "^4.5.1", "vue-sonner": "^2.0.9", diff --git a/services/frontend/package.json b/services/frontend/package.json index 1dc49ded8..77a90fc0b 100644 --- a/services/frontend/package.json +++ b/services/frontend/package.json @@ -31,7 +31,7 @@ "tailwindcss-animate": "^1.0.7", "vee-validate": "^4.15.1", "vue": "^3.5.21", - "vue-echarts": "^8.0.0", + "vue-echarts": "^8.0.1", "vue-i18n": "^11.1.12", "vue-router": "^4.5.1", "vue-sonner": "^2.0.9",