From 9ae308a7f8dd9d74226d91e0fe0dddb362dd1235 Mon Sep 17 00:00:00 2001 From: Amedeo Lepore Date: Thu, 21 Dec 2023 19:54:13 +0100 Subject: [PATCH] [AAE-12531] Bump angular-oauth-oidc to version 15, fixed a lot of critical bugs and ready for angular 15 --- package-lock.json | 16 ++++++---------- package.json | 2 +- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index be503ffd80..fe728b9e16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@mat-datetimepicker/core": "^10.1.1", "@ngx-translate/core": "^14.0.0", "@storybook/core-server": "^7.6.5", - "angular-oauth2-oidc": "^13.0.1", + "angular-oauth2-oidc": "^15.0.1", "angular-oauth2-oidc-jwks": "^15.0.1", "apollo-angular": "^5.0.2", "chart.js": "^4.3.0", @@ -24957,15 +24957,15 @@ } }, "node_modules/angular-oauth2-oidc": { - "version": "13.0.1", - "license": "MIT", + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/angular-oauth2-oidc/-/angular-oauth2-oidc-15.0.1.tgz", + "integrity": "sha512-5gpqO9QL+qFqMItYFHe8F6H5nOIEaowcNUc9iTDs3P1bfVYnoKoVAaijob53PuPTF4YwzdfwKWZi4Mq6P7GENQ==", "dependencies": { - "fast-sha256": "^1.3.0", "tslib": "^2.0.0" }, "peerDependencies": { - "@angular/common": ">=12.0.0", - "@angular/core": ">=12.0.0" + "@angular/common": ">=14.0.0", + "@angular/core": ">=14.0.0" } }, "node_modules/angular-oauth2-oidc-jwks": { @@ -32201,10 +32201,6 @@ "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz", "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" }, - "node_modules/fast-sha256": { - "version": "1.3.0", - "license": "Unlicense" - }, "node_modules/fastest-levenshtein": { "version": "1.0.16", "dev": true, diff --git a/package.json b/package.json index 3e007ab13a..740e41e1d0 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "@mat-datetimepicker/core": "^10.1.1", "@ngx-translate/core": "^14.0.0", "@storybook/core-server": "^7.6.5", - "angular-oauth2-oidc": "^13.0.1", + "angular-oauth2-oidc": "^15.0.1", "angular-oauth2-oidc-jwks": "^15.0.1", "apollo-angular": "^5.0.2", "chart.js": "^4.3.0",