From f8ff5270ce2b19762e840919ded62bf545539479 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Sun, 7 Sep 2025 18:20:29 +0100 Subject: [PATCH] fix(deps): bump --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 53f49ada2..08d49d207 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.13", - "@kronos-integration/service": "^13.2.12", + "@kronos-integration/interceptor-decode-json": "^3.0.14", + "@kronos-integration/service": "^13.2.13", "@kronos-integration/service-admin": "^3.4.92", - "@kronos-integration/service-authenticator": "^3.0.11", - "@kronos-integration/service-health": "^7.0.15", - "@kronos-integration/service-http": "^13.0.16", + "@kronos-integration/service-authenticator": "^3.0.12", + "@kronos-integration/service-health": "^7.0.17", + "@kronos-integration/service-http": "^13.0.18", "@kronos-integration/service-ldap": "^5.0.9", - "@kronos-integration/service-swarm": "^3.0.16" + "@kronos-integration/service-swarm": "^3.0.18" }, "devDependencies": { "@semantic-release/commit-analyzer": "^13.0.0",