Skip to content

Commit

Permalink
chore: update smithy pkg versions (#5903)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Mar 15, 2024
1 parent 56e6715 commit fcf1f0c
Show file tree
Hide file tree
Showing 34 changed files with 49 additions and 201 deletions.
2 changes: 1 addition & 1 deletion lib/lib-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@smithy/abort-controller": "^2.1.4",
"@smithy/abort-controller": "^2.2.0",
"@smithy/middleware-endpoint": "^2.5.0",
"@smithy/smithy-client": "^2.5.0",
"buffer": "5.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/body-checksum-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"dependencies": {
"@aws-sdk/sha256-tree-hash": "*",
"@aws-sdk/types": "*",
"@smithy/chunked-blob-reader": "^2.1.1",
"@smithy/chunked-blob-reader": "^2.2.0",
"@smithy/protocol-http": "^3.3.0",
"@smithy/types": "^2.12.0",
"@smithy/util-hex-encoding": "^2.1.1",
"@smithy/util-hex-encoding": "^2.2.0",
"@smithy/util-utf8": "^2.3.0",
"tslib": "^2.6.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/body-checksum-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"@aws-sdk/chunked-stream-reader-node": "*",
"@aws-sdk/sha256-tree-hash": "*",
"@aws-sdk/types": "*",
"@smithy/is-array-buffer": "^2.1.1",
"@smithy/is-array-buffer": "^2.2.0",
"@smithy/protocol-http": "^3.3.0",
"@smithy/types": "^2.12.0",
"@smithy/util-hex-encoding": "^2.1.1",
"@smithy/util-hex-encoding": "^2.2.0",
"@smithy/util-utf8": "^2.3.0",
"tslib": "^2.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@smithy/core": "^1.4.0",
"@smithy/protocol-http": "^3.3.0",
"@smithy/signature-v4": "^2.1.4",
"@smithy/signature-v4": "^2.2.0",
"@smithy/smithy-client": "^2.5.0",
"@smithy/types": "^2.12.0",
"fast-xml-parser": "4.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-provider-cognito-identity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@aws-sdk/client-cognito-identity": "*",
"@aws-sdk/types": "*",
"@smithy/property-provider": "^2.1.4",
"@smithy/property-provider": "^2.2.0",
"@smithy/types": "^2.12.0",
"tslib": "^2.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-provider-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/types": "*",
"@smithy/property-provider": "^2.1.4",
"@smithy/property-provider": "^2.2.0",
"@smithy/types": "^2.12.0",
"tslib": "^2.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-provider-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@aws-sdk/types": "*",
"@smithy/fetch-http-handler": "^2.5.0",
"@smithy/node-http-handler": "^2.5.0",
"@smithy/property-provider": "^2.1.4",
"@smithy/property-provider": "^2.2.0",
"@smithy/protocol-http": "^3.3.0",
"@smithy/smithy-client": "^2.5.0",
"@smithy/types": "^2.12.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/credential-provider-ini/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"@aws-sdk/credential-provider-sso": "*",
"@aws-sdk/credential-provider-web-identity": "*",
"@aws-sdk/types": "*",
"@smithy/credential-provider-imds": "^2.2.6",
"@smithy/property-provider": "^2.1.4",
"@smithy/shared-ini-file-loader": "^2.3.5",
"@smithy/credential-provider-imds": "^2.3.0",
"@smithy/property-provider": "^2.2.0",
"@smithy/shared-ini-file-loader": "^2.4.0",
"@smithy/types": "^2.12.0",
"tslib": "^2.6.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/credential-provider-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"@aws-sdk/credential-provider-sso": "*",
"@aws-sdk/credential-provider-web-identity": "*",
"@aws-sdk/types": "*",
"@smithy/credential-provider-imds": "^2.2.6",
"@smithy/property-provider": "^2.1.4",
"@smithy/shared-ini-file-loader": "^2.3.5",
"@smithy/credential-provider-imds": "^2.3.0",
"@smithy/property-provider": "^2.2.0",
"@smithy/shared-ini-file-loader": "^2.4.0",
"@smithy/types": "^2.12.0",
"tslib": "^2.6.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/credential-provider-process/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/types": "*",
"@smithy/property-provider": "^2.1.4",
"@smithy/shared-ini-file-loader": "^2.3.5",
"@smithy/property-provider": "^2.2.0",
"@smithy/shared-ini-file-loader": "^2.4.0",
"@smithy/types": "^2.12.0",
"tslib": "^2.6.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/credential-provider-sso/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@aws-sdk/client-sso": "*",
"@aws-sdk/token-providers": "*",
"@aws-sdk/types": "*",
"@smithy/property-provider": "^2.1.4",
"@smithy/shared-ini-file-loader": "^2.3.5",
"@smithy/property-provider": "^2.2.0",
"@smithy/shared-ini-file-loader": "^2.4.0",
"@smithy/types": "^2.12.0",
"tslib": "^2.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-provider-web-identity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@aws-sdk/client-sts": "*",
"@aws-sdk/types": "*",
"@smithy/property-provider": "^2.1.4",
"@smithy/property-provider": "^2.2.0",
"@smithy/types": "^2.12.0",
"tslib": "^2.6.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/credential-providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"@aws-sdk/credential-provider-sso": "*",
"@aws-sdk/credential-provider-web-identity": "*",
"@aws-sdk/types": "*",
"@smithy/credential-provider-imds": "^2.2.6",
"@smithy/property-provider": "^2.1.4",
"@smithy/credential-provider-imds": "^2.3.0",
"@smithy/property-provider": "^2.2.0",
"@smithy/types": "^2.12.0",
"tslib": "^2.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eventstream-handler-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/types": "*",
"@smithy/eventstream-codec": "^2.1.4",
"@smithy/eventstream-codec": "^2.2.0",
"@smithy/types": "^2.12.0",
"tslib": "^2.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-bucket-endpoint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@smithy/node-config-provider": "^2.3.0",
"@smithy/protocol-http": "^3.3.0",
"@smithy/types": "^2.12.0",
"@smithy/util-config-provider": "^2.2.1",
"@smithy/util-config-provider": "^2.3.0",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-flexible-checksums/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@aws-crypto/crc32": "3.0.0",
"@aws-crypto/crc32c": "3.0.0",
"@aws-sdk/types": "*",
"@smithy/is-array-buffer": "^2.1.1",
"@smithy/is-array-buffer": "^2.2.0",
"@smithy/protocol-http": "^3.3.0",
"@smithy/types": "^2.12.0",
"@smithy/util-utf8": "^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-sdk-ec2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@aws-sdk/util-format-url": "*",
"@smithy/middleware-endpoint": "^2.5.0",
"@smithy/protocol-http": "^3.3.0",
"@smithy/signature-v4": "^2.1.4",
"@smithy/signature-v4": "^2.2.0",
"@smithy/smithy-client": "^2.5.0",
"@smithy/types": "^2.12.0",
"tslib": "^2.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-sdk-rds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@aws-sdk/util-format-url": "*",
"@smithy/middleware-endpoint": "^2.5.0",
"@smithy/protocol-http": "^3.3.0",
"@smithy/signature-v4": "^2.1.4",
"@smithy/signature-v4": "^2.2.0",
"@smithy/types": "^2.12.0",
"tslib": "^2.6.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/middleware-sdk-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"@aws-sdk/util-arn-parser": "*",
"@smithy/node-config-provider": "^2.3.0",
"@smithy/protocol-http": "^3.3.0",
"@smithy/signature-v4": "^2.1.4",
"@smithy/signature-v4": "^2.2.0",
"@smithy/smithy-client": "^2.5.0",
"@smithy/types": "^2.12.0",
"@smithy/util-config-provider": "^2.2.1",
"@smithy/util-config-provider": "^2.3.0",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-sdk-sqs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@aws-sdk/types": "*",
"@smithy/smithy-client": "^2.5.0",
"@smithy/types": "^2.12.0",
"@smithy/util-hex-encoding": "^2.1.1",
"@smithy/util-hex-encoding": "^2.2.0",
"@smithy/util-utf8": "^2.3.0",
"tslib": "^2.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-sdk-transcribe-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@aws-sdk/util-format-url": "*",
"@smithy/eventstream-serde-browser": "^2.2.0",
"@smithy/protocol-http": "^3.3.0",
"@smithy/signature-v4": "^2.1.4",
"@smithy/signature-v4": "^2.2.0",
"@smithy/types": "^2.12.0",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/middleware-signing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/types": "*",
"@smithy/property-provider": "^2.1.4",
"@smithy/property-provider": "^2.2.0",
"@smithy/protocol-http": "^3.3.0",
"@smithy/signature-v4": "^2.1.4",
"@smithy/signature-v4": "^2.2.0",
"@smithy/types": "^2.12.0",
"@smithy/util-middleware": "^2.2.0",
"tslib": "^2.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/middleware-token/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@aws-sdk/token-providers": "*",
"@aws-sdk/types": "*",
"@smithy/property-provider": "^2.1.4",
"@smithy/property-provider": "^2.2.0",
"@smithy/protocol-http": "^3.3.0",
"@smithy/types": "^2.12.0",
"@smithy/util-middleware": "^2.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/middleware-websocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"@aws-sdk/middleware-signing": "*",
"@aws-sdk/types": "*",
"@aws-sdk/util-format-url": "*",
"@smithy/eventstream-codec": "^2.1.4",
"@smithy/eventstream-codec": "^2.2.0",
"@smithy/eventstream-serde-browser": "^2.2.0",
"@smithy/fetch-http-handler": "^2.5.0",
"@smithy/protocol-http": "^3.3.0",
"@smithy/signature-v4": "^2.1.4",
"@smithy/signature-v4": "^2.2.0",
"@smithy/types": "^2.12.0",
"@smithy/util-hex-encoding": "^2.1.1",
"@smithy/util-hex-encoding": "^2.2.0",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/polly-request-presigner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@aws-sdk/types": "*",
"@aws-sdk/util-format-url": "*",
"@smithy/protocol-http": "^3.3.0",
"@smithy/signature-v4": "^2.1.4",
"@smithy/signature-v4": "^2.2.0",
"@smithy/types": "^2.12.0",
"tslib": "^2.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/rds-signer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@smithy/invalid-dependency": "^2.2.0",
"@smithy/node-config-provider": "^2.3.0",
"@smithy/protocol-http": "^3.3.0",
"@smithy/signature-v4": "^2.1.4",
"@smithy/signature-v4": "^2.2.0",
"@smithy/types": "^2.12.0",
"tslib": "^2.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/region-config-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@aws-sdk/types": "*",
"@smithy/node-config-provider": "^2.3.0",
"@smithy/types": "^2.12.0",
"@smithy/util-config-provider": "^2.2.1",
"@smithy/util-config-provider": "^2.3.0",
"@smithy/util-middleware": "^2.2.0",
"tslib": "^2.6.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/s3-presigned-post/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"@aws-sdk/types": "*",
"@aws-sdk/util-format-url": "*",
"@smithy/middleware-endpoint": "^2.5.0",
"@smithy/signature-v4": "^2.1.4",
"@smithy/signature-v4": "^2.2.0",
"@smithy/types": "^2.12.0",
"@smithy/util-hex-encoding": "^2.1.1",
"@smithy/util-hex-encoding": "^2.2.0",
"@smithy/util-utf8": "^2.3.0",
"tslib": "^2.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sha256-tree-hash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@aws-crypto/sha256-js": "3.0.0",
"@smithy/util-hex-encoding": "^2.1.1",
"@smithy/util-hex-encoding": "^2.2.0",
"@smithy/util-utf8": "^2.3.0",
"@tsconfig/recommended": "1.0.1",
"concurrently": "7.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/signature-v4-crt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@aws-sdk/signature-v4-multi-region": "*",
"@aws-sdk/types": "*",
"@aws-sdk/util-user-agent-node": "*",
"@smithy/querystring-parser": "^2.1.4",
"@smithy/signature-v4": "^2.1.4",
"@smithy/querystring-parser": "^2.2.0",
"@smithy/signature-v4": "^2.2.0",
"@smithy/types": "^2.12.0",
"@smithy/util-middleware": "^2.2.0",
"aws-crt": "^1.18.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/signature-v4-multi-region/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@aws-sdk/middleware-sdk-s3": "*",
"@aws-sdk/types": "*",
"@smithy/protocol-http": "^3.3.0",
"@smithy/signature-v4": "^2.1.4",
"@smithy/signature-v4": "^2.2.0",
"@smithy/types": "^2.12.0",
"tslib": "^2.6.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/token-providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"dependencies": {
"@aws-sdk/client-sso-oidc": "*",
"@aws-sdk/types": "*",
"@smithy/property-provider": "^2.1.4",
"@smithy/shared-ini-file-loader": "^2.3.5",
"@smithy/property-provider": "^2.2.0",
"@smithy/shared-ini-file-loader": "^2.4.0",
"@smithy/types": "^2.12.0",
"tslib": "^2.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/xhr-http-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"tslib": "^2.6.2"
},
"devDependencies": {
"@smithy/abort-controller": "^2.1.4",
"@smithy/abort-controller": "^2.2.0",
"@tsconfig/recommended": "1.0.1",
"concurrently": "7.0.0",
"downlevel-dts": "0.10.1",
Expand Down
Loading

0 comments on commit fcf1f0c

Please sign in to comment.