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/31 06:41:52 UTC

[streampipes] branch dev updated: Bump tslib from 2.4.1 to 2.5.0 in /ui (#1188)

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 1442808e4 Bump tslib from 2.4.1 to 2.5.0 in /ui (#1188)
1442808e4 is described below

commit 1442808e4bdfa8150db6f67c26fbfdc17ec940e4
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jan 31 07:41:47 2023 +0100

    Bump tslib from 2.4.1 to 2.5.0 in /ui (#1188)
    
    Bumps [tslib](https://github.com/Microsoft/tslib) from 2.4.1 to 2.5.0.
    - [Release notes](https://github.com/Microsoft/tslib/releases)
    - [Commits](https://github.com/Microsoft/tslib/compare/2.4.1...2.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: tslib
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 17fd69e83..7f980cc53 100644
--- a/ui/package-lock.json
+++ b/ui/package-lock.json
@@ -67,7 +67,7 @@
         "showdown": "1.9.1",
         "stream-browserify": "3.0.0",
         "swagger-ui": "4.15.5",
-        "tslib": "^2.4.1",
+        "tslib": "^2.5.0",
         "zone.js": "~0.12.0"
       },
       "devDependencies": {
@@ -24827,9 +24827,9 @@
       }
     },
     "node_modules/tslib": {
-      "version": "2.4.1",
-      "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz",
-      "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
+      "version": "2.5.0",
+      "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz",
+      "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg=="
     },
     "node_modules/tsutils": {
       "version": "3.21.0",
@@ -45590,9 +45590,9 @@
       }
     },
     "tslib": {
-      "version": "2.4.1",
-      "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz",
-      "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
+      "version": "2.5.0",
+      "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz",
+      "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg=="
     },
     "tsutils": {
       "version": "3.21.0",
diff --git a/ui/package.json b/ui/package.json
index 0296b449d..1ba67fa0e 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -89,7 +89,7 @@
     "showdown": "1.9.1",
     "stream-browserify": "3.0.0",
     "swagger-ui": "4.15.5",
-    "tslib": "^2.4.1",
+    "tslib": "^2.5.0",
     "zone.js": "~0.12.0"
   },
   "devDependencies": {