We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aee792e commit 05c32e7Copy full SHA for 05c32e7
packages/ec2-metadata-service/package.json
@@ -21,13 +21,13 @@
21
"module": "./dist-es/index.js",
22
"types": "./dist-types/index.d.ts",
23
"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",
+ "@smithy/types": "^2.12.0",
+ "tslib": "^2.6.2",
+ "@smithy/node-http-handler": "^2.5.0",
+ "@smithy/util-stream": "^2.2.0",
28
"@aws-sdk/types": "*",
29
"@aws-sdk/protocol-http": "*",
30
- "@smithy/node-config-provider": "^2.2.1"
+ "@smithy/node-config-provider": "^2.3.0"
31
},
32
"devDependencies": {
33
"@tsconfig/recommended": "1.0.1",
0 commit comments