diff --git a/package-lock.json b/package-lock.json index 17c32bb02..afc051bff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@angular/router": "^20.3.1", "@angular/ssr": "^20.3.6", "@dotenvx/dotenvx": "^1.6.4", - "angular-auth-oidc-client": "^14.1.5", + "angular-auth-oidc-client": "^20.0.2", "bootstrap": "^5.3.3", "d3-scale-chromatic": "^2.0.0", "d3-zoom": "^2.0.0", @@ -8163,18 +8163,18 @@ } }, "node_modules/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": "20.0.2", + "resolved": "https://registry.npmjs.org/angular-auth-oidc-client/-/angular-auth-oidc-client-20.0.2.tgz", + "integrity": "sha512-zU+5h8LRB+NDIwmI/AUfE1BC67wb1N877RyVAgKrAIg0DTbUbfK7cZl3XBpYOd5vDoRBzROU0t3UnQ/Farjn4w==", "license": "MIT", "dependencies": { "rfc4648": "^1.5.0", "tslib": "^2.3.0" }, "peerDependencies": { - "@angular/common": ">=13.0.0", - "@angular/core": ">=13.0.0", - "@angular/router": ">=13.0.0", + "@angular/common": ">=20.0.0", + "@angular/core": ">=20.0.0", + "@angular/router": ">=20.0.0", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index a453848f0..369f1e66e 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@angular/router": "^20.3.1", "@angular/ssr": "^20.3.6", "@dotenvx/dotenvx": "^1.6.4", - "angular-auth-oidc-client": "^14.1.5", + "angular-auth-oidc-client": "^20.0.2", "bootstrap": "^5.3.3", "d3-scale-chromatic": "^2.0.0", "d3-zoom": "^2.0.0",