From 6fea5e9cd0628c33730c13fc5ffc7ea04035ad37 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 31 Jul 2024 08:50:19 +0000 Subject: [PATCH] fix: upgrade @auth0/angular-jwt from 5.1.2 to 5.2.0 Snyk has created this PR to upgrade @auth0/angular-jwt from 5.1.2 to 5.2.0. See this package in npm: @auth0/angular-jwt See this project in Snyk: https://app.snyk.io/org/kidwen/project/0acca67f-9cf5-4e32-9d11-58fb574b11a3?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8cd9fce..84b82ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@angular/platform-browser": "^13.2.0", "@angular/platform-browser-dynamic": "^13.2.0", "@angular/router": "^13.2.0", - "@auth0/angular-jwt": "^5.1.2", + "@auth0/angular-jwt": "^5.2.0", "@awesome-cordova-plugins/music-controls": "^5.44.0", "@awesome-cordova-plugins/splash-screen": "^5.45.0", "@awesome-cordova-plugins/status-bar": "^5.44.0", @@ -748,14 +748,15 @@ "dev": true }, "node_modules/@auth0/angular-jwt": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/@auth0/angular-jwt/-/angular-jwt-5.1.2.tgz", - "integrity": "sha512-8ulz24cPpEkZb9/AdAaWfYIkomQDbZqvB9LproF/48Klnr30EJx09AYF9sbKTN4qLSgIZSlCb/Y7XQJZ51vSzA==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@auth0/angular-jwt/-/angular-jwt-5.2.0.tgz", + "integrity": "sha512-9FS2L0QwGNlxA/zgeehCcsR9CZscouyXkoIj1fODM36A8BLfdzg9k9DWAXUQ2Drjk0AypGAFzeNZR4vsLMhdeQ==", + "license": "MIT", "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { - "@angular/common": ">=12.0.0" + "@angular/common": ">=14.0.0" } }, "node_modules/@awesome-cordova-plugins/core": { @@ -16933,9 +16934,9 @@ "dev": true }, "@auth0/angular-jwt": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/@auth0/angular-jwt/-/angular-jwt-5.1.2.tgz", - "integrity": "sha512-8ulz24cPpEkZb9/AdAaWfYIkomQDbZqvB9LproF/48Klnr30EJx09AYF9sbKTN4qLSgIZSlCb/Y7XQJZ51vSzA==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@auth0/angular-jwt/-/angular-jwt-5.2.0.tgz", + "integrity": "sha512-9FS2L0QwGNlxA/zgeehCcsR9CZscouyXkoIj1fODM36A8BLfdzg9k9DWAXUQ2Drjk0AypGAFzeNZR4vsLMhdeQ==", "requires": { "tslib": "^2.0.0" } diff --git a/package.json b/package.json index 03a4b98..f472bcb 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@angular/platform-browser": "^13.2.0", "@angular/platform-browser-dynamic": "^13.2.0", "@angular/router": "^13.2.0", - "@auth0/angular-jwt": "^5.1.2", + "@auth0/angular-jwt": "^5.2.0", "@awesome-cordova-plugins/music-controls": "^5.44.0", "@awesome-cordova-plugins/splash-screen": "^5.45.0", "@awesome-cordova-plugins/status-bar": "^5.44.0",