Skip to content

Commit c28ed06

Browse files
Update dependency @smithy/node-http-handler to v4
1 parent 654f6f7 commit c28ed06

2 files changed

Lines changed: 2 additions & 52 deletions

File tree

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
@@ -1600,14 +1600,6 @@
16001600
resolved "https://registry.npmjs.org/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz"
16011601
integrity sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ==
16021602

1603-
"@smithy/abort-controller@^3.1.9":
1604-
version "3.1.9"
1605-
resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-3.1.9.tgz#47d323f754136a489e972d7fd465d534d72fcbff"
1606-
integrity sha512-yiW0WI30zj8ZKoSYNx90no7ugVn3khlyH/z5W8qtKBtVE6awRALbhSG+2SAHA1r6bO/6M9utxYKVZ3PCJ1rWxw==
1607-
dependencies:
1608-
"@smithy/types" "^3.7.2"
1609-
tslib "^2.6.2"
1610-
16111603
"@smithy/abort-controller@^4.2.5":
16121604
version "4.2.5"
16131605
resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-4.2.5.tgz#3386e8fff5a8d05930996d891d06803f2b7e5e2c"
@@ -1788,18 +1780,7 @@
17881780
"@smithy/types" "^4.9.0"
17891781
tslib "^2.6.2"
17901782

1791-
"@smithy/node-http-handler@^3.1.4":
1792-
version "3.3.3"
1793-
resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-3.3.3.tgz#94dbb3f15342b656ceba2b26e14aa741cace8919"
1794-
integrity sha512-BrpZOaZ4RCbcJ2igiSNG16S+kgAc65l/2hmxWdmhyoGWHTLlzQzr06PXavJp9OBlPEG/sHlqdxjWmjzV66+BSQ==
1795-
dependencies:
1796-
"@smithy/abort-controller" "^3.1.9"
1797-
"@smithy/protocol-http" "^4.1.8"
1798-
"@smithy/querystring-builder" "^3.0.11"
1799-
"@smithy/types" "^3.7.2"
1800-
tslib "^2.6.2"
1801-
1802-
"@smithy/node-http-handler@^4.4.5":
1783+
"@smithy/node-http-handler@^4.0.0", "@smithy/node-http-handler@^4.4.5":
18031784
version "4.4.5"
18041785
resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-4.4.5.tgz#2aea598fdf3dc4e32667d673d48abd4a073665f4"
18051786
integrity sha512-CMnzM9R2WqlqXQGtIlsHMEZfXKJVTIrqCNoSd/QpAyp+Dw0a1Vps13l6ma1fH8g7zSPNsA59B/kWgeylFuA/lw==
@@ -1818,14 +1799,6 @@
18181799
"@smithy/types" "^4.9.0"
18191800
tslib "^2.6.2"
18201801

1821-
"@smithy/protocol-http@^4.1.8":
1822-
version "4.1.8"
1823-
resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-4.1.8.tgz#0461758671335f65e8ff3fc0885ab7ed253819c9"
1824-
integrity sha512-hmgIAVyxw1LySOwkgMIUN0kjN8TG9Nc85LJeEmEE/cNEe2rkHDUWhnJf2gxcSRFLWsyqWsrZGw40ROjUogg+Iw==
1825-
dependencies:
1826-
"@smithy/types" "^3.7.2"
1827-
tslib "^2.6.2"
1828-
18291802
"@smithy/protocol-http@^5.3.5":
18301803
version "5.3.5"
18311804
resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-5.3.5.tgz#a8f4296dd6d190752589e39ee95298d5c65a60db"
@@ -1834,15 +1807,6 @@
18341807
"@smithy/types" "^4.9.0"
18351808
tslib "^2.6.2"
18361809

1837-
"@smithy/querystring-builder@^3.0.11":
1838-
version "3.0.11"
1839-
resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-3.0.11.tgz#2ed04adbe725671824c5613d0d6f9376d791a909"
1840-
integrity sha512-u+5HV/9uJaeLj5XTb6+IEF/dokWWkEqJ0XiaRRogyREmKGUgZnNecLucADLdauWFKUNbQfulHFEZEdjwEBjXRg==
1841-
dependencies:
1842-
"@smithy/types" "^3.7.2"
1843-
"@smithy/util-uri-escape" "^3.0.0"
1844-
tslib "^2.6.2"
1845-
18461810
"@smithy/querystring-builder@^4.2.5":
18471811
version "4.2.5"
18481812
resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-4.2.5.tgz#00cafa5a4055600ab8058e26db42f580146b91f3"
@@ -1909,13 +1873,6 @@
19091873
dependencies:
19101874
tslib "^2.5.0"
19111875

1912-
"@smithy/types@^3.7.2":
1913-
version "3.7.2"
1914-
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-3.7.2.tgz#05cb14840ada6f966de1bf9a9c7dd86027343e10"
1915-
integrity sha512-bNwBYYmN8Eh9RyjS1p2gW6MIhSO2rl7X9QeLM8iTdcGRP+eDiIWDt66c9IysCc22gefKszZv+ubV9qZc7hdESg==
1916-
dependencies:
1917-
tslib "^2.6.2"
1918-
19191876
"@smithy/types@^4.9.0":
19201877
version "4.9.0"
19211878
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.9.0.tgz#c6636ddfa142e1ddcb6e4cf5f3e1a628d420486f"
@@ -2048,13 +2005,6 @@
20482005
"@smithy/util-utf8" "^4.2.0"
20492006
tslib "^2.6.2"
20502007

2051-
"@smithy/util-uri-escape@^3.0.0":
2052-
version "3.0.0"
2053-
resolved "https://registry.yarnpkg.com/@smithy/util-uri-escape/-/util-uri-escape-3.0.0.tgz#e43358a78bf45d50bb736770077f0f09195b6f54"
2054-
integrity sha512-LqR7qYLgZTD7nWLBecUi4aqolw8Mhza9ArpNEQ881MJJIU2sE5iHCK6TdyqqzcDLy0OPe10IY4T8ctVdtynubg==
2055-
dependencies:
2056-
tslib "^2.6.2"
2057-
20582008
"@smithy/util-uri-escape@^4.2.0":
20592009
version "4.2.0"
20602010
resolved "https://registry.yarnpkg.com/@smithy/util-uri-escape/-/util-uri-escape-4.2.0.tgz#096a4cec537d108ac24a68a9c60bee73fc7e3a9e"

0 commit comments

Comments
 (0)