From bbdbb4a8fc439f7148a2dd690a10b8390eb02f00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 08:38:38 +0000 Subject: [PATCH] fix(deps): bump @kronos-integration/service-http from 13.0.12 to 13.0.13 Bumps [@kronos-integration/service-http](https://github.com/Kronos-Integration/service-http) from 13.0.12 to 13.0.13. - [Release notes](https://github.com/Kronos-Integration/service-http/releases) - [Commits](https://github.com/Kronos-Integration/service-http/compare/v13.0.12...v13.0.13) --- updated-dependencies: - dependency-name: "@kronos-integration/service-http" dependency-version: 13.0.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e3aae3d1f..1dcc5c740 100644 --- a/package-lock.json +++ b/package-lock.json @@ -589,18 +589,18 @@ } }, "node_modules/@kronos-integration/service-http": { - "version": "13.0.12", - "resolved": "https://registry.npmjs.org/@kronos-integration/service-http/-/service-http-13.0.12.tgz", - "integrity": "sha512-uFi/qUQsT8LY/Y3c0QizIUw/516rt2GJ1mwFQKgDkJsLMs7BqawpYGnh41vN8/y5aShOUROYJG8GV5IKIODpxg==", + "version": "13.0.13", + "resolved": "https://registry.npmjs.org/@kronos-integration/service-http/-/service-http-13.0.13.tgz", + "integrity": "sha512-5BunwSOunRnZj4Wo1K9IXVSS4KMFzTVVZI65gNhjfFigrIji5KDVfgipIq/ptBI2oWXQLP8AvUd4ymwYgq2ioA==", "license": "BSD-2-Clause", "dependencies": { "@kronos-integration/endpoint": "^10.1.7", "@kronos-integration/interceptor": "^12.1.8", - "@kronos-integration/service": "^13.2.6", + "@kronos-integration/service": "^13.2.7", "bufferutil": "^4.0.9", "jsonwebtoken": "^9.0.2", "multi-path-matcher": "^4.1.6", - "pacc": "^4.6.0", + "pacc": "^4.7.0", "utf-8-validate": "^6.0.5", "ws": "^8.18.3" },