diff --git a/package-lock.json b/package-lock.json index 5f88713..4a88861 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "dotenv": "^17.4.2", "express": "^4.22.2", "kth-node-access-log": "^0.2.10", - "kth-node-api-key-strategy": "^2.0.3", + "kth-node-api-key-strategy": "^3.0.0", "kth-node-configuration": "^2.1.0", "kth-node-express-routing": "^2.3.1", "mongoose": "^8.24.1", @@ -4044,9 +4044,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4061,9 +4058,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -4078,9 +4072,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4095,9 +4086,6 @@ "loong64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -4112,9 +4100,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4129,9 +4114,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4146,9 +4128,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -4163,9 +4142,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4180,9 +4156,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -4197,9 +4170,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -9145,9 +9115,12 @@ } }, "node_modules/kth-node-api-key-strategy": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/kth-node-api-key-strategy/-/kth-node-api-key-strategy-2.0.3.tgz", - "integrity": "sha512-4kr03K6BpZ4n3HjCr8Mhsgv82eZBd5ROaQ0KnGB/Ar0jhQDdj9G4xkwZxAkjBH4490lJF0jzlpyyo0IPQcCFwg==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/kth-node-api-key-strategy/-/kth-node-api-key-strategy-3.0.0.tgz", + "integrity": "sha512-RNojE+QMtzsPiDieAfsVWMqZf+6KwZdAxSy7KO9iISOM8m0gxCJh4vGkUvHEZlVo4WQVMK5oDFiRrk6clQaoxg==", + "engines": { + "node": ">=24" + }, "peerDependencies": { "passport": "^0.7.0" } @@ -19110,9 +19083,9 @@ } }, "kth-node-api-key-strategy": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/kth-node-api-key-strategy/-/kth-node-api-key-strategy-2.0.3.tgz", - "integrity": "sha512-4kr03K6BpZ4n3HjCr8Mhsgv82eZBd5ROaQ0KnGB/Ar0jhQDdj9G4xkwZxAkjBH4490lJF0jzlpyyo0IPQcCFwg==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/kth-node-api-key-strategy/-/kth-node-api-key-strategy-3.0.0.tgz", + "integrity": "sha512-RNojE+QMtzsPiDieAfsVWMqZf+6KwZdAxSy7KO9iISOM8m0gxCJh4vGkUvHEZlVo4WQVMK5oDFiRrk6clQaoxg==", "requires": {} }, "kth-node-configuration": { diff --git a/package.json b/package.json index e138180..5ce6cae 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "dotenv": "^17.4.2", "express": "^4.22.2", "kth-node-access-log": "^0.2.10", - "kth-node-api-key-strategy": "^2.0.3", + "kth-node-api-key-strategy": "^3.0.0", "kth-node-configuration": "^2.1.0", "kth-node-express-routing": "^2.3.1", "mongoose": "^8.24.1",