From 59eae89dc9fb0a608e5559b4b95e0d839f2f7226 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Sat, 19 Jul 2025 17:35:06 +0100 Subject: [PATCH] fix(deps): bump --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 72eb27aa8..578aa106a 100644 --- a/package.json +++ b/package.json @@ -27,10 +27,10 @@ "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.0", - "@kronos-integration/service": "^11.2.16", + "@kronos-integration/interceptor-decode-json": "^3.0.1", + "@kronos-integration/service": "^11.2.17", "@kronos-integration/service-admin": "^3.4.76", - "@kronos-integration/service-authenticator": "^1.6.66", + "@kronos-integration/service-authenticator": "^1.6.69", "@kronos-integration/service-health": "^5.1.11", "@kronos-integration/service-http": "^11.0.0", "@kronos-integration/service-ldap": "^4.0.138",