From 0653e43909014cd4f33efceb691557740b1303b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 04:30:12 +0000 Subject: [PATCH] chore(deps): bump @kth/kth-node-passport-oidc from 5.3.0 to 6.0.0 Bumps [@kth/kth-node-passport-oidc](https://github.com/KTH/kth-node-passport-oidc) from 5.3.0 to 6.0.0. - [Release notes](https://github.com/KTH/kth-node-passport-oidc/releases) - [Changelog](https://github.com/KTH/kth-node-passport-oidc/blob/main/CHANGELOG.md) - [Commits](https://github.com/KTH/kth-node-passport-oidc/compare/v5.3.0...v6.0.0) --- updated-dependencies: - dependency-name: "@kth/kth-node-passport-oidc" dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 38 ++++++++------------------------------ package.json | 2 +- 2 files changed, 9 insertions(+), 31 deletions(-) diff --git a/package-lock.json b/package-lock.json index dde73c8b..329bafa6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@kth/api-call": "^4.5.2", "@kth/appinsights": "^0.6.0", "@kth/cortina-block": "^7.2.1", - "@kth/kth-node-passport-oidc": "^5.3.0", + "@kth/kth-node-passport-oidc": "^6.0.0", "@kth/kth-node-web-common": "^10.0.1", "@kth/log": "^4.0.8", "@kth/monitor": "^4.3.2", @@ -3298,13 +3298,15 @@ } }, "node_modules/@kth/kth-node-passport-oidc": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/@kth/kth-node-passport-oidc/-/kth-node-passport-oidc-5.3.0.tgz", - "integrity": "sha512-mVm5PW3/b7/GsW+YkD7ua7I3u97NmdPQ63dXPyFNJtvJnaBnPOa2gOEugCSF/Ut/8bHfkqncovfC5m/MV40W2g==", - "license": "MIT", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@kth/kth-node-passport-oidc/-/kth-node-passport-oidc-6.0.0.tgz", + "integrity": "sha512-lLu1bZt++qbq2yykwd0ZaPrx/tBn/AjE8AEmU62DXARF4A9nh06XlBTo6kmj5Om4mq9P1zaALsH+8Vat3M6W+Q==", "dependencies": { - "@kth/log": "^4.0.7", + "@kth/log": "^4.0.8", "openid-client": "^4.9.1" + }, + "engines": { + "node": ">=24" } }, "node_modules/@kth/kth-node-web-common": { @@ -4656,9 +4658,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4672,9 +4671,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -4688,9 +4684,6 @@ "cpu": [ "ppc64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4704,9 +4697,6 @@ "cpu": [ "riscv64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4720,9 +4710,6 @@ "cpu": [ "riscv64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -4736,9 +4723,6 @@ "cpu": [ "s390x" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4752,9 +4736,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4768,9 +4749,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ diff --git a/package.json b/package.json index c47b8995..7e76a8c9 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@kth/api-call": "^4.5.2", "@kth/appinsights": "^0.6.0", "@kth/cortina-block": "^7.2.1", - "@kth/kth-node-passport-oidc": "^5.3.0", + "@kth/kth-node-passport-oidc": "^6.0.0", "@kth/kth-node-web-common": "^10.0.1", "@kth/log": "^4.0.8", "@kth/monitor": "^4.3.2",