Skip to content

Commit d854030

Browse files
authored
chore(clients): update @smithy dependencies (#7024)
* chore(clients): update @smithy dependencies * chore(packages): runtime-dep-version-check * chore(lockfile): lockfile
1 parent 24b2eb6 commit d854030

File tree

16 files changed

+38
-38
lines changed

16 files changed

+38
-38
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"@smithy/node-config-provider": "^4.0.2",
8787
"@smithy/property-provider": "^4.0.2",
8888
"@smithy/protocol-http": "^5.1.0",
89-
"@smithy/signature-v4": "^5.0.2",
89+
"@smithy/signature-v4": "^5.1.0",
9090
"@smithy/smithy-client": "^4.2.0",
9191
"@smithy/types": "^4.2.0",
9292
"@smithy/util-middleware": "^4.0.2",

packages/dsql-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": "^4.0.2",
3535
"@smithy/node-config-provider": "^4.0.2",
3636
"@smithy/protocol-http": "^5.1.0",
37-
"@smithy/signature-v4": "^5.0.2",
37+
"@smithy/signature-v4": "^5.1.0",
3838
"@smithy/types": "^4.2.0",
3939
"tslib": "^2.6.2"
4040
},

packages/middleware-sdk-ec2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@aws-sdk/util-format-url": "*",
3030
"@smithy/middleware-endpoint": "^4.1.0",
3131
"@smithy/protocol-http": "^5.1.0",
32-
"@smithy/signature-v4": "^5.0.2",
32+
"@smithy/signature-v4": "^5.1.0",
3333
"@smithy/smithy-client": "^4.2.0",
3434
"@smithy/types": "^4.2.0",
3535
"tslib": "^2.6.2"

packages/middleware-sdk-rds/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@aws-sdk/util-format-url": "*",
2828
"@smithy/middleware-endpoint": "^4.1.0",
2929
"@smithy/protocol-http": "^5.1.0",
30-
"@smithy/signature-v4": "^5.0.2",
30+
"@smithy/signature-v4": "^5.1.0",
3131
"@smithy/types": "^4.2.0",
3232
"tslib": "^2.6.2"
3333
},

packages/middleware-sdk-s3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@smithy/core": "^3.2.0",
3434
"@smithy/node-config-provider": "^4.0.2",
3535
"@smithy/protocol-http": "^5.1.0",
36-
"@smithy/signature-v4": "^5.0.2",
36+
"@smithy/signature-v4": "^5.1.0",
3737
"@smithy/smithy-client": "^4.2.0",
3838
"@smithy/types": "^4.2.0",
3939
"@smithy/util-config-provider": "^4.0.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@aws-sdk/util-format-url": "*",
2828
"@smithy/eventstream-serde-browser": "^4.0.2",
2929
"@smithy/protocol-http": "^5.1.0",
30-
"@smithy/signature-v4": "^5.0.2",
30+
"@smithy/signature-v4": "^5.1.0",
3131
"@smithy/types": "^4.2.0",
3232
"tslib": "^2.6.2",
3333
"uuid": "^9.0.1"

packages/middleware-signing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@aws-sdk/types": "*",
2828
"@smithy/property-provider": "^4.0.2",
2929
"@smithy/protocol-http": "^5.1.0",
30-
"@smithy/signature-v4": "^5.0.2",
30+
"@smithy/signature-v4": "^5.1.0",
3131
"@smithy/types": "^4.2.0",
3232
"@smithy/util-middleware": "^4.0.2",
3333
"tslib": "^2.6.2"

packages/middleware-websocket/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@smithy/eventstream-serde-browser": "^4.0.2",
3030
"@smithy/fetch-http-handler": "^5.0.2",
3131
"@smithy/protocol-http": "^5.1.0",
32-
"@smithy/signature-v4": "^5.0.2",
32+
"@smithy/signature-v4": "^5.1.0",
3333
"@smithy/types": "^4.2.0",
3434
"@smithy/util-hex-encoding": "^4.0.0",
3535
"tslib": "^2.6.2"

packages/polly-request-presigner/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/protocol-http": "^5.1.0",
29-
"@smithy/signature-v4": "^5.0.2",
29+
"@smithy/signature-v4": "^5.1.0",
3030
"@smithy/types": "^4.2.0",
3131
"tslib": "^2.6.2"
3232
},

packages/rds-signer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@smithy/invalid-dependency": "^4.0.2",
3636
"@smithy/node-config-provider": "^4.0.2",
3737
"@smithy/protocol-http": "^5.1.0",
38-
"@smithy/signature-v4": "^5.0.2",
38+
"@smithy/signature-v4": "^5.1.0",
3939
"@smithy/types": "^4.2.0",
4040
"tslib": "^2.6.2"
4141
},

0 commit comments

Comments
 (0)