From e060ca1b725c9dbc92d5e6aa8835470670a3aa76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 15:30:14 +0000 Subject: [PATCH] fix(deps): update dependency oidc-client-ts to v2.3.0 --- services/ui/package-lock.json | 14 +++++++------- services/ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/services/ui/package-lock.json b/services/ui/package-lock.json index f2d98746..920c7c1b 100644 --- a/services/ui/package-lock.json +++ b/services/ui/package-lock.json @@ -17,7 +17,7 @@ "@types/react": "18.2.24", "@types/react-dom": "18.2.8", "date-fns": "2.30.0", - "oidc-client-ts": "2.2.5", + "oidc-client-ts": "2.3.0", "react": "18.2.0", "react-datepicker": "4.18.0", "react-dom": "18.2.0", @@ -4646,9 +4646,9 @@ } }, "node_modules/oidc-client-ts": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/oidc-client-ts/-/oidc-client-ts-2.2.5.tgz", - "integrity": "sha512-omAHoLdFcylnwZeHJahOnJBwd0r78JzhmVAmsQjLGrexAnQKiHW9Ilr9FlRD5qjMikmabvaucI4k49AbQLXhmQ==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/oidc-client-ts/-/oidc-client-ts-2.3.0.tgz", + "integrity": "sha512-7RUKU+TJFQo+4X9R50IGJAIDF18uRBaFXyZn4VVCfwmwbSUhKcdDnw4zgeut3uEXkiD3NqURq+d88sDPxjf1FA==", "dependencies": { "crypto-js": "^4.1.1", "jwt-decode": "^3.1.2" @@ -10137,9 +10137,9 @@ "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==" }, "oidc-client-ts": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/oidc-client-ts/-/oidc-client-ts-2.2.5.tgz", - "integrity": "sha512-omAHoLdFcylnwZeHJahOnJBwd0r78JzhmVAmsQjLGrexAnQKiHW9Ilr9FlRD5qjMikmabvaucI4k49AbQLXhmQ==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/oidc-client-ts/-/oidc-client-ts-2.3.0.tgz", + "integrity": "sha512-7RUKU+TJFQo+4X9R50IGJAIDF18uRBaFXyZn4VVCfwmwbSUhKcdDnw4zgeut3uEXkiD3NqURq+d88sDPxjf1FA==", "requires": { "crypto-js": "^4.1.1", "jwt-decode": "^3.1.2" diff --git a/services/ui/package.json b/services/ui/package.json index e817a158..051aa86a 100644 --- a/services/ui/package.json +++ b/services/ui/package.json @@ -13,7 +13,7 @@ "@types/react": "18.2.24", "@types/react-dom": "18.2.8", "date-fns": "2.30.0", - "oidc-client-ts": "2.2.5", + "oidc-client-ts": "2.3.0", "react": "18.2.0", "react-datepicker": "4.18.0", "react-dom": "18.2.0",