[AAE-12531] Bump angular-oauth-oidc to version 15, fixed a lot of critical bugs and ready for angular 15

This commit is contained in:
Amedeo Lepore
2023-12-21 19:54:13 +01:00
parent b9b89fdf12
commit 9ae308a7f8
2 changed files with 7 additions and 11 deletions

16
package-lock.json generated
View File

@@ -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,

View File

@@ -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",