From 600837c26cf04231dded8c6d23c38e31333ea9cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 04:05:11 +0000 Subject: [PATCH] chore(deps): bump kth-node-api-key-strategy from 2.0.3 to 3.0.0 Bumps [kth-node-api-key-strategy](https://github.com/KTH/kth-node-api-key-strategy) from 2.0.3 to 3.0.0. - [Release notes](https://github.com/KTH/kth-node-api-key-strategy/releases) - [Changelog](https://github.com/KTH/kth-node-api-key-strategy/blob/main/CHANGELOG.md) - [Commits](https://github.com/KTH/kth-node-api-key-strategy/compare/v2.0.3...v3.0.0) --- updated-dependencies: - dependency-name: kth-node-api-key-strategy dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 47 ++++++++++------------------------------------- package.json | 2 +- 2 files changed, 11 insertions(+), 38 deletions(-) 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",