From 14b58858144015187a9445626bd0c76f2518330c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 06:51:57 +0000 Subject: [PATCH] build(deps): bump oidc-client-ts in /src/static/client Bumps [oidc-client-ts](https://github.com/authts/oidc-client-ts) from 3.2.1 to 3.5.0. - [Release notes](https://github.com/authts/oidc-client-ts/releases) - [Commits](https://github.com/authts/oidc-client-ts/compare/v3.2.1...v3.5.0) --- updated-dependencies: - dependency-name: oidc-client-ts dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/static/client/package-lock.json | 47 +++-------------------------- src/static/client/package.json | 2 +- 2 files changed, 5 insertions(+), 44 deletions(-) diff --git a/src/static/client/package-lock.json b/src/static/client/package-lock.json index 0cc91a9a..b98e32a1 100644 --- a/src/static/client/package-lock.json +++ b/src/static/client/package-lock.json @@ -12,7 +12,7 @@ "bootstrap": "^5.3.6", "bootstrap-icons": "^1.13.1", "dayjs": "^1.11.13", - "oidc-client-ts": "^3.2.1", + "oidc-client-ts": "^3.5.0", "pinia": "^3.0.2", "qrcode": "^1.5.4", "uuid": "^11.1.0", @@ -1104,9 +1104,6 @@ "arm" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1121,9 +1118,6 @@ "arm" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1138,9 +1132,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1155,9 +1146,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1172,9 +1160,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1189,9 +1174,6 @@ "loong64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1206,9 +1188,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1223,9 +1202,6 @@ "ppc64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1240,9 +1216,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1257,9 +1230,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1274,9 +1244,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1291,9 +1258,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1308,9 +1272,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -2791,9 +2752,9 @@ } }, "node_modules/oidc-client-ts": { - "version": "3.2.1", - "resolved": "https://registry.npmmirror.com/oidc-client-ts/-/oidc-client-ts-3.2.1.tgz", - "integrity": "sha512-hS5AJ5s/x4bXhHvNJT1v+GGvzHUwdRWqNQQbSrp10L1IRmzfRGKQ3VWN3dstJb+oF3WtAyKezwD2+dTEIyBiAA==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/oidc-client-ts/-/oidc-client-ts-3.5.0.tgz", + "integrity": "sha512-l2q8l9CTCTOlbX+AnK4p3M+4CEpKpyQhle6blQkdFhm0IsBqsxm15bYaSa11G7pWdsYr6epdsRZxJpCyCRbT8A==", "license": "Apache-2.0", "dependencies": { "jwt-decode": "^4.0.0" diff --git a/src/static/client/package.json b/src/static/client/package.json index 0ab19590..ff0fb16b 100644 --- a/src/static/client/package.json +++ b/src/static/client/package.json @@ -13,7 +13,7 @@ "bootstrap": "^5.3.6", "bootstrap-icons": "^1.13.1", "dayjs": "^1.11.13", - "oidc-client-ts": "^3.2.1", + "oidc-client-ts": "^3.5.0", "pinia": "^3.0.2", "qrcode": "^1.5.4", "uuid": "^11.1.0",