From 67ca1c89da04ab173d53b8745a4f410c6e7a36ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 08:01:46 +0000 Subject: [PATCH] fix(deps): bump @kronos-integration/service-http from 13.0.21 to 13.0.22 Bumps [@kronos-integration/service-http](https://github.com/Kronos-Integration/service-http) from 13.0.21 to 13.0.22. - [Release notes](https://github.com/Kronos-Integration/service-http/releases) - [Commits](https://github.com/Kronos-Integration/service-http/compare/v13.0.21...v13.0.22) --- updated-dependencies: - dependency-name: "@kronos-integration/service-http" dependency-version: 13.0.22 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 220c724c5..214d83df8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -586,9 +586,9 @@ } }, "node_modules/@kronos-integration/service-http": { - "version": "13.0.21", - "resolved": "https://registry.npmjs.org/@kronos-integration/service-http/-/service-http-13.0.21.tgz", - "integrity": "sha512-laUp7V9yPZurOIphYmCCoPXg9Bw4LytF+m8KBPYdhcqazxXvyDwuFgjg0AnHjJoFlY6WyCUTHXdDhSkdf5YuCw==", + "version": "13.0.22", + "resolved": "https://registry.npmjs.org/@kronos-integration/service-http/-/service-http-13.0.22.tgz", + "integrity": "sha512-++D3LRXD1VSi0r6iTSE2/44UjM65ug6MWs5/Ew+3PKrBK+0IRulOftkgHua6wBHPIALh5FvT2zkebk/iRM0Qqg==", "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.12.0", + "pacc": "^4.12.2", "utf-8-validate": "^6.0.5", "ws": "^8.18.3" },