You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2022/12/31 12:52:32 UTC

[streampipes] branch dev updated: Bump ngx-echarts from 8.0.1 to 14.0.0 in /ui (#972)

This is an automated email from the ASF dual-hosted git repository.

bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 165afeae3 Bump ngx-echarts from 8.0.1 to 14.0.0 in /ui (#972)
165afeae3 is described below

commit 165afeae37945c322fae00d8d608563205e13509
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Dec 31 13:52:28 2022 +0100

    Bump ngx-echarts from 8.0.1 to 14.0.0 in /ui (#972)
    
    * Bump ngx-echarts from 8.0.1 to 15.0.1 in /ui
    
    Bumps [ngx-echarts](https://github.com/xieziyu/ngx-echarts) from 8.0.1 to 15.0.1.
    - [Release notes](https://github.com/xieziyu/ngx-echarts/releases)
    - [Commits](https://github.com/xieziyu/ngx-echarts/commits)
    
    ---
    updated-dependencies:
    - dependency-name: ngx-echarts
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    * bump ngx-echarts to 14.0.0
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    Co-authored-by: bossenti <bo...@posteo.de>
---
 ui/package-lock.json | 14 +++++++-------
 ui/package.json      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/ui/package-lock.json b/ui/package-lock.json
index ea97a858e..4e7542997 100644
--- a/ui/package-lock.json
+++ b/ui/package-lock.json
@@ -56,7 +56,7 @@
         "lodash": "4.17.21",
         "material-icons": "^1.13.1",
         "ngx-color-picker": "^13.0.0",
-        "ngx-echarts": "^8.0.1",
+        "ngx-echarts": "^14.0.0",
         "ngx-quill": "^19.0.1",
         "ngx-showdown": "6.0.0",
         "plotly.js": "^2.17.0",
@@ -17932,9 +17932,9 @@
       }
     },
     "node_modules/ngx-echarts": {
-      "version": "8.0.1",
-      "resolved": "https://registry.npmjs.org/ngx-echarts/-/ngx-echarts-8.0.1.tgz",
-      "integrity": "sha512-CP+WnCcnMCNpCL9BVmDIZmhGSVPnkJhhFbQEKt0nrwV0L6d4QTAGZ+e4y6G1zTTFKkIMPHpaO0nhtDRgSXAW/w==",
+      "version": "14.0.0",
+      "resolved": "https://registry.npmjs.org/ngx-echarts/-/ngx-echarts-14.0.0.tgz",
+      "integrity": "sha512-Q8J/DXiWqYM2vqTfQq16A7KyxbWECZSiAApS0rBjsAJCPjG/VZogUe0snZ/i3mA6bV3vYm41imTYOaH+Rl97QA==",
       "dependencies": {
         "tslib": "^2.3.0"
       },
@@ -40216,9 +40216,9 @@
       }
     },
     "ngx-echarts": {
-      "version": "8.0.1",
-      "resolved": "https://registry.npmjs.org/ngx-echarts/-/ngx-echarts-8.0.1.tgz",
-      "integrity": "sha512-CP+WnCcnMCNpCL9BVmDIZmhGSVPnkJhhFbQEKt0nrwV0L6d4QTAGZ+e4y6G1zTTFKkIMPHpaO0nhtDRgSXAW/w==",
+      "version": "14.0.0",
+      "resolved": "https://registry.npmjs.org/ngx-echarts/-/ngx-echarts-14.0.0.tgz",
+      "integrity": "sha512-Q8J/DXiWqYM2vqTfQq16A7KyxbWECZSiAApS0rBjsAJCPjG/VZogUe0snZ/i3mA6bV3vYm41imTYOaH+Rl97QA==",
       "requires": {
         "tslib": "^2.3.0"
       }
diff --git a/ui/package.json b/ui/package.json
index 1e3161dae..ec3845138 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -78,7 +78,7 @@
     "lodash": "4.17.21",
     "material-icons": "^1.13.1",
     "ngx-color-picker": "^13.0.0",
-    "ngx-echarts": "^8.0.1",
+    "ngx-echarts": "^14.0.0",
     "ngx-quill": "^19.0.1",
     "ngx-showdown": "6.0.0",
     "plotly.js": "^2.17.0",