Skip to content

Commit 6e562ba

Browse files
fix(middleware-sdk-ec2): add undeclared dependency @aws-sdk/protocol-http (#2043)
1 parent 91d45f3 commit 6e562ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/middleware-sdk-ec2/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"@aws-sdk/types": "3.4.1",
2424
"@aws-sdk/util-format-url": "3.4.1",
2525
"@aws-sdk/util-uri-escape": "3.4.1",
26+
"@aws-sdk/protocol-http": "3.5.0",
2627
"tslib": "^1.8.0"
2728
},
2829
"devDependencies": {

0 commit comments

Comments
 (0)