diff --git a/package-lock.json b/package-lock.json index 1e316c54b..3288f973f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3530,9 +3530,9 @@ "dev": true }, "angular-auth-oidc-client": { - "version": "14.1.5", - "resolved": "https://registry.npmjs.org/angular-auth-oidc-client/-/angular-auth-oidc-client-14.1.5.tgz", - "integrity": "sha512-qgWcXZb2k+VLbSai0sMDNe3f2Ae1BK9BnIrAEFH8ulvSU/oFYoWXebPrsele2/sElNQ534Rpzr48IVsq1gqiwA==", + "version": "15.0.3", + "resolved": "https://registry.npmjs.org/angular-auth-oidc-client/-/angular-auth-oidc-client-15.0.3.tgz", + "integrity": "sha512-J0SSwug2QlmqlhuUBpjd2TDvQhnNGwvIHngo3Wql7oNIYB/jly806neIgsM2eDLf34AymeuVBHpyU5cygxrKzA==", "requires": { "rfc4648": "^1.5.0", "tslib": "^2.3.0" diff --git a/package.json b/package.json index 562eabc59..87d9234d5 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@gorniv/ngx-transfer-http": "^2.2.9", "@nguniversal/common": "^13.1.1", "@nguniversal/express-engine": "^13.1.1", - "angular-auth-oidc-client": "^14.1.5", + "angular-auth-oidc-client": "^15.0.3", "array-flat-polyfill": "^1.0.1", "body-parser": "^1.19.2", "bootstrap": "^5.1.3",