diff --git a/package-lock.json b/package-lock.json index 33b5550d..b9e0d993 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@ngrx/effects": "^18.1.1", "@ngrx/entity": "^18.1.1", "@ngrx/store": "^18.1.0", - "angular-auth-oidc-client": "18.0.1", + "angular-auth-oidc-client": "18.0.2", "angular-split": "^17.2.0", "jasmine-spec-reporter": "^7.0.0", "lodash-es": "^4.17.21", @@ -5023,8 +5023,9 @@ } }, "node_modules/angular-auth-oidc-client": { - "version": "18.0.1", - "license": "MIT", + "version": "18.0.2", + "resolved": "https://registry.npmjs.org/angular-auth-oidc-client/-/angular-auth-oidc-client-18.0.2.tgz", + "integrity": "sha512-Vqe2EDh7YofOAQz7t6mublO9gKhMzonKSu8vXzym2WRwIhYd0kbf4j3JW83zDzkjlICFnML+uS8SfOSu7b2GQQ==", "dependencies": { "rfc4648": "^1.5.0", "tslib": "^2.3.0" diff --git a/package.json b/package.json index 5b0b8736..18482147 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@ngrx/effects": "^18.1.1", "@ngrx/entity": "^18.1.1", "@ngrx/store": "^18.1.0", - "angular-auth-oidc-client": "18.0.1", + "angular-auth-oidc-client": "18.0.2", "angular-split": "^17.2.0", "jasmine-spec-reporter": "^7.0.0", "lodash-es": "^4.17.21",