From 80fabc0163f73727536de1b6691a8f000860b08f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 15:34:11 +0000 Subject: [PATCH] chore(deps-dev): bump the npm_and_yarn group across 3 directories with 2 updates Bumps the npm_and_yarn group with 1 update in the /packages/libraries/apollo directory: [ws](https://github.com/websockets/ws). Bumps the npm_and_yarn group with 1 update in the /packages/libraries/yoga directory: [ws](https://github.com/websockets/ws). Bumps the npm_and_yarn group with 1 update in the /packages/web/app directory: [echarts](https://github.com/apache/echarts). Updates `ws` from 8.18.0 to 8.21.0 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.18.0...8.21.0) Updates `ws` from 8.18.0 to 8.21.0 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.18.0...8.21.0) 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: ws dependency-version: 8.21.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: ws dependency-version: 8.21.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: echarts dependency-version: 6.1.0 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/libraries/apollo/package.json | 2 +- packages/libraries/yoga/package.json | 2 +- packages/web/app/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/libraries/apollo/package.json b/packages/libraries/apollo/package.json index 4ba4341766..b4b9e0e1c8 100644 --- a/packages/libraries/apollo/package.json +++ b/packages/libraries/apollo/package.json @@ -61,7 +61,7 @@ "graphql-ws": "5.16.1", "nock": "14.0.10", "vitest": "4.1.3", - "ws": "8.18.0" + "ws": "8.21.0" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/packages/libraries/yoga/package.json b/packages/libraries/yoga/package.json index 9c81d1427f..326695a58e 100644 --- a/packages/libraries/yoga/package.json +++ b/packages/libraries/yoga/package.json @@ -61,7 +61,7 @@ "graphql-ws": "5.16.1", "graphql-yoga": "5.13.3", "vitest": "4.1.3", - "ws": "8.18.0" + "ws": "8.21.0" }, "publishConfig": { "registry": "https://registry.npmjs.org", 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",