From 84d4f9bab1219783b6a898b7a11e3720b99e1e65 Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Tue, 9 Sep 2025 01:24:31 +0800 Subject: [PATCH] fix: ACNA-4048 - network latency handshake issue with third-party library --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 15b4871..78a5fb9 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@adobe/aio-lib-core-logging": "^3", "@adobe/aio-lib-core-tvm": "^4", "@aws-sdk/client-s3": "^3.624.0", - "@smithy/node-http-handler": "^3.0.0", + "@smithy/node-http-handler": "^4.0.2", "core-js": "^3.25.1", "fs-extra": "^11", "joi": "^17.2.1",