From 99427ce6b63f81d4617f111b6f4277b787381eb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 13:38:12 +0000 Subject: [PATCH] chore(deps-dev): bump echarts Bumps the npm_and_yarn group with 1 update in the /packages/web/app 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:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/web/app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/app/package.json b/packages/web/app/package.json index a429e56f96..358acb1149 100644 --- a/packages/web/app/package.json +++ b/packages/web/app/package.json @@ -100,7 +100,7 @@ "date-fns-tz": "3.2.0", "dompurify": "3.4.11", "dotenv": "16.4.7", - "echarts": "5.6.0", + "echarts": "6.1.0", "echarts-for-react": "3.0.2", "fastify": "5.8.5", "formik": "2.4.6",