Skip to content

Commit

Permalink
chore(ec2-metadata-service): set smithy dependency versions (#5918)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe authored Mar 18, 2024
1 parent aee792e commit 05c32e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/ec2-metadata-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"module": "./dist-es/index.js",
"types": "./dist-types/index.d.ts",
"dependencies": {
"@smithy/types": "^2.9.1",
"tslib": "^2.5.0",
"@smithy/node-http-handler": "^2.3.1",
"@smithy/util-stream": "^2.1.1",
"@smithy/types": "^2.12.0",
"tslib": "^2.6.2",
"@smithy/node-http-handler": "^2.5.0",
"@smithy/util-stream": "^2.2.0",
"@aws-sdk/types": "*",
"@aws-sdk/protocol-http": "*",
"@smithy/node-config-provider": "^2.2.1"
"@smithy/node-config-provider": "^2.3.0"
},
"devDependencies": {
"@tsconfig/recommended": "1.0.1",
Expand Down

0 comments on commit 05c32e7

Please sign in to comment.