chore(deps): bump @smithy/node-http-handler from 3.2.0 to 3.2.2 (#1153)

Bumps [@smithy/node-http-handler](https://github.com/awslabs/smithy-typescript/tree/HEAD/packages/node-http-handler) from 3.2.0 to 3.2.2.
- [Release notes](https://github.com/awslabs/smithy-typescript/releases)
- [Changelog](https://github.com/smithy-lang/smithy-typescript/blob/main/packages/node-http-handler/CHANGELOG.md)
- [Commits](https://github.com/awslabs/smithy-typescript/commits/@smithy/node-http-handler@3.2.2/packages/node-http-handler)

---
updated-dependencies:
- dependency-name: "@smithy/node-http-handler"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-09-17 03:38:23 +00:00
committed by GitHub
parent 45d446aaa3
commit e402f5e2c3
2 changed files with 27 additions and 27 deletions
+26 -26
View File
@@ -11,7 +11,7 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@aws-sdk/client-sts": "^3",
"@smithy/node-http-handler": "^3.2.0",
"@smithy/node-http-handler": "^3.2.2",
"https-proxy-agent": "^5.0.0"
},
"devDependencies": {
@@ -2190,11 +2190,11 @@
"dev": true
},
"node_modules/@smithy/abort-controller": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-3.1.2.tgz",
"integrity": "sha512-b5g+PNujlfqIib9BjkNB108NyO5aZM/RXjfOCXRCqXQ1oPnIkfvdORrztbGgCZdPe/BN/MKDlrGA7PafKPM2jw==",
"version": "3.1.4",
"resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-3.1.4.tgz",
"integrity": "sha512-VupaALAQlXViW3/enTf/f5l5JZYSAxoJL7f0nanhNNKnww6DGCg1oYIuNP78KDugnkwthBO6iEcym16HhWV8RQ==",
"dependencies": {
"@smithy/types": "^3.4.0",
"@smithy/types": "^3.4.2",
"tslib": "^2.6.2"
},
"engines": {
@@ -2202,9 +2202,9 @@
}
},
"node_modules/@smithy/abort-controller/node_modules/@smithy/types": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.4.0.tgz",
"integrity": "sha512-0shOWSg/pnFXPcsSU8ZbaJ4JBHZJPPzLCJxafJvbMVFo9l1w81CqpgUqjlKGNHVrVB7fhIs+WS82JDTyzaLyLA==",
"version": "3.4.2",
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.4.2.tgz",
"integrity": "sha512-tHiFcfcVedVBHpmHUEUHOCCih8iZbIAYn9NvPsNzaPm/237I3imdDdZoOC8c87H5HBAVEa06tTgb+OcSWV9g5w==",
"dependencies": {
"tslib": "^2.6.2"
},
@@ -2430,14 +2430,14 @@
}
},
"node_modules/@smithy/node-http-handler": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-3.2.0.tgz",
"integrity": "sha512-5TFqaABbiY7uJMKbqR4OARjwI/l4TRoysDJ75pLpVQyO3EcmeloKYwDGyCtgB9WJniFx3BMkmGCB9+j+QiB+Ww==",
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-3.2.2.tgz",
"integrity": "sha512-42Cy4/oT2O+00aiG1iQ7Kd7rE6q8j7vI0gFfnMlUiATvyo8vefJkhb7O10qZY0jAqo5WZdUzfl9IV6wQ3iMBCg==",
"dependencies": {
"@smithy/abort-controller": "^3.1.2",
"@smithy/protocol-http": "^4.1.1",
"@smithy/querystring-builder": "^3.0.4",
"@smithy/types": "^3.4.0",
"@smithy/abort-controller": "^3.1.4",
"@smithy/protocol-http": "^4.1.3",
"@smithy/querystring-builder": "^3.0.6",
"@smithy/types": "^3.4.2",
"tslib": "^2.6.2"
},
"engines": {
@@ -2445,11 +2445,11 @@
}
},
"node_modules/@smithy/node-http-handler/node_modules/@smithy/protocol-http": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-4.1.1.tgz",
"integrity": "sha512-Fm5+8LkeIus83Y8jTL1XHsBGP8sPvE1rEVyKf/87kbOPTbzEDMcgOlzcmYXat2h+nC3wwPtRy8hFqtJS71+Wow==",
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-4.1.3.tgz",
"integrity": "sha512-GcbMmOYpH9iRqtC05RbRnc/0FssxSTHlmaNhYBTgSgNCYpdR3Kt88u5GAZTBmouzv+Zlj/VRv92J9ruuDeJuEw==",
"dependencies": {
"@smithy/types": "^3.4.0",
"@smithy/types": "^3.4.2",
"tslib": "^2.6.2"
},
"engines": {
@@ -2457,11 +2457,11 @@
}
},
"node_modules/@smithy/node-http-handler/node_modules/@smithy/querystring-builder": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-3.0.4.tgz",
"integrity": "sha512-NEoPAsZPdpfVbF98qm8i5k1XMaRKeEnO47CaL5ja6Y1Z2DgJdwIJuJkTJypKm/IKfp8gc0uimIFLwhml8+/pAw==",
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-3.0.6.tgz",
"integrity": "sha512-sQe08RunoObe+Usujn9+R2zrLuQERi3CWvRO3BvnoWSYUaIrLKuAIeY7cMeDax6xGyfIP3x/yFWbEKSXvOnvVg==",
"dependencies": {
"@smithy/types": "^3.4.0",
"@smithy/types": "^3.4.2",
"@smithy/util-uri-escape": "^3.0.0",
"tslib": "^2.6.2"
},
@@ -2470,9 +2470,9 @@
}
},
"node_modules/@smithy/node-http-handler/node_modules/@smithy/types": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.4.0.tgz",
"integrity": "sha512-0shOWSg/pnFXPcsSU8ZbaJ4JBHZJPPzLCJxafJvbMVFo9l1w81CqpgUqjlKGNHVrVB7fhIs+WS82JDTyzaLyLA==",
"version": "3.4.2",
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.4.2.tgz",
"integrity": "sha512-tHiFcfcVedVBHpmHUEUHOCCih8iZbIAYn9NvPsNzaPm/237I3imdDdZoOC8c87H5HBAVEa06tTgb+OcSWV9g5w==",
"dependencies": {
"tslib": "^2.6.2"
},
+1 -1
View File
@@ -41,7 +41,7 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@aws-sdk/client-sts": "^3",
"@smithy/node-http-handler": "^3.2.0",
"@smithy/node-http-handler": "^3.2.2",
"https-proxy-agent": "^5.0.0"
},
"keywords": [