From 38bfb6747c186842d0e68fb776415ba17aed5c09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 08:53:25 +0000 Subject: [PATCH] fix(deps): bump @kronos-integration/service-http from 10.9.26 to 10.9.28 Bumps [@kronos-integration/service-http](https://github.com/Kronos-Integration/service-http) from 10.9.26 to 10.9.28. - [Release notes](https://github.com/Kronos-Integration/service-http/releases) - [Commits](https://github.com/Kronos-Integration/service-http/compare/v10.9.26...v10.9.28) --- updated-dependencies: - dependency-name: "@kronos-integration/service-http" dependency-version: 10.9.28 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0385c2e41..9e9dffdb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@kronos-integration/service-admin": "^3.4.72", "@kronos-integration/service-authenticator": "^1.6.63", "@kronos-integration/service-health": "^5.1.6", - "@kronos-integration/service-http": "^10.9.26", + "@kronos-integration/service-http": "^10.9.28", "@kronos-integration/service-ldap": "^4.0.138", "@kronos-integration/service-swarm": "^1.9.87" }, @@ -572,23 +572,23 @@ } }, "node_modules/@kronos-integration/service-http": { - "version": "10.9.26", - "resolved": "https://registry.npmjs.org/@kronos-integration/service-http/-/service-http-10.9.26.tgz", - "integrity": "sha512-+4oZOnHHUYFZtFCaw+m3h6senUpeRFNbVwlVQhTXmaM/of0uFspmGGUGa27ZEyRqU8NxveruhKk0YeqIp6nKLg==", + "version": "10.9.28", + "resolved": "https://registry.npmjs.org/@kronos-integration/service-http/-/service-http-10.9.28.tgz", + "integrity": "sha512-vegCvxh+HNdzBJYxlCo2yC5CsLtOnxWO77iLMXurBvZOc9BHtzOF5C1l8SHN+fwTWgZoGfZBQbIRxgyqZnxlng==", "license": "BSD-2-Clause", "dependencies": { "@kronos-integration/endpoint": "^9.5.7", "@kronos-integration/interceptor": "^10.3.4", "@kronos-integration/service": "^11.2.8", - "bufferutil": "^4.0.8", + "bufferutil": "^4.0.9", "jsonwebtoken": "^9.0.2", "model-attributes": "^4.2.4", "multi-path-matcher": "^4.1.6", - "utf-8-validate": "^6.0.4", + "utf-8-validate": "^6.0.5", "ws": "^8.18.2" }, "engines": { - "node": ">=22.11.0" + "node": ">=22.16.0" } }, "node_modules/@kronos-integration/service-ldap": {