[AAE-12531] Set angular-oauth-oidc version to 14, since version 15 doesn't work with angular v14

This commit is contained in:
Amedeo Lepore
2024-01-23 12:55:46 +01:00
parent da125ab77e
commit 4e2a39bf6a
2 changed files with 5 additions and 5 deletions

8
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": "^15.0.1",
"angular-oauth2-oidc": "^14.0.0",
"angular-oauth2-oidc-jwks": "^15.0.1",
"apollo-angular": "^5.0.2",
"chart.js": "^4.3.0",
@@ -24957,9 +24957,9 @@
}
},
"node_modules/angular-oauth2-oidc": {
"version": "15.0.1",
"resolved": "https://registry.npmjs.org/angular-oauth2-oidc/-/angular-oauth2-oidc-15.0.1.tgz",
"integrity": "sha512-5gpqO9QL+qFqMItYFHe8F6H5nOIEaowcNUc9iTDs3P1bfVYnoKoVAaijob53PuPTF4YwzdfwKWZi4Mq6P7GENQ==",
"version": "14.0.1",
"resolved": "https://registry.npmjs.org/angular-oauth2-oidc/-/angular-oauth2-oidc-14.0.1.tgz",
"integrity": "sha512-2DgIqGapAQYSYwgMmMv5Ef7BfpGO7DJvU3kZyjL7Z2aMbpacuzia17eUb2Y/lwqrzJZyMl/sgacAE1SJI4lQ4w==",
"dependencies": {
"tslib": "^2.0.0"
},

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": "^15.0.1",
"angular-oauth2-oidc": "^14.0.0",
"angular-oauth2-oidc-jwks": "^15.0.1",
"apollo-angular": "^5.0.2",
"chart.js": "^4.3.0",