chore(deps): bump @smithy/node-http-handler from 3.2.4 to 3.2.5 (#1187)

Bumps [@smithy/node-http-handler](https://github.com/awslabs/smithy-typescript/tree/HEAD/packages/node-http-handler) from 3.2.4 to 3.2.5.
- [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.5/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-10-22 03:38:20 +00:00
committed by GitHub
parent b06d1612cc
commit c3eecb10dc
2 changed files with 27 additions and 27 deletions
+26 -26
View File
@@ -11,7 +11,7 @@
"dependencies": {
"@actions/core": "^1.11.1",
"@aws-sdk/client-sts": "^3",
"@smithy/node-http-handler": "^3.2.4",
"@smithy/node-http-handler": "^3.2.5",
"https-proxy-agent": "^5.0.0"
},
"devDependencies": {
@@ -2217,11 +2217,11 @@
"dev": true
},
"node_modules/@smithy/abort-controller": {
"version": "3.1.5",
"resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-3.1.5.tgz",
"integrity": "sha512-DhNPnqTqPoG8aZ5dWkFOgsuY+i0GQ3CI6hMmvCoduNsnU9gUZWZBwGfDQsTTB7NvFPkom1df7jMIJWU90kuXXg==",
"version": "3.1.6",
"resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-3.1.6.tgz",
"integrity": "sha512-0XuhuHQlEqbNQZp7QxxrFTdVWdwxch4vjxYgfInF91hZFkPxf9QDrdQka0KfxFMPqLNzSw0b95uGTrLliQUavQ==",
"dependencies": {
"@smithy/types": "^3.5.0",
"@smithy/types": "^3.6.0",
"tslib": "^2.6.2"
},
"engines": {
@@ -2229,9 +2229,9 @@
}
},
"node_modules/@smithy/abort-controller/node_modules/@smithy/types": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.5.0.tgz",
"integrity": "sha512-QN0twHNfe8mNJdH9unwsCK13GURU7oEAZqkBI+rsvpv1jrmserO+WnLE7jidR9W/1dxwZ0u/CB01mV2Gms/K2Q==",
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.6.0.tgz",
"integrity": "sha512-8VXK/KzOHefoC65yRgCn5vG1cysPJjHnOVt9d0ybFQSmJgQj152vMn4EkYhGuaOmnnZvCPav/KnYyE6/KsNZ2w==",
"dependencies": {
"tslib": "^2.6.2"
},
@@ -2457,14 +2457,14 @@
}
},
"node_modules/@smithy/node-http-handler": {
"version": "3.2.4",
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-3.2.4.tgz",
"integrity": "sha512-49reY3+JgLMFNm7uTAKBWiKCA6XSvkNp9FqhVmusm2jpVnHORYFeFZ704LShtqWfjZW/nhX+7Iexyb6zQfXYIQ==",
"version": "3.2.5",
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-3.2.5.tgz",
"integrity": "sha512-PkOwPNeKdvX/jCpn0A8n9/TyoxjGZB8WVoJmm9YzsnAgggTj4CrjpRHlTQw7dlLZ320n1mY1y+nTRUDViKi/3w==",
"dependencies": {
"@smithy/abort-controller": "^3.1.5",
"@smithy/protocol-http": "^4.1.4",
"@smithy/querystring-builder": "^3.0.7",
"@smithy/types": "^3.5.0",
"@smithy/abort-controller": "^3.1.6",
"@smithy/protocol-http": "^4.1.5",
"@smithy/querystring-builder": "^3.0.8",
"@smithy/types": "^3.6.0",
"tslib": "^2.6.2"
},
"engines": {
@@ -2472,11 +2472,11 @@
}
},
"node_modules/@smithy/node-http-handler/node_modules/@smithy/protocol-http": {
"version": "4.1.4",
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-4.1.4.tgz",
"integrity": "sha512-MlWK8eqj0JlpZBnWmjQLqmFp71Ug00P+m72/1xQB3YByXD4zZ+y9N4hYrR0EDmrUCZIkyATWHOXFgtavwGDTzQ==",
"version": "4.1.5",
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-4.1.5.tgz",
"integrity": "sha512-hsjtwpIemmCkm3ZV5fd/T0bPIugW1gJXwZ/hpuVubt2hEUApIoUTrf6qIdh9MAWlw0vjMrA1ztJLAwtNaZogvg==",
"dependencies": {
"@smithy/types": "^3.5.0",
"@smithy/types": "^3.6.0",
"tslib": "^2.6.2"
},
"engines": {
@@ -2484,11 +2484,11 @@
}
},
"node_modules/@smithy/node-http-handler/node_modules/@smithy/querystring-builder": {
"version": "3.0.7",
"resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-3.0.7.tgz",
"integrity": "sha512-65RXGZZ20rzqqxTsChdqSpbhA6tdt5IFNgG6o7e1lnPVLCe6TNWQq4rTl4N87hTDD8mV4IxJJnvyE7brbnRkQw==",
"version": "3.0.8",
"resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-3.0.8.tgz",
"integrity": "sha512-btYxGVqFUARbUrN6VhL9c3dnSviIwBYD9Rz1jHuN1hgh28Fpv2xjU1HeCeDJX68xctz7r4l1PBnFhGg1WBBPuA==",
"dependencies": {
"@smithy/types": "^3.5.0",
"@smithy/types": "^3.6.0",
"@smithy/util-uri-escape": "^3.0.0",
"tslib": "^2.6.2"
},
@@ -2497,9 +2497,9 @@
}
},
"node_modules/@smithy/node-http-handler/node_modules/@smithy/types": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.5.0.tgz",
"integrity": "sha512-QN0twHNfe8mNJdH9unwsCK13GURU7oEAZqkBI+rsvpv1jrmserO+WnLE7jidR9W/1dxwZ0u/CB01mV2Gms/K2Q==",
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.6.0.tgz",
"integrity": "sha512-8VXK/KzOHefoC65yRgCn5vG1cysPJjHnOVt9d0ybFQSmJgQj152vMn4EkYhGuaOmnnZvCPav/KnYyE6/KsNZ2w==",
"dependencies": {
"tslib": "^2.6.2"
},
+1 -1
View File
@@ -41,7 +41,7 @@
"dependencies": {
"@actions/core": "^1.11.1",
"@aws-sdk/client-sts": "^3",
"@smithy/node-http-handler": "^3.2.4",
"@smithy/node-http-handler": "^3.2.5",
"https-proxy-agent": "^5.0.0"
},
"keywords": [