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/11 20:34:42 UTC

[streampipes] branch dev updated: chore: Bump @auth0/angular-jwt from 5.0.2 to 5.1.2 in /ui (#1080)

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 1c80ccd6e chore: Bump @auth0/angular-jwt from 5.0.2 to 5.1.2 in /ui (#1080)
1c80ccd6e is described below

commit 1c80ccd6eee05a548e87c8adc2e35a2663fe4c66
Author: Samuel Abt <gi...@samuelabt.de>
AuthorDate: Wed Jan 11 21:34:36 2023 +0100

    chore: Bump @auth0/angular-jwt from 5.0.2 to 5.1.2 in /ui (#1080)
---
 ui/cypress/support/general/login.ts |  1 +
 ui/package-lock.json                | 16 ++++++++--------
 ui/package.json                     |  2 +-
 3 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/ui/cypress/support/general/login.ts b/ui/cypress/support/general/login.ts
index e65ecd5f1..13be5dc18 100644
--- a/ui/cypress/support/general/login.ts
+++ b/ui/cypress/support/general/login.ts
@@ -16,6 +16,7 @@
  *
  */
 
+import '@angular/compiler';
 import { UserUtils } from '../utils/UserUtils';
 import { JwtHelperService } from '@auth0/angular-jwt';
 import { User } from '../model/User';
diff --git a/ui/package-lock.json b/ui/package-lock.json
index 68de20986..bf5b9113d 100644
--- a/ui/package-lock.json
+++ b/ui/package-lock.json
@@ -22,7 +22,7 @@
         "@angular/platform-browser-dynamic": "^14.2.12",
         "@angular/router": "^14.2.12",
         "@asymmetrik/ngx-leaflet": "14.0.1",
-        "@auth0/angular-jwt": "5.0.2",
+        "@auth0/angular-jwt": "5.1.2",
         "@circlon/angular-tree-component": "^11.0.4",
         "@ctrl/ngx-codemirror": "5.1.1",
         "@danielmoncada/angular-datetime-picker": "^15.0.1",
@@ -1625,14 +1625,14 @@
       }
     },
     "node_modules/@auth0/angular-jwt": {
-      "version": "5.0.2",
-      "resolved": "https://registry.npmjs.org/@auth0/angular-jwt/-/angular-jwt-5.0.2.tgz",
-      "integrity": "sha512-rSamC9mu+gUxoR86AXcIo+KD7xRIro+/iu1F2Ld85YAZEVKlpB5vYG+g0yGaEOqjtQWP/i0H6fi6XMGPVHSYYQ==",
+      "version": "5.1.2",
+      "resolved": "https://registry.npmjs.org/@auth0/angular-jwt/-/angular-jwt-5.1.2.tgz",
+      "integrity": "sha512-8ulz24cPpEkZb9/AdAaWfYIkomQDbZqvB9LproF/48Klnr30EJx09AYF9sbKTN4qLSgIZSlCb/Y7XQJZ51vSzA==",
       "dependencies": {
         "tslib": "^2.0.0"
       },
       "peerDependencies": {
-        "@angular/common": ">=9.0.0"
+        "@angular/common": ">=12.0.0"
       }
     },
     "node_modules/@babel/code-frame": {
@@ -27550,9 +27550,9 @@
       }
     },
     "@auth0/angular-jwt": {
-      "version": "5.0.2",
-      "resolved": "https://registry.npmjs.org/@auth0/angular-jwt/-/angular-jwt-5.0.2.tgz",
-      "integrity": "sha512-rSamC9mu+gUxoR86AXcIo+KD7xRIro+/iu1F2Ld85YAZEVKlpB5vYG+g0yGaEOqjtQWP/i0H6fi6XMGPVHSYYQ==",
+      "version": "5.1.2",
+      "resolved": "https://registry.npmjs.org/@auth0/angular-jwt/-/angular-jwt-5.1.2.tgz",
+      "integrity": "sha512-8ulz24cPpEkZb9/AdAaWfYIkomQDbZqvB9LproF/48Klnr30EJx09AYF9sbKTN4qLSgIZSlCb/Y7XQJZ51vSzA==",
       "requires": {
         "tslib": "^2.0.0"
       }
diff --git a/ui/package.json b/ui/package.json
index 18c707a6d..65440a957 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -44,7 +44,7 @@
     "@angular/platform-browser-dynamic": "^14.2.12",
     "@angular/router": "^14.2.12",
     "@asymmetrik/ngx-leaflet": "14.0.1",
-    "@auth0/angular-jwt": "5.0.2",
+    "@auth0/angular-jwt": "5.1.2",
     "@circlon/angular-tree-component": "^11.0.4",
     "@ctrl/ngx-codemirror": "5.1.1",
     "@danielmoncada/angular-datetime-picker": "^15.0.1",