Skip to content

Commit

Permalink
chore(private): bump @smithy/* packages in test folders (#5133)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Aug 23, 2023
1 parent 16e85a6 commit 4954be6
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 241 deletions.
26 changes: 13 additions & 13 deletions private/aws-client-api-test/package.json
Expand Up @@ -18,21 +18,21 @@
"sideEffects": false,
"dependencies": {
"@aws-sdk/client-s3": "*",
"@smithy/config-resolver": "^2.0.3",
"@smithy/eventstream-serde-node": "^2.0.3",
"@smithy/hash-node": "^2.0.3",
"@smithy/hash-stream-node": "^2.0.3",
"@smithy/middleware-retry": "^2.0.3",
"@smithy/node-config-provider": "^2.0.3",
"@smithy/node-http-handler": "^2.0.3",
"@smithy/smithy-client": "^2.0.3",
"@smithy/types": "^2.2.0",
"@smithy/url-parser": "^2.0.3",
"@smithy/config-resolver": "^2.0.5",
"@smithy/eventstream-serde-node": "^2.0.5",
"@smithy/hash-node": "^2.0.5",
"@smithy/hash-stream-node": "^2.0.5",
"@smithy/middleware-retry": "^2.0.5",
"@smithy/node-config-provider": "^2.0.5",
"@smithy/node-http-handler": "^2.0.5",
"@smithy/smithy-client": "^2.0.5",
"@smithy/types": "^2.2.2",
"@smithy/url-parser": "^2.0.5",
"@smithy/util-base64": "^2.0.0",
"@smithy/util-body-length-node": "^2.0.0",
"@smithy/util-defaults-mode-node": "^2.0.3",
"@smithy/util-body-length-node": "^2.1.0",
"@smithy/util-defaults-mode-node": "^2.0.5",
"@smithy/util-retry": "^2.0.0",
"@smithy/util-stream": "^2.0.3",
"@smithy/util-stream": "^2.0.5",
"@smithy/util-utf8": "^2.0.0",
"tslib": "^2.5.0"
},
Expand Down
4 changes: 2 additions & 2 deletions private/aws-client-retry-test/package.json
Expand Up @@ -18,8 +18,8 @@
"sideEffects": false,
"dependencies": {
"@aws-sdk/client-s3": "*",
"@smithy/protocol-http": "^2.0.3",
"@smithy/types": "^2.2.0",
"@smithy/protocol-http": "^2.0.5",
"@smithy/types": "^2.2.2",
"@smithy/util-retry": "^2.0.0",
"tslib": "^2.5.0"
},
Expand Down
6 changes: 3 additions & 3 deletions private/aws-middleware-test/package.json
Expand Up @@ -25,9 +25,9 @@
"@aws-sdk/client-sagemaker": "*",
"@aws-sdk/client-sagemaker-runtime": "*",
"@aws-sdk/client-xray": "*",
"@smithy/protocol-http": "^2.0.3",
"@smithy/types": "^2.2.0",
"@smithy/util-stream": "^2.0.3",
"@smithy/protocol-http": "^2.0.5",
"@smithy/types": "^2.2.2",
"@smithy/util-stream": "^2.0.5",
"@smithy/util-utf8": "^2.0.0",
"tslib": "^2.5.0"
},
Expand Down
4 changes: 2 additions & 2 deletions private/aws-util-test/package.json
Expand Up @@ -15,9 +15,9 @@
"types": "./dist-types/index.d.ts",
"sideEffects": false,
"dependencies": {
"@smithy/protocol-http": "^2.0.3",
"@smithy/protocol-http": "^2.0.5",
"@aws-sdk/aws-protocoltests-json": "*",
"@smithy/types": "^2.2.0",
"@smithy/types": "^2.2.2",
"tslib": "^2.5.0"
},
"devDependencies": {
Expand Down

0 comments on commit 4954be6

Please sign in to comment.