From e2b373c0278e50d9ef251c46ec608afd86848e2c Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Mon, 28 Jul 2025 14:47:51 +0100 Subject: [PATCH] fix(deps): bump --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index d6ea35756..67f7d9ccd 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.8", - "@kronos-integration/service": "^13.1.10", - "@kronos-integration/service-admin": "^3.4.82", - "@kronos-integration/service-authenticator": "^3.0.2", - "@kronos-integration/service-health": "^7.0.3", - "@kronos-integration/service-http": "^13.0.4", + "@kronos-integration/interceptor-decode-json": "^3.0.9", + "@kronos-integration/service": "^13.1.12", + "@kronos-integration/service-admin": "^3.4.83", + "@kronos-integration/service-authenticator": "^3.0.3", + "@kronos-integration/service-health": "^7.0.5", + "@kronos-integration/service-http": "^13.0.6", "@kronos-integration/service-ldap": "^5.0.3", - "@kronos-integration/service-swarm": "^3.0.4" + "@kronos-integration/service-swarm": "^3.0.5" }, "devDependencies": { "@semantic-release/commit-analyzer": "^13.0.0",