Skip to content

Commit e43e7bd

Browse files
Update dependency @smithy/node-http-handler to v4
1 parent 8da2c99 commit e43e7bd

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

1543-
"@smithy/abort-controller@^3.1.9":
1544-
version "3.1.9"
1545-
resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-3.1.9.tgz#47d323f754136a489e972d7fd465d534d72fcbff"
1546-
integrity sha512-yiW0WI30zj8ZKoSYNx90no7ugVn3khlyH/z5W8qtKBtVE6awRALbhSG+2SAHA1r6bO/6M9utxYKVZ3PCJ1rWxw==
1547-
dependencies:
1548-
"@smithy/types" "^3.7.2"
1549-
tslib "^2.6.2"
1550-
15511543
"@smithy/abort-controller@^4.0.5":
15521544
version "4.0.5"
15531545
resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-4.0.5.tgz#2872a12d0f11dfdcc4254b39566d5f24ab26a4ab"
@@ -1729,18 +1721,7 @@
17291721
"@smithy/types" "^4.3.2"
17301722
tslib "^2.6.2"
17311723

1732-
"@smithy/node-http-handler@^3.1.4":
1733-
version "3.3.3"
1734-
resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-3.3.3.tgz#94dbb3f15342b656ceba2b26e14aa741cace8919"
1735-
integrity sha512-BrpZOaZ4RCbcJ2igiSNG16S+kgAc65l/2hmxWdmhyoGWHTLlzQzr06PXavJp9OBlPEG/sHlqdxjWmjzV66+BSQ==
1736-
dependencies:
1737-
"@smithy/abort-controller" "^3.1.9"
1738-
"@smithy/protocol-http" "^4.1.8"
1739-
"@smithy/querystring-builder" "^3.0.11"
1740-
"@smithy/types" "^3.7.2"
1741-
tslib "^2.6.2"
1742-
1743-
"@smithy/node-http-handler@^4.1.1":
1724+
"@smithy/node-http-handler@^4.0.0", "@smithy/node-http-handler@^4.1.1":
17441725
version "4.1.1"
17451726
resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-4.1.1.tgz#dd806d9e08b6e73125040dd0808ab56d16a178e9"
17461727
integrity sha512-RHnlHqFpoVdjSPPiYy/t40Zovf3BBHc2oemgD7VsVTFFZrU5erFFe0n52OANZZ/5sbshgD93sOh5r6I35Xmpaw==
@@ -1759,14 +1740,6 @@
17591740
"@smithy/types" "^4.3.2"
17601741
tslib "^2.6.2"
17611742

1762-
"@smithy/protocol-http@^4.1.8":
1763-
version "4.1.8"
1764-
resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-4.1.8.tgz#0461758671335f65e8ff3fc0885ab7ed253819c9"
1765-
integrity sha512-hmgIAVyxw1LySOwkgMIUN0kjN8TG9Nc85LJeEmEE/cNEe2rkHDUWhnJf2gxcSRFLWsyqWsrZGw40ROjUogg+Iw==
1766-
dependencies:
1767-
"@smithy/types" "^3.7.2"
1768-
tslib "^2.6.2"
1769-
17701743
"@smithy/protocol-http@^5.1.3":
17711744
version "5.1.3"
17721745
resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-5.1.3.tgz#86855b528c0e4cb9fa6fb4ed6ba3cdf5960f88f4"
@@ -1775,15 +1748,6 @@
17751748
"@smithy/types" "^4.3.2"
17761749
tslib "^2.6.2"
17771750

1778-
"@smithy/querystring-builder@^3.0.11":
1779-
version "3.0.11"
1780-
resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-3.0.11.tgz#2ed04adbe725671824c5613d0d6f9376d791a909"
1781-
integrity sha512-u+5HV/9uJaeLj5XTb6+IEF/dokWWkEqJ0XiaRRogyREmKGUgZnNecLucADLdauWFKUNbQfulHFEZEdjwEBjXRg==
1782-
dependencies:
1783-
"@smithy/types" "^3.7.2"
1784-
"@smithy/util-uri-escape" "^3.0.0"
1785-
tslib "^2.6.2"
1786-
17871751
"@smithy/querystring-builder@^4.0.5":
17881752
version "4.0.5"
17891753
resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-4.0.5.tgz#158ae170f8ec2d8af6b84cdaf774205a7dfacf68"
@@ -1850,13 +1814,6 @@
18501814
dependencies:
18511815
tslib "^2.5.0"
18521816

1853-
"@smithy/types@^3.7.2":
1854-
version "3.7.2"
1855-
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-3.7.2.tgz#05cb14840ada6f966de1bf9a9c7dd86027343e10"
1856-
integrity sha512-bNwBYYmN8Eh9RyjS1p2gW6MIhSO2rl7X9QeLM8iTdcGRP+eDiIWDt66c9IysCc22gefKszZv+ubV9qZc7hdESg==
1857-
dependencies:
1858-
tslib "^2.6.2"
1859-
18601817
"@smithy/types@^4.3.2":
18611818
version "4.3.2"
18621819
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.3.2.tgz#66ac513e7057637de262e41ac15f70cf464c018a"
@@ -1990,13 +1947,6 @@
19901947
"@smithy/util-utf8" "^4.0.0"
19911948
tslib "^2.6.2"
19921949

1993-
"@smithy/util-uri-escape@^3.0.0":
1994-
version "3.0.0"
1995-
resolved "https://registry.yarnpkg.com/@smithy/util-uri-escape/-/util-uri-escape-3.0.0.tgz#e43358a78bf45d50bb736770077f0f09195b6f54"
1996-
integrity sha512-LqR7qYLgZTD7nWLBecUi4aqolw8Mhza9ArpNEQ881MJJIU2sE5iHCK6TdyqqzcDLy0OPe10IY4T8ctVdtynubg==
1997-
dependencies:
1998-
tslib "^2.6.2"
1999-
20001950
"@smithy/util-uri-escape@^4.0.0":
20011951
version "4.0.0"
20021952
resolved "https://registry.yarnpkg.com/@smithy/util-uri-escape/-/util-uri-escape-4.0.0.tgz#a96c160c76f3552458a44d8081fade519d214737"

0 commit comments

Comments
 (0)