Skip to content

Commit 7dce9db

Browse files
committed
chore: update smithy pkg versions and lockfile
1 parent dd74d17 commit 7dce9db

File tree

13 files changed

+21
-21
lines changed

13 files changed

+21
-21
lines changed

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.4.2",
2929
"@smithy/protocol-http": "^3.3.0",
30-
"@smithy/signature-v4": "^2.2.1",
30+
"@smithy/signature-v4": "^2.3.0",
3131
"@smithy/smithy-client": "^2.5.1",
3232
"@smithy/types": "^2.12.0",
3333
"fast-xml-parser": "4.2.5",

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.5.1",
2727
"@smithy/protocol-http": "^3.3.0",
28-
"@smithy/signature-v4": "^2.2.1",
28+
"@smithy/signature-v4": "^2.3.0",
2929
"@smithy/smithy-client": "^2.5.1",
3030
"@smithy/types": "^2.12.0",
3131
"tslib": "^2.6.2"

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.5.1",
2727
"@smithy/protocol-http": "^3.3.0",
28-
"@smithy/signature-v4": "^2.2.1",
28+
"@smithy/signature-v4": "^2.3.0",
2929
"@smithy/types": "^2.12.0",
3030
"tslib": "^2.6.2"
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.3.0",
2929
"@smithy/protocol-http": "^3.3.0",
30-
"@smithy/signature-v4": "^2.2.1",
30+
"@smithy/signature-v4": "^2.3.0",
3131
"@smithy/smithy-client": "^2.5.1",
3232
"@smithy/types": "^2.12.0",
3333
"@smithy/util-config-provider": "^2.3.0",

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.2.0",
2727
"@smithy/protocol-http": "^3.3.0",
28-
"@smithy/signature-v4": "^2.2.1",
28+
"@smithy/signature-v4": "^2.3.0",
2929
"@smithy/types": "^2.12.0",
3030
"tslib": "^2.6.2",
3131
"uuid": "^9.0.1"

packages/middleware-signing/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
"@smithy/property-provider": "^2.2.0",
2727
"@smithy/protocol-http": "^3.3.0",
28-
"@smithy/signature-v4": "^2.2.1",
28+
"@smithy/signature-v4": "^2.3.0",
2929
"@smithy/types": "^2.12.0",
3030
"@smithy/util-middleware": "^2.2.0",
3131
"tslib": "^2.6.2"

packages/middleware-websocket/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@smithy/eventstream-serde-browser": "^2.2.0",
2929
"@smithy/fetch-http-handler": "^2.5.0",
3030
"@smithy/protocol-http": "^3.3.0",
31-
"@smithy/signature-v4": "^2.2.1",
31+
"@smithy/signature-v4": "^2.3.0",
3232
"@smithy/types": "^2.12.0",
3333
"@smithy/util-hex-encoding": "^2.2.0",
3434
"tslib": "^2.6.2"

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.3.0",
28-
"@smithy/signature-v4": "^2.2.1",
28+
"@smithy/signature-v4": "^2.3.0",
2929
"@smithy/types": "^2.12.0",
3030
"tslib": "^2.6.2"
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.2.0",
3535
"@smithy/node-config-provider": "^2.3.0",
3636
"@smithy/protocol-http": "^3.3.0",
37-
"@smithy/signature-v4": "^2.2.1",
37+
"@smithy/signature-v4": "^2.3.0",
3838
"@smithy/types": "^2.12.0",
3939
"tslib": "^2.6.2"
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.5.1",
29-
"@smithy/signature-v4": "^2.2.1",
29+
"@smithy/signature-v4": "^2.3.0",
3030
"@smithy/types": "^2.12.0",
3131
"@smithy/util-hex-encoding": "^2.2.0",
3232
"@smithy/util-utf8": "^2.3.0",

packages/signature-v4-crt/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-user-agent-node": "*",
2828
"@smithy/querystring-parser": "^2.2.0",
29-
"@smithy/signature-v4": "^2.2.1",
29+
"@smithy/signature-v4": "^2.3.0",
3030
"@smithy/types": "^2.12.0",
3131
"@smithy/util-middleware": "^2.2.0",
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.3.0",
26-
"@smithy/signature-v4": "^2.2.1",
26+
"@smithy/signature-v4": "^2.3.0",
2727
"@smithy/types": "^2.12.0",
2828
"tslib": "^2.6.2"
2929
},

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2901,16 +2901,16 @@
29012901
"@smithy/types" "^2.12.0"
29022902
tslib "^2.6.2"
29032903

2904-
"@smithy/experimental-identity-and-auth@^0.2.2":
2905-
version "0.2.2"
2906-
resolved "https://registry.yarnpkg.com/@smithy/experimental-identity-and-auth/-/experimental-identity-and-auth-0.2.2.tgz#54718c72125840b1b6fc317b5105e5ceae1dd965"
2907-
integrity sha512-Huu0zW5jBckE+u4lXrTua9jDR4JNiB2Sp9O3shVaTfVVJwYYCZGdFl2Qvg+2TN9hJTVMXuvXakCiRNRQZbw/Zw==
2904+
"@smithy/experimental-identity-and-auth@^0.2.3":
2905+
version "0.2.3"
2906+
resolved "https://registry.yarnpkg.com/@smithy/experimental-identity-and-auth/-/experimental-identity-and-auth-0.2.3.tgz#821460377189121eb8dfa304160461d12ba834c9"
2907+
integrity sha512-Wbgjn22s/0/Gen+97Vi4WRHcPSVFozVQEWqrtp4l+ztjXrNoWvWmsiJX6ab3CArw0uT4gwLXtW7Ys7uJcKIhsw==
29082908
dependencies:
29092909
"@smithy/middleware-endpoint" "^2.5.1"
29102910
"@smithy/middleware-retry" "^2.3.1"
29112911
"@smithy/middleware-serde" "^2.3.0"
29122912
"@smithy/protocol-http" "^3.3.0"
2913-
"@smithy/signature-v4" "^2.2.1"
2913+
"@smithy/signature-v4" "^2.3.0"
29142914
"@smithy/types" "^2.12.0"
29152915
"@smithy/util-middleware" "^2.2.0"
29162916
tslib "^2.6.2"
@@ -3141,10 +3141,10 @@
31413141
"@smithy/types" "^2.12.0"
31423142
tslib "^2.6.2"
31433143

3144-
"@smithy/signature-v4@^2.2.1":
3145-
version "2.2.1"
3146-
resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-2.2.1.tgz#9b32571e9785c8f69aa4115517bf2a784f690c4d"
3147-
integrity sha512-j5fHgL1iqKTsKJ1mTcw88p0RUcidDu95AWSeZTgiYJb+QcfwWU/UpBnaqiB59FNH5MiAZuSbOBnZlwzeeY2tIw==
3144+
"@smithy/signature-v4@^2.3.0":
3145+
version "2.3.0"
3146+
resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-2.3.0.tgz#c30dd4028ae50c607db99459981cce8cdab7a3fd"
3147+
integrity sha512-ui/NlpILU+6HAQBfJX8BBsDXuKSNrjTSuOYArRblcrErwKFutjrCNb/OExfVRyj9+26F9J+ZmfWT+fKWuDrH3Q==
31483148
dependencies:
31493149
"@smithy/is-array-buffer" "^2.2.0"
31503150
"@smithy/types" "^2.12.0"

0 commit comments

Comments
 (0)