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",