diff --git a/package-lock.json b/package-lock.json index 528144cff..3e9eb2e7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,10 +18,9 @@ ], "dependencies": { "@kronos-integration/interceptor-webhook": "^4.0.11", - "@kronos-integration/service": "^15.4.0", - "@kronos-integration/service-http": "^14.0.26", + "@kronos-integration/service": "^15.4.1", + "@kronos-integration/service-http": "^14.0.28", "@kronos-integration/service-repositories": "^4.0.61", - "@kronos-integration/service-systemd": "5.0.0", "@template-tools/template-sync": "^14.3.38", "github-repository-provider": "^10.0.9" }, @@ -37,7 +36,7 @@ "c8": "^10.1.3", "documentation": "^14.0.0", "got": "^14.6.5", - "mf-hosting": "^2.9.11", + "mf-hosting": "^2.9.12", "npm-pkgbuild": "^19.1.2", "semantic-release": "^25.0.2" }, @@ -581,18 +580,18 @@ } }, "node_modules/@kronos-integration/service-http": { - "version": "14.0.26", - "resolved": "https://registry.npmjs.org/@kronos-integration/service-http/-/service-http-14.0.26.tgz", - "integrity": "sha512-R1dvI8pafzg0wpiDZeIccH7TVM2LYfwOTCbBfcDX3dTPLh5UtUx0naP8azkyBOoZBsM7eZVGbzdMLHDjIXEv4Q==", + "version": "14.0.28", + "resolved": "https://registry.npmjs.org/@kronos-integration/service-http/-/service-http-14.0.28.tgz", + "integrity": "sha512-Tw8TtaLH5+Z2gSaU1UL8k7pHlYqIGPSUOi8z1dSFw7UgZC1Vd/ZIM/QnmaVOEnDnohN5jIu4m1xG6tYSz77/zA==", "license": "0BSD", "dependencies": { "@kronos-integration/endpoint": "^11.0.7", - "@kronos-integration/interceptor": "^13.1.1", - "@kronos-integration/service": "^15.2.3", + "@kronos-integration/interceptor": "^13.1.2", + "@kronos-integration/service": "^15.4.1", "bufferutil": "^4.0.9", "jsonwebtoken": "^9.0.3", "multi-path-matcher": "^4.1.7", - "pacc": "^6.5.0", + "pacc": "^6.6.0", "utf-8-validate": "^6.0.5", "ws": "^8.18.3" }, @@ -601,9 +600,9 @@ } }, "node_modules/@kronos-integration/service-http/node_modules/pacc": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/pacc/-/pacc-6.5.0.tgz", - "integrity": "sha512-0H5oIbR5wo4TjtbEDodSE5viYlOLlVdnxtw6CzggoFnj8cVKh3cOztG7THJUchKvFANZqM2xAmmto4+mXZ8aZw==", + "version": "6.6.2", + "resolved": "https://registry.npmjs.org/pacc/-/pacc-6.6.2.tgz", + "integrity": "sha512-8454oKUjQ20/LIy+0WybTTpbQYsucA7kdY9e5O6yOtChhDwhdTKU9HCZkS9pXdvBUnLd0JFu6SU9v5FHfGPBNw==", "license": "0BSD", "engines": { "node": ">=24.12.0" @@ -6798,9 +6797,9 @@ } }, "node_modules/mf-hosting": { - "version": "2.9.11", - "resolved": "https://registry.npmjs.org/mf-hosting/-/mf-hosting-2.9.11.tgz", - "integrity": "sha512-C/45v1UDljl8rfR2G9O0kswOWFUXOX+mEqU6jR2jOoxKCb/Y+uSAGjQGL0nfVxk0psQc9mWVkoKmrsbCiB1UoA==", + "version": "2.9.12", + "resolved": "https://registry.npmjs.org/mf-hosting/-/mf-hosting-2.9.12.tgz", + "integrity": "sha512-QFS5fDeI7AXVLGipuGlQ2rDQydFO//wapa4mJu436Ou7H7ynMXb52QhLcT3HkLaoFMPP8aU3xtBNMwGmOVhMtQ==", "dev": true }, "node_modules/micromark": {