diff --git a/package-lock.json b/package-lock.json index 31869929a..b0172a81d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3489,9 +3489,9 @@ "dev": true }, "angular-auth-oidc-client": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/angular-auth-oidc-client/-/angular-auth-oidc-client-13.1.0.tgz", - "integrity": "sha512-52RgjL0ScoRdM+QM9bYW7Qd0NMjK8GfxHPsqyVJw4KLcpyIdOT6SW3ThQ63oFvxPAGmvFBmXhdB0AqCab9xVuA==", + "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==", "requires": { "rfc4648": "^1.5.0", "tslib": "^2.3.0" diff --git a/package.json b/package.json index 9e4d1485c..5016e499f 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": "^13.1.0", + "angular-auth-oidc-client": "^14.1.5", "array-flat-polyfill": "^1.0.1", "body-parser": "^1.19.2", "bootstrap": "^5.1.3",