From 23dcb0c9b0736a6bb6cf3add7a4de91e4ab976c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 08:59:13 +0000 Subject: [PATCH] fix(deps): bump @kronos-integration/service-http from 13.0.9 to 13.0.10 Bumps [@kronos-integration/service-http](https://github.com/Kronos-Integration/service-http) from 13.0.9 to 13.0.10. - [Release notes](https://github.com/Kronos-Integration/service-http/releases) - [Commits](https://github.com/Kronos-Integration/service-http/compare/v13.0.9...v13.0.10) --- updated-dependencies: - dependency-name: "@kronos-integration/service-http" dependency-version: 13.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 745b4c7ed..9a2e1062e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -589,14 +589,14 @@ } }, "node_modules/@kronos-integration/service-http": { - "version": "13.0.9", - "resolved": "https://registry.npmjs.org/@kronos-integration/service-http/-/service-http-13.0.9.tgz", - "integrity": "sha512-lX/wUHrI4KD9JxrGvVMIN4HVYI7uzaXVp7QQ+iTiupCmTwV0MtSM5NN498gllMeinaAUxtTB5yZbJ6iCxEtexw==", + "version": "13.0.10", + "resolved": "https://registry.npmjs.org/@kronos-integration/service-http/-/service-http-13.0.10.tgz", + "integrity": "sha512-R+3ompWiGUzGpwhmBX2IS9bOQ4XnGJFWELksLewdW9FkethJooW+itiSDzKD2vZfgTvzw7AN+nlYiRtd8hNKXw==", "license": "BSD-2-Clause", "dependencies": { "@kronos-integration/endpoint": "^10.1.5", "@kronos-integration/interceptor": "^12.1.4", - "@kronos-integration/service": "^13.2.2", + "@kronos-integration/service": "^13.2.4", "bufferutil": "^4.0.9", "jsonwebtoken": "^9.0.2", "multi-path-matcher": "^4.1.6",