Add OIDC package

This commit is contained in:
Andras Popovics
2023-01-26 14:20:49 +01:00
parent 4a3bc568ad
commit 763597c6fb
2 changed files with 9 additions and 0 deletions

8
package-lock.json generated
View File

@@ -26976,6 +26976,14 @@
"resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
"integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==" "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ=="
}, },
"angular-oauth2-oidc": {
"version": "14.0.1",
"resolved": "https://registry.npmjs.org/angular-oauth2-oidc/-/angular-oauth2-oidc-14.0.1.tgz",
"integrity": "sha512-2DgIqGapAQYSYwgMmMv5Ef7BfpGO7DJvU3kZyjL7Z2aMbpacuzia17eUb2Y/lwqrzJZyMl/sgacAE1SJI4lQ4w==",
"requires": {
"tslib": "^2.0.0"
}
},
"ansi-align": { "ansi-align": {
"version": "3.0.1", "version": "3.0.1",
"resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz", "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz",

View File

@@ -75,6 +75,7 @@
"@mat-datetimepicker/moment": "^9.0.68", "@mat-datetimepicker/moment": "^9.0.68",
"@ngx-translate/core": "^14.0.0", "@ngx-translate/core": "^14.0.0",
"@storybook/core-server": "6.4.22", "@storybook/core-server": "6.4.22",
"angular-oauth2-oidc": "^14.0.1",
"apollo-angular": "^4.0.1", "apollo-angular": "^4.0.1",
"chart.js": "2.9.4", "chart.js": "2.9.4",
"cropperjs": "1.5.13", "cropperjs": "1.5.13",