From 4a8da6124e5fc529b155c35ad319b7b7e1c34a32 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Tue, 2 Dec 2025 15:09:13 +0000 Subject: [PATCH] fix(deps): bump --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index a08020461..73265c79c 100644 --- a/package.json +++ b/package.json @@ -27,14 +27,14 @@ "cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --node-arguments '--experimental-modules' --timeout 2m && c8 report -r lcov -o build/coverage --temp-directory build/tmp" }, "dependencies": { - "@kronos-integration/interceptor-decode-json": "^3.0.23", - "@kronos-integration/service": "^14.0.4", - "@kronos-integration/service-admin": "^4.0.1", - "@kronos-integration/service-authenticator": "^4.0.1", - "@kronos-integration/service-health": "^8.0.3", - "@kronos-integration/service-http": "^14.0.3", + "@kronos-integration/interceptor-decode-json": "^3.0.24", + "@kronos-integration/service": "^14.0.5", + "@kronos-integration/service-admin": "^4.0.2", + "@kronos-integration/service-authenticator": "^4.0.2", + "@kronos-integration/service-health": "^8.0.4", + "@kronos-integration/service-http": "^14.0.4", "@kronos-integration/service-ldap": "^6.0.7", - "@kronos-integration/service-swarm": "^4.0.5" + "@kronos-integration/service-swarm": "^4.0.6" }, "devDependencies": { "@semantic-release/commit-analyzer": "^13.0.0", @@ -44,7 +44,7 @@ "ava": "^6.1.3", "c8": "^10.1.2", "documentation": "^14.0.3", - "npm-pkgbuild": "^19.0.6", + "npm-pkgbuild": "^19.0.7", "semantic-release": "^25.0.2" }, "optionalDependencies": {