From ed036a828282b340653e846c7698371524f6fa87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 13:01:34 +0000 Subject: [PATCH] build(deps): 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.4.3 to 6.1.0 - [Release notes](https://github.com/apache/echarts/releases) - [Commits](https://github.com/apache/echarts/compare/5.4.3...6.1.0) --- updated-dependencies: - dependency-name: echarts dependency-version: 6.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 23 ++++++++++++----------- package.json | 4 ++-- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index abc76e99..71e3abe6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,8 +18,8 @@ "@angular/router": "^22.0.7", "@fortawesome/fontawesome-free": "^7.3.1", "d3": "^7.9.0", - "echarts": "5.4.3", - "echarts-gl": "2.0.9", + "echarts": "6.1.0", + "echarts-gl": "2.1.0", "html2canvas": "^1.4.1", "jspdf": "^4.2.1", "jspdf-autotable": "^5.0.8", @@ -8764,25 +8764,26 @@ } }, "node_modules/echarts": { - "version": "5.4.3", - "resolved": "https://registry.npmjs.org/echarts/-/echarts-5.4.3.tgz", - "integrity": "sha512-mYKxLxhzy6zyTi/FaEbJMOZU1ULGEQHaeIeuMR5L+JnJTpz+YR03mnnpBhbR4+UYJAgiXgpyTVLffPAjOTLkZA==", + "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.4.4" + "zrender": "6.1.0" } }, "node_modules/echarts-gl": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/echarts-gl/-/echarts-gl-2.0.9.tgz", - "integrity": "sha512-oKeMdkkkpJGWOzjgZUsF41DOh6cMsyrGGXimbjK2l6Xeq/dBQu4ShG2w2Dzrs/1bD27b2pLTGSaUzouY191gzA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/echarts-gl/-/echarts-gl-2.1.0.tgz", + "integrity": "sha512-GxzAPTYJyOANbu7InkdGV7QLLpVyuQWNvN1yyEEIiqgM11ilAO2OkvPNgRdf854R9ZPt/C1HAgjO8Udrj61lOQ==", + "license": "MIT", "dependencies": { "claygl": "^1.2.1", - "zrender": "^5.1.1" + "zrender": "^5.1.1 || ^6.0.0" }, "peerDependencies": { - "echarts": "^5.1.2" + "echarts": "^5.1.2 || ^6.0.0" } }, "node_modules/echarts/node_modules/tslib": { diff --git a/package.json b/package.json index 7dcdb345..ca38413a 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,8 @@ "@angular/router": "^22.0.7", "@fortawesome/fontawesome-free": "^7.3.1", "d3": "^7.9.0", - "echarts": "5.4.3", - "echarts-gl": "2.0.9", + "echarts": "6.1.0", + "echarts-gl": "2.1.0", "html2canvas": "^1.4.1", "jspdf": "^4.2.1", "jspdf-autotable": "^5.0.8",