Skip to content

Commit 05c32e7

Browse files
authored
chore(ec2-metadata-service): set smithy dependency versions (#5918)
1 parent aee792e commit 05c32e7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/ec2-metadata-service/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"module": "./dist-es/index.js",
2222
"types": "./dist-types/index.d.ts",
2323
"dependencies": {
24-
"@smithy/types": "^2.9.1",
25-
"tslib": "^2.5.0",
26-
"@smithy/node-http-handler": "^2.3.1",
27-
"@smithy/util-stream": "^2.1.1",
24+
"@smithy/types": "^2.12.0",
25+
"tslib": "^2.6.2",
26+
"@smithy/node-http-handler": "^2.5.0",
27+
"@smithy/util-stream": "^2.2.0",
2828
"@aws-sdk/types": "*",
2929
"@aws-sdk/protocol-http": "*",
30-
"@smithy/node-config-provider": "^2.2.1"
30+
"@smithy/node-config-provider": "^2.3.0"
3131
},
3232
"devDependencies": {
3333
"@tsconfig/recommended": "1.0.1",

0 commit comments

Comments
 (0)