From e60fbe70ea6093f92273f868d30d967e76ba69fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 19:16:30 +0000 Subject: [PATCH] Bump echarts in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [echarts](https://github.com/apache/echarts). Updates `echarts` from 5.6.0 to 6.1.0 - [Release notes](https://github.com/apache/echarts/releases) - [Commits](https://github.com/apache/echarts/compare/5.6.0...6.1.0) --- updated-dependencies: - dependency-name: echarts dependency-version: 6.1.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7124d431a..0c69949fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@turf/helpers": "^6.5.0", "@turf/union": "^6.5.0", "bootstrap-sass": "^3.3.7", - "echarts": "^5.3.2", + "echarts": "^6.1.0", "geotiff": "^2.1.3", "jsts": "^2.11.0", "magic-wand-tool": "^1.1.4", @@ -1790,13 +1790,13 @@ "license": "ISC" }, "node_modules/echarts": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/echarts/-/echarts-5.6.0.tgz", - "integrity": "sha512-oTbVTsXfKuEhxftHqL5xprgLoc0k7uScAwtryCgWF6hPYFLRwOUHiFmHGCBKP5NPFNkDVopOieyUqYGH8Fa3kA==", + "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": "5.6.1" + "zrender": "6.1.0" } }, "node_modules/end-of-stream": { @@ -4280,9 +4280,9 @@ } }, "node_modules/zrender": { - "version": "5.6.1", - "resolved": "https://registry.npmjs.org/zrender/-/zrender-5.6.1.tgz", - "integrity": "sha512-OFXkDJKcrlx5su2XbzJvj/34Q3m6PvyCZkVPHGYpcCJ52ek4U/ymZyfuV1nKE23AyBJ51E/6Yr0mhZ7xGTO4ag==", + "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/package.json b/package.json index f1556f672..ec92e6ebc 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@turf/helpers": "^6.5.0", "@turf/union": "^6.5.0", "bootstrap-sass": "^3.3.7", - "echarts": "^5.3.2", + "echarts": "^6.1.0", "geotiff": "^2.1.3", "jsts": "^2.11.0", "magic-wand-tool": "^1.1.4",