From 3bddbb6e9c1a5c4fd95f37ce5716bb81d37efb69 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Thu, 5 Feb 2026 19:33:39 +0000 Subject: [PATCH] fix(deps): bump --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ebd649a25..6d79e9c12 100644 --- a/package.json +++ b/package.json @@ -34,8 +34,8 @@ "lint:docs": "documentation lint ./src/template-sync-hook-cli.mjs" }, "dependencies": { - "@kronos-integration/interceptor-webhook": "^4.0.27", - "@kronos-integration/service": "^15.4.21", + "@kronos-integration/interceptor-webhook": "^4.0.28", + "@kronos-integration/service": "^15.4.22", "@kronos-integration/service-http": "^14.0.33", "@kronos-integration/service-repositories": "^4.0.61", "@template-tools/template-sync": "^14.3.44",