Skip to content

Commit 9e9b773

Browse files
committed
chore: update smithy versions in packages
1 parent 55e64ef commit 9e9b773

File tree

26 files changed

+37
-37
lines changed

26 files changed

+37
-37
lines changed

lib/lib-storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"license": "Apache-2.0",
2828
"dependencies": {
29-
"@smithy/abort-controller": "^2.1.3",
29+
"@smithy/abort-controller": "^2.1.4",
3030
"@smithy/middleware-endpoint": "^2.4.6",
3131
"@smithy/smithy-client": "^2.4.5",
3232
"buffer": "5.6.0",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"@smithy/core": "^1.3.8",
2929
"@smithy/protocol-http": "^3.2.2",
30-
"@smithy/signature-v4": "^2.1.3",
30+
"@smithy/signature-v4": "^2.1.4",
3131
"@smithy/smithy-client": "^2.4.5",
3232
"@smithy/types": "^2.11.0",
3333
"fast-xml-parser": "4.2.5",

packages/credential-provider-cognito-identity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dependencies": {
2424
"@aws-sdk/client-cognito-identity": "*",
2525
"@aws-sdk/types": "*",
26-
"@smithy/property-provider": "^2.1.3",
26+
"@smithy/property-provider": "^2.1.4",
2727
"@smithy/types": "^2.11.0",
2828
"tslib": "^2.5.0"
2929
},

packages/credential-provider-env/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"license": "Apache-2.0",
2626
"dependencies": {
2727
"@aws-sdk/types": "*",
28-
"@smithy/property-provider": "^2.1.3",
28+
"@smithy/property-provider": "^2.1.4",
2929
"@smithy/types": "^2.11.0",
3030
"tslib": "^2.5.0"
3131
},

packages/credential-provider-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@aws-sdk/types": "*",
3030
"@smithy/fetch-http-handler": "^2.4.5",
3131
"@smithy/node-http-handler": "^2.4.3",
32-
"@smithy/property-provider": "^2.1.3",
32+
"@smithy/property-provider": "^2.1.4",
3333
"@smithy/protocol-http": "^3.2.2",
3434
"@smithy/smithy-client": "^2.4.5",
3535
"@smithy/types": "^2.11.0",

packages/credential-provider-ini/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"@aws-sdk/credential-provider-sso": "*",
3131
"@aws-sdk/credential-provider-web-identity": "*",
3232
"@aws-sdk/types": "*",
33-
"@smithy/credential-provider-imds": "^2.2.3",
34-
"@smithy/property-provider": "^2.1.3",
35-
"@smithy/shared-ini-file-loader": "^2.3.3",
33+
"@smithy/credential-provider-imds": "^2.2.6",
34+
"@smithy/property-provider": "^2.1.4",
35+
"@smithy/shared-ini-file-loader": "^2.3.5",
3636
"@smithy/types": "^2.11.0",
3737
"tslib": "^2.5.0"
3838
},

packages/credential-provider-node/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"@aws-sdk/credential-provider-sso": "*",
3636
"@aws-sdk/credential-provider-web-identity": "*",
3737
"@aws-sdk/types": "*",
38-
"@smithy/credential-provider-imds": "^2.2.3",
39-
"@smithy/property-provider": "^2.1.3",
40-
"@smithy/shared-ini-file-loader": "^2.3.3",
38+
"@smithy/credential-provider-imds": "^2.2.6",
39+
"@smithy/property-provider": "^2.1.4",
40+
"@smithy/shared-ini-file-loader": "^2.3.5",
4141
"@smithy/types": "^2.11.0",
4242
"tslib": "^2.5.0"
4343
},

packages/credential-provider-process/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"license": "Apache-2.0",
2626
"dependencies": {
2727
"@aws-sdk/types": "*",
28-
"@smithy/property-provider": "^2.1.3",
29-
"@smithy/shared-ini-file-loader": "^2.3.3",
28+
"@smithy/property-provider": "^2.1.4",
29+
"@smithy/shared-ini-file-loader": "^2.3.5",
3030
"@smithy/types": "^2.11.0",
3131
"tslib": "^2.5.0"
3232
},

packages/credential-provider-sso/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"@aws-sdk/client-sso": "*",
2828
"@aws-sdk/token-providers": "*",
2929
"@aws-sdk/types": "*",
30-
"@smithy/property-provider": "^2.1.3",
31-
"@smithy/shared-ini-file-loader": "^2.3.3",
30+
"@smithy/property-provider": "^2.1.4",
31+
"@smithy/shared-ini-file-loader": "^2.3.5",
3232
"@smithy/types": "^2.11.0",
3333
"tslib": "^2.5.0"
3434
},

packages/credential-provider-web-identity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"dependencies": {
3535
"@aws-sdk/client-sts": "*",
3636
"@aws-sdk/types": "*",
37-
"@smithy/property-provider": "^2.1.3",
37+
"@smithy/property-provider": "^2.1.4",
3838
"@smithy/types": "^2.11.0",
3939
"tslib": "^2.5.0"
4040
},

packages/credential-providers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"@aws-sdk/credential-provider-sso": "*",
4141
"@aws-sdk/credential-provider-web-identity": "*",
4242
"@aws-sdk/types": "*",
43-
"@smithy/credential-provider-imds": "^2.2.3",
44-
"@smithy/property-provider": "^2.1.3",
43+
"@smithy/credential-provider-imds": "^2.2.6",
44+
"@smithy/property-provider": "^2.1.4",
4545
"@smithy/types": "^2.11.0",
4646
"tslib": "^2.5.0"
4747
},

packages/eventstream-handler-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"license": "Apache-2.0",
2222
"dependencies": {
2323
"@aws-sdk/types": "*",
24-
"@smithy/eventstream-codec": "^2.1.3",
24+
"@smithy/eventstream-codec": "^2.1.4",
2525
"@smithy/types": "^2.11.0",
2626
"tslib": "^2.5.0"
2727
},

packages/middleware-sdk-ec2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@aws-sdk/util-format-url": "*",
2626
"@smithy/middleware-endpoint": "^2.4.6",
2727
"@smithy/protocol-http": "^3.2.2",
28-
"@smithy/signature-v4": "^2.1.3",
28+
"@smithy/signature-v4": "^2.1.4",
2929
"@smithy/smithy-client": "^2.4.5",
3030
"@smithy/types": "^2.11.0",
3131
"tslib": "^2.5.0"

packages/middleware-sdk-rds/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@aws-sdk/util-format-url": "*",
2626
"@smithy/middleware-endpoint": "^2.4.6",
2727
"@smithy/protocol-http": "^3.2.2",
28-
"@smithy/signature-v4": "^2.1.3",
28+
"@smithy/signature-v4": "^2.1.4",
2929
"@smithy/types": "^2.11.0",
3030
"tslib": "^2.5.0"
3131
},

packages/middleware-sdk-s3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@aws-sdk/util-arn-parser": "*",
2828
"@smithy/node-config-provider": "^2.2.5",
2929
"@smithy/protocol-http": "^3.2.2",
30-
"@smithy/signature-v4": "^2.1.3",
30+
"@smithy/signature-v4": "^2.1.4",
3131
"@smithy/smithy-client": "^2.4.5",
3232
"@smithy/types": "^2.11.0",
3333
"@smithy/util-config-provider": "^2.2.1",

packages/middleware-sdk-transcribe-streaming/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@aws-sdk/util-format-url": "*",
2626
"@smithy/eventstream-serde-browser": "^2.1.4",
2727
"@smithy/protocol-http": "^3.2.2",
28-
"@smithy/signature-v4": "^2.1.3",
28+
"@smithy/signature-v4": "^2.1.4",
2929
"@smithy/types": "^2.11.0",
3030
"tslib": "^2.5.0",
3131
"uuid": "^9.0.1"

packages/middleware-signing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"license": "Apache-2.0",
2424
"dependencies": {
2525
"@aws-sdk/types": "*",
26-
"@smithy/property-provider": "^2.1.3",
26+
"@smithy/property-provider": "^2.1.4",
2727
"@smithy/protocol-http": "^3.2.2",
28-
"@smithy/signature-v4": "^2.1.3",
28+
"@smithy/signature-v4": "^2.1.4",
2929
"@smithy/types": "^2.11.0",
3030
"@smithy/util-middleware": "^2.1.4",
3131
"tslib": "^2.5.0"

packages/middleware-token/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"@aws-sdk/token-providers": "*",
3030
"@aws-sdk/types": "*",
31-
"@smithy/property-provider": "^2.1.3",
31+
"@smithy/property-provider": "^2.1.4",
3232
"@smithy/protocol-http": "^3.2.2",
3333
"@smithy/types": "^2.11.0",
3434
"@smithy/util-middleware": "^2.1.4",

packages/middleware-websocket/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
"@aws-sdk/middleware-signing": "*",
2525
"@aws-sdk/types": "*",
2626
"@aws-sdk/util-format-url": "*",
27-
"@smithy/eventstream-codec": "^2.1.3",
27+
"@smithy/eventstream-codec": "^2.1.4",
2828
"@smithy/eventstream-serde-browser": "^2.1.4",
2929
"@smithy/fetch-http-handler": "^2.4.5",
3030
"@smithy/protocol-http": "^3.2.2",
31-
"@smithy/signature-v4": "^2.1.3",
31+
"@smithy/signature-v4": "^2.1.4",
3232
"@smithy/types": "^2.11.0",
3333
"@smithy/util-hex-encoding": "^2.1.1",
3434
"tslib": "^2.5.0"

packages/polly-request-presigner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@aws-sdk/types": "*",
2626
"@aws-sdk/util-format-url": "*",
2727
"@smithy/protocol-http": "^3.2.2",
28-
"@smithy/signature-v4": "^2.1.3",
28+
"@smithy/signature-v4": "^2.1.4",
2929
"@smithy/types": "^2.11.0",
3030
"tslib": "^2.5.0"
3131
},

packages/rds-signer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@smithy/invalid-dependency": "^2.1.4",
3535
"@smithy/node-config-provider": "^2.2.5",
3636
"@smithy/protocol-http": "^3.2.2",
37-
"@smithy/signature-v4": "^2.1.3",
37+
"@smithy/signature-v4": "^2.1.4",
3838
"@smithy/types": "^2.11.0",
3939
"tslib": "^2.5.0"
4040
},

packages/s3-presigned-post/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@aws-sdk/types": "*",
2727
"@aws-sdk/util-format-url": "*",
2828
"@smithy/middleware-endpoint": "^2.4.6",
29-
"@smithy/signature-v4": "^2.1.3",
29+
"@smithy/signature-v4": "^2.1.4",
3030
"@smithy/types": "^2.11.0",
3131
"@smithy/util-hex-encoding": "^2.1.1",
3232
"@smithy/util-utf8": "^2.2.0",

packages/signature-v4-crt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"@aws-sdk/signature-v4-multi-region": "*",
2626
"@aws-sdk/types": "*",
2727
"@aws-sdk/util-user-agent-node": "*",
28-
"@smithy/querystring-parser": "^2.1.3",
29-
"@smithy/signature-v4": "^2.1.3",
28+
"@smithy/querystring-parser": "^2.1.4",
29+
"@smithy/signature-v4": "^2.1.4",
3030
"@smithy/types": "^2.11.0",
3131
"@smithy/util-middleware": "^2.1.4",
3232
"aws-crt": "^1.18.3",

packages/signature-v4-multi-region/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@aws-sdk/middleware-sdk-s3": "*",
2424
"@aws-sdk/types": "*",
2525
"@smithy/protocol-http": "^3.2.2",
26-
"@smithy/signature-v4": "^2.1.3",
26+
"@smithy/signature-v4": "^2.1.4",
2727
"@smithy/types": "^2.11.0",
2828
"tslib": "^2.5.0"
2929
},

packages/token-providers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"dependencies": {
2929
"@aws-sdk/client-sso-oidc": "*",
3030
"@aws-sdk/types": "*",
31-
"@smithy/property-provider": "^2.1.3",
32-
"@smithy/shared-ini-file-loader": "^2.3.3",
31+
"@smithy/property-provider": "^2.1.4",
32+
"@smithy/shared-ini-file-loader": "^2.3.5",
3333
"@smithy/types": "^2.11.0",
3434
"tslib": "^2.5.0"
3535
},

packages/xhr-http-handler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"tslib": "^2.5.0"
2828
},
2929
"devDependencies": {
30-
"@smithy/abort-controller": "^2.1.3",
30+
"@smithy/abort-controller": "^2.1.4",
3131
"@tsconfig/recommended": "1.0.1",
3232
"concurrently": "7.0.0",
3333
"downlevel-dts": "0.10.1",

0 commit comments

Comments
 (0)