diff --git a/superset-frontend/plugins/plugin-chart-echarts/package.json b/superset-frontend/plugins/plugin-chart-echarts/package.json index c91e52bdf3a8..98a994a2c97f 100644 --- a/superset-frontend/plugins/plugin-chart-echarts/package.json +++ b/superset-frontend/plugins/plugin-chart-echarts/package.json @@ -28,7 +28,7 @@ }, "dependencies": { "d3-array": "^1.2.0", - "echarts": "^5.4.1", + "echarts": "^5.5.0", "lodash": "^4.17.21", "moment": "^2.30.1" },