From b31e3ffe72a2e6b3a846045e24f14955accabf76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 03:36:59 +0000 Subject: [PATCH] Bump echarts from 5.4.0 to 5.4.3 Bumps [echarts](https://github.com/apache/echarts) from 5.4.0 to 5.4.3. - [Release notes](https://github.com/apache/echarts/releases) - [Commits](https://github.com/apache/echarts/compare/5.4.0...5.4.3) --- updated-dependencies: - dependency-name: echarts dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0baaad8..8853b08 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "doc": "doc" }, "dependencies": { - "echarts": "5.4.0" + "echarts": "5.4.3" }, "devDependencies": { "remark-cli": "11.0.0",