From 19be9c16f95617fa962507d077a74f3a9299ac62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 08:02:16 +0000 Subject: [PATCH] fix(deps): bump @kronos-integration/service-http from 13.0.35 to 13.0.36 Bumps [@kronos-integration/service-http](https://github.com/Kronos-Integration/service-http) from 13.0.35 to 13.0.36. - [Release notes](https://github.com/Kronos-Integration/service-http/releases) - [Commits](https://github.com/Kronos-Integration/service-http/compare/v13.0.35...v13.0.36) --- updated-dependencies: - dependency-name: "@kronos-integration/service-http" dependency-version: 13.0.36 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 0e8f292da..5c06a7722 100644 --- a/package-lock.json +++ b/package-lock.json @@ -586,9 +586,9 @@ } }, "node_modules/@kronos-integration/service-http": { - "version": "13.0.35", - "resolved": "https://registry.npmjs.org/@kronos-integration/service-http/-/service-http-13.0.35.tgz", - "integrity": "sha512-drUlpq6fsYfFAHHrCIaHM3k3GZU29xtkUHTYYFrluuwHQw7dfXDBUCk1eS6z1hE/0UxCBihYBThtcKl7m2DEfA==", + "version": "13.0.36", + "resolved": "https://registry.npmjs.org/@kronos-integration/service-http/-/service-http-13.0.36.tgz", + "integrity": "sha512-DHINvPUIdDwbyHdsDuUD4e8CE6/s4ukp3UtogEAZQ+tsxjixHRfkUObA5VH4oMS1c48//V6KECiqvkDxpbjJWQ==", "license": "BSD-2-Clause", "dependencies": { "@kronos-integration/endpoint": "^10.1.10", @@ -597,7 +597,7 @@ "bufferutil": "^4.0.9", "jsonwebtoken": "^9.0.2", "multi-path-matcher": "^4.1.6", - "pacc": "^4.22.0", + "pacc": "^4.32.0", "utf-8-validate": "^6.0.5", "ws": "^8.18.3" },