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 2023/01/12 18:50:27 UTC

[streampipes] branch dev updated: Bump konva from 8.3.14 to 8.4.0 in /ui (#1083)

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 3854af17a Bump konva from 8.3.14 to 8.4.0 in /ui (#1083)
3854af17a is described below

commit 3854af17a35327b77c9115115f19aa8a11e01064
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jan 12 19:50:21 2023 +0100

    Bump konva from 8.3.14 to 8.4.0 in /ui (#1083)
    
    Bumps [konva](https://github.com/konvajs/konva) from 8.3.14 to 8.4.0.
    - [Release notes](https://github.com/konvajs/konva/releases)
    - [Changelog](https://github.com/konvajs/konva/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/konvajs/konva/compare/8.3.14...8.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: konva
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 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 bf5b9113d..e495f471e 100644
--- a/ui/package-lock.json
+++ b/ui/package-lock.json
@@ -51,7 +51,7 @@
         "jquery": "^3.6.3",
         "jquery-ui-dist": "1.13.2",
         "jshint": "^2.13.6",
-        "konva": "8.3.14",
+        "konva": "8.4.0",
         "leaflet": "1.9.3",
         "lodash": "4.17.21",
         "material-icons": "^1.13.1",
@@ -16106,9 +16106,9 @@
       }
     },
     "node_modules/konva": {
-      "version": "8.3.14",
-      "resolved": "https://registry.npmjs.org/konva/-/konva-8.3.14.tgz",
-      "integrity": "sha512-6I/TZppgY3Frs//AvZ87YVQLFxLywitb8wLS3qMM+Ih9e4QcB5Yy8br6eq7DdUzxPdbsYTz1FQBHzNxs08M1Tw==",
+      "version": "8.4.0",
+      "resolved": "https://registry.npmjs.org/konva/-/konva-8.4.0.tgz",
+      "integrity": "sha512-o38I9j1Gr5CprnBwPI9dCSzb4cvN/8pnjuFHtKrGcNBfKmaLvYfcIakTEDm6xLt17O+S/6nXhLdXa5wqiHHS9Q==",
       "funding": [
         {
           "type": "patreon",
@@ -38808,9 +38808,9 @@
       "dev": true
     },
     "konva": {
-      "version": "8.3.14",
-      "resolved": "https://registry.npmjs.org/konva/-/konva-8.3.14.tgz",
-      "integrity": "sha512-6I/TZppgY3Frs//AvZ87YVQLFxLywitb8wLS3qMM+Ih9e4QcB5Yy8br6eq7DdUzxPdbsYTz1FQBHzNxs08M1Tw=="
+      "version": "8.4.0",
+      "resolved": "https://registry.npmjs.org/konva/-/konva-8.4.0.tgz",
+      "integrity": "sha512-o38I9j1Gr5CprnBwPI9dCSzb4cvN/8pnjuFHtKrGcNBfKmaLvYfcIakTEDm6xLt17O+S/6nXhLdXa5wqiHHS9Q=="
     },
     "lazy-ass": {
       "version": "1.6.0",
diff --git a/ui/package.json b/ui/package.json
index 65440a957..7c103a714 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -73,7 +73,7 @@
     "jquery": "^3.6.3",
     "jquery-ui-dist": "1.13.2",
     "jshint": "^2.13.6",
-    "konva": "8.3.14",
+    "konva": "8.4.0",
     "leaflet": "1.9.3",
     "lodash": "4.17.21",
     "material-icons": "^1.13.1",