From ed262068f985a6c5b66c16cb5c08ecfd4b7f979b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 15:46:03 +0000 Subject: [PATCH] build(deps): bump vue-echarts from 8.0.1 to 8.1.0 Bumps [vue-echarts](https://github.com/ecomfe/vue-echarts) from 8.0.1 to 8.1.0. - [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.1...v8.1.0) --- updated-dependencies: - dependency-name: vue-echarts dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 893abc97b8..74a1c6ee6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25609,10 +25609,9 @@ "dev": true }, "node_modules/vue-echarts": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/vue-echarts/-/vue-echarts-8.0.1.tgz", - "integrity": "sha512-23rJTFLu1OUEGRWjJGmdGt8fP+8+ja1gVgzMYPIPaHWpXegcO1viIAaeu2H4QHESlVeHzUAHIxKXGrwjsyXAaA==", - "license": "MIT", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/vue-echarts/-/vue-echarts-8.1.0.tgz", + "integrity": "sha512-/uJVwijy3M2vIZ0NcPDgdZVqgboc6zZtC/vERfESau0eFpkHOIujj0sIiMiLP4kztQrckMFnDYWrid+gLI+IOg==", "peerDependencies": { "echarts": "^6.0.0", "vue": "^3.3.0" @@ -43830,9 +43829,9 @@ "dev": true }, "vue-echarts": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/vue-echarts/-/vue-echarts-8.0.1.tgz", - "integrity": "sha512-23rJTFLu1OUEGRWjJGmdGt8fP+8+ja1gVgzMYPIPaHWpXegcO1viIAaeu2H4QHESlVeHzUAHIxKXGrwjsyXAaA==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/vue-echarts/-/vue-echarts-8.1.0.tgz", + "integrity": "sha512-/uJVwijy3M2vIZ0NcPDgdZVqgboc6zZtC/vERfESau0eFpkHOIujj0sIiMiLP4kztQrckMFnDYWrid+gLI+IOg==", "requires": {} }, "vue-eslint-parser": {