From 92fb73e135e5da8ddd90b85ea9d53bf3ed6cf9c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 13:02:01 +0000 Subject: [PATCH] chore(deps): bump echarts from 6.0.0 to 6.1.0 in /app/vue Bumps [echarts](https://github.com/apache/echarts) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/apache/echarts/releases) - [Commits](https://github.com/apache/echarts/compare/6.0.0...6.1.0) --- updated-dependencies: - dependency-name: echarts dependency-version: 6.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/vue/package-lock.json | 16 ++++++++-------- app/vue/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/vue/package-lock.json b/app/vue/package-lock.json index c6ea1f8b..bc7e1276 100644 --- a/app/vue/package-lock.json +++ b/app/vue/package-lock.json @@ -16,7 +16,7 @@ "@vue-flow/controls": "^1.1.3", "@vue-flow/core": "^1.48.2", "@vue-flow/minimap": "^1.5.4", - "echarts": "^6.0.0", + "echarts": "^6.1.0", "elkjs": "^0.11.1", "fast-xml-parser": "^5.8.0", "highlight.js": "^11.11.0", @@ -1832,13 +1832,13 @@ } }, "node_modules/echarts": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/echarts/-/echarts-6.0.0.tgz", - "integrity": "sha512-Tte/grDQRiETQP4xz3iZWSvoHrkCQtwqd6hs+mifXcjrCuo2iKWbajFObuLJVBlDIJlOzgQPd1hsaKt/3+OMkQ==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/echarts/-/echarts-6.1.0.tgz", + "integrity": "sha512-q0yaFPggC9FUdsWH4blavRWFmxdrIodbkoKNAjJudAI6CA9gNPxHtV2RcZNEepZVlk4yvBYkOkbk6HIVpIyHZA==", "license": "Apache-2.0", "dependencies": { "tslib": "2.3.0", - "zrender": "6.0.0" + "zrender": "6.1.0" } }, "node_modules/elkjs": { @@ -2702,9 +2702,9 @@ } }, "node_modules/zrender": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/zrender/-/zrender-6.0.0.tgz", - "integrity": "sha512-41dFXEEXuJpNecuUQq6JlbybmnHaqqpGlbH1yxnA5V9MMP4SbohSVZsJIwz+zdjQXSSlR1Vc34EgH1zxyTDvhg==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/zrender/-/zrender-6.1.0.tgz", + "integrity": "sha512-oEGMDB6pOP2S6OwRR4PdVv610zrjnA3Bh+JnSG12fYJlBKjtNAoEb5fSUoCOOINlH96I2fU38/A2UpRKs67xYQ==", "license": "BSD-3-Clause", "dependencies": { "tslib": "2.3.0" diff --git a/app/vue/package.json b/app/vue/package.json index 07242f85..06e7945d 100644 --- a/app/vue/package.json +++ b/app/vue/package.json @@ -20,7 +20,7 @@ "@vue-flow/controls": "^1.1.3", "@vue-flow/core": "^1.48.2", "@vue-flow/minimap": "^1.5.4", - "echarts": "^6.0.0", + "echarts": "^6.1.0", "elkjs": "^0.11.1", "fast-xml-parser": "^5.8.0", "highlight.js": "^11.11.0",