Skip to content

Commit 27c9086

Browse files
Update dependency @smithy/node-http-handler to v4
1 parent b6e43bc commit 27c9086

File tree

2 files changed

+2
-52
lines changed

2 files changed

+2
-52
lines changed

packages/steveo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@aws-sdk/client-sqs": "^3.637.0",
42-
"@smithy/node-http-handler": "^3.1.4",
42+
"@smithy/node-http-handler": "^4.0.0",
4343
"@types/bluebird": "^3.5.38",
4444
"bluebird": "^3.7.2",
4545
"generic-pool": "^3.9.0",

yarn.lock

Lines changed: 1 addition & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1612,14 +1612,6 @@
16121612
resolved "https://registry.npmjs.org/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz"
16131613
integrity sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ==
16141614

1615-
"@smithy/abort-controller@^3.1.9":
1616-
version "3.1.9"
1617-
resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-3.1.9.tgz#47d323f754136a489e972d7fd465d534d72fcbff"
1618-
integrity sha512-yiW0WI30zj8ZKoSYNx90no7ugVn3khlyH/z5W8qtKBtVE6awRALbhSG+2SAHA1r6bO/6M9utxYKVZ3PCJ1rWxw==
1619-
dependencies:
1620-
"@smithy/types" "^3.7.2"
1621-
tslib "^2.6.2"
1622-
16231615
"@smithy/abort-controller@^4.2.5":
16241616
version "4.2.5"
16251617
resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-4.2.5.tgz#3386e8fff5a8d05930996d891d06803f2b7e5e2c"
@@ -1800,18 +1792,7 @@
18001792
"@smithy/types" "^4.9.0"
18011793
tslib "^2.6.2"
18021794

1803-
"@smithy/node-http-handler@^3.1.4":
1804-
version "3.3.3"
1805-
resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-3.3.3.tgz#94dbb3f15342b656ceba2b26e14aa741cace8919"
1806-
integrity sha512-BrpZOaZ4RCbcJ2igiSNG16S+kgAc65l/2hmxWdmhyoGWHTLlzQzr06PXavJp9OBlPEG/sHlqdxjWmjzV66+BSQ==
1807-
dependencies:
1808-
"@smithy/abort-controller" "^3.1.9"
1809-
"@smithy/protocol-http" "^4.1.8"
1810-
"@smithy/querystring-builder" "^3.0.11"
1811-
"@smithy/types" "^3.7.2"
1812-
tslib "^2.6.2"
1813-
1814-
"@smithy/node-http-handler@^4.4.5":
1795+
"@smithy/node-http-handler@^4.0.0", "@smithy/node-http-handler@^4.4.5":
18151796
version "4.4.5"
18161797
resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-4.4.5.tgz#2aea598fdf3dc4e32667d673d48abd4a073665f4"
18171798
integrity sha512-CMnzM9R2WqlqXQGtIlsHMEZfXKJVTIrqCNoSd/QpAyp+Dw0a1Vps13l6ma1fH8g7zSPNsA59B/kWgeylFuA/lw==
@@ -1830,14 +1811,6 @@
18301811
"@smithy/types" "^4.9.0"
18311812
tslib "^2.6.2"
18321813

1833-
"@smithy/protocol-http@^4.1.8":
1834-
version "4.1.8"
1835-
resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-4.1.8.tgz#0461758671335f65e8ff3fc0885ab7ed253819c9"
1836-
integrity sha512-hmgIAVyxw1LySOwkgMIUN0kjN8TG9Nc85LJeEmEE/cNEe2rkHDUWhnJf2gxcSRFLWsyqWsrZGw40ROjUogg+Iw==
1837-
dependencies:
1838-
"@smithy/types" "^3.7.2"
1839-
tslib "^2.6.2"
1840-
18411814
"@smithy/protocol-http@^5.3.5":
18421815
version "5.3.5"
18431816
resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-5.3.5.tgz#a8f4296dd6d190752589e39ee95298d5c65a60db"
@@ -1846,15 +1819,6 @@
18461819
"@smithy/types" "^4.9.0"
18471820
tslib "^2.6.2"
18481821

1849-
"@smithy/querystring-builder@^3.0.11":
1850-
version "3.0.11"
1851-
resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-3.0.11.tgz#2ed04adbe725671824c5613d0d6f9376d791a909"
1852-
integrity sha512-u+5HV/9uJaeLj5XTb6+IEF/dokWWkEqJ0XiaRRogyREmKGUgZnNecLucADLdauWFKUNbQfulHFEZEdjwEBjXRg==
1853-
dependencies:
1854-
"@smithy/types" "^3.7.2"
1855-
"@smithy/util-uri-escape" "^3.0.0"
1856-
tslib "^2.6.2"
1857-
18581822
"@smithy/querystring-builder@^4.2.5":
18591823
version "4.2.5"
18601824
resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-4.2.5.tgz#00cafa5a4055600ab8058e26db42f580146b91f3"
@@ -1921,13 +1885,6 @@
19211885
dependencies:
19221886
tslib "^2.5.0"
19231887

1924-
"@smithy/types@^3.7.2":
1925-
version "3.7.2"
1926-
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-3.7.2.tgz#05cb14840ada6f966de1bf9a9c7dd86027343e10"
1927-
integrity sha512-bNwBYYmN8Eh9RyjS1p2gW6MIhSO2rl7X9QeLM8iTdcGRP+eDiIWDt66c9IysCc22gefKszZv+ubV9qZc7hdESg==
1928-
dependencies:
1929-
tslib "^2.6.2"
1930-
19311888
"@smithy/types@^4.9.0":
19321889
version "4.9.0"
19331890
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.9.0.tgz#c6636ddfa142e1ddcb6e4cf5f3e1a628d420486f"
@@ -2060,13 +2017,6 @@
20602017
"@smithy/util-utf8" "^4.2.0"
20612018
tslib "^2.6.2"
20622019

2063-
"@smithy/util-uri-escape@^3.0.0":
2064-
version "3.0.0"
2065-
resolved "https://registry.yarnpkg.com/@smithy/util-uri-escape/-/util-uri-escape-3.0.0.tgz#e43358a78bf45d50bb736770077f0f09195b6f54"
2066-
integrity sha512-LqR7qYLgZTD7nWLBecUi4aqolw8Mhza9ArpNEQ881MJJIU2sE5iHCK6TdyqqzcDLy0OPe10IY4T8ctVdtynubg==
2067-
dependencies:
2068-
tslib "^2.6.2"
2069-
20702020
"@smithy/util-uri-escape@^4.2.0":
20712021
version "4.2.0"
20722022
resolved "https://registry.yarnpkg.com/@smithy/util-uri-escape/-/util-uri-escape-4.2.0.tgz#096a4cec537d108ac24a68a9c60bee73fc7e3a9e"

0 commit comments

Comments
 (0)