Skip to content

Commit 5e5784f

Browse files
authored
fix(signature-v4-crt): set min version of aws-crt to 1.18.3 (#5426)
1 parent b080028 commit 5e5784f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/signature-v4-crt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@smithy/signature-v4": "^2.0.0",
2929
"@smithy/types": "^2.4.0",
3030
"@smithy/util-middleware": "^2.0.5",
31-
"aws-crt": "^1.18.1",
31+
"aws-crt": "^1.18.3",
3232
"tslib": "^2.5.0"
3333
},
3434
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4461,10 +4461,10 @@ avvio@^8.2.1:
44614461
debug "^4.0.0"
44624462
fastq "^1.6.1"
44634463

4464-
aws-crt@^1.18.1:
4465-
version "1.18.1"
4466-
resolved "https://registry.yarnpkg.com/aws-crt/-/aws-crt-1.18.1.tgz#aa35b8b14e756509450bc19ca3370c616133b067"
4467-
integrity sha512-VUUmO4wi5EUb86kNNvu7GLHvCRwQzD5uV/pYuLuQvIhdN75/IjI5ManejKZjhxmFKkuJAfk5BmxR4oFIFlKDxg==
4464+
aws-crt@^1.18.3:
4465+
version "1.18.3"
4466+
resolved "https://registry.yarnpkg.com/aws-crt/-/aws-crt-1.18.3.tgz#f3bbac1eb2c31046888a02df406c38414495ea37"
4467+
integrity sha512-SgY9bKtQQpuqWuXMdJS07lIr4JV80nFS4bpR9cW1TbfOhRLDBIHSHc/iat7T+6Co7+ukni1dhd5iZ0Uf24vqtQ==
44684468
dependencies:
44694469
"@aws-sdk/util-utf8-browser" "^3.109.0"
44704470
"@httptoolkit/websocket-stream" "^6.0.0"

0 commit comments

Comments
 (0)