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": {