diff --git a/package-lock.json b/package-lock.json index 0ab8010a..f3e28369 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ ], "dependencies": { "@kronos-integration/interceptor-decode-json": "^4.0.20", - "@kronos-integration/service": "^15.6.3", + "@kronos-integration/service": "^15.6.4", "@kronos-integration/service-admin": "^4.0.13", "@kronos-integration/service-authenticator": "^4.1.29", "@kronos-integration/service-health": "^8.0.51", @@ -533,15 +533,15 @@ } }, "node_modules/@kronos-integration/service": { - "version": "15.6.3", - "resolved": "https://registry.npmjs.org/@kronos-integration/service/-/service-15.6.3.tgz", - "integrity": "sha512-qZ/fb0qsaHOf+JI0u6yHVZGgPL3pv/yTx7yV3EZYMgyry/IqgDohq0ObcbjeIdM7HvymhsffgWKWAc06j9jYRg==", + "version": "15.6.4", + "resolved": "https://registry.npmjs.org/@kronos-integration/service/-/service-15.6.4.tgz", + "integrity": "sha512-eFVHo4zl1Tdl24DazdFDrne3IWUrL8xKGs/NrmIPIkVp0tI7YQ2RT8LkEMhWmpHosnbogb99XqmxsqLVATUixA==", "license": "0BSD", "dependencies": { "@kronos-integration/endpoint": "^11.1.3", "@kronos-integration/interceptor": "^13.2.3", "loglevel-mixin": "^7.2.11", - "pacc": "^9.3.0", + "pacc": "^9.3.1", "statetransition-mixin": "^8.1.4" }, "engines": { @@ -2507,9 +2507,9 @@ } }, "node_modules/baseline-browser-mapping": { - "version": "2.10.36", - "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.36.tgz", - "integrity": "sha512-lVq/Df7LXlO79MVaaUHztSwWiG9oXoWHlgvNS51v8Dpd4+G4/VIy6qYePTw31nAVls33nUtnfezYeLkYAak9dg==", + "version": "2.10.37", + "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.37.tgz", + "integrity": "sha512-girxaJ7WZssDOFhzCGZTDKoTa1gk6A1TbflaYTpykLJ4UU9Fz9kx1aREM8JCuoVHbL8X8T/mJg7w2oYSq72Oig==", "dev": true, "license": "Apache-2.0", "bin": { @@ -12210,9 +12210,9 @@ } }, "node_modules/streamx": { - "version": "2.27.0", - "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.27.0.tgz", - "integrity": "sha512-WZ189TKnHoAokYHvwzaAQMpd55cgUmFIcJFzBSgGcb886jau5DL+XdDhTWV4ps3FLvk+OORp0dLRTPsLZ21CSA==", + "version": "2.28.0", + "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.28.0.tgz", + "integrity": "sha512-1Yowhzjf0ivGMrTIkY9hav5TxobO9qIVqUE41fiCGMGgc3CLlf4MY+9AHmZqBWgDTue0fY9zWjYFVyf6Diuobw==", "license": "MIT", "dependencies": { "events-universal": "^1.0.0", diff --git a/package.json b/package.json index 2c03645d..788e1d3c 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "@kronos-integration/interceptor-decode-json": "^4.0.20", - "@kronos-integration/service": "^15.6.3", + "@kronos-integration/service": "^15.6.4", "@kronos-integration/service-admin": "^4.0.13", "@kronos-integration/service-authenticator": "^4.1.29", "@kronos-integration/service-health": "^8.0.51",