From 427ee5680f8c2c63290432293aa2268d62b074d1 Mon Sep 17 00:00:00 2001 From: Zhihui Xia Date: Wed, 13 Dec 2023 15:09:20 -0800 Subject: [PATCH] update package to 1.20.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a8cc9fbc..70b48c87 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,6 @@ }, "dependencies": { "@aws-sdk/util-utf8-browser": "^3.109.0", - "aws-crt": "^1.19.0" + "aws-crt": "^1.20.0" } }