1
0
Fork 0
mirror of synced 2026-06-05 17:05:15 +00:00

chore(deps): bump @smithy/node-http-handler from 4.6.1 to 4.7.1 (#1770)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-05-12 08:30:43 +00:00 committed by GitHub
commit dbd503f368
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 7 deletions

11
package-lock.json generated
View file

@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"@actions/core": "^3.0.1", "@actions/core": "^3.0.1",
"@aws-sdk/client-sts": "^3.1045.0", "@aws-sdk/client-sts": "^3.1045.0",
"@smithy/node-http-handler": "^4.6.1", "@smithy/node-http-handler": "^4.7.1",
"proxy-agent": "^8.0.1" "proxy-agent": "^8.0.1"
}, },
"devDependencies": { "devDependencies": {
@ -2889,13 +2889,12 @@
} }
}, },
"node_modules/@smithy/node-http-handler": { "node_modules/@smithy/node-http-handler": {
"version": "4.6.1", "version": "4.7.1",
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.6.1.tgz", "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.7.1.tgz",
"integrity": "sha512-iB+orM4x3xrr57X3YaXazfKnntl0LHlZB1kcXSGzMV1Tt0+YwEjGlbjk/44qEGtBzXAz6yFDzkYTKSV6Pj2HUg==", "integrity": "sha512-BdEYko85f/ldp68uH8XEyIvo810xFk6eyPH81SRggTOApYHWA+Xu7B2EzLuHbe37WVLaUA7F1fWR3/zBeme2WA==",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@smithy/protocol-http": "^5.3.14", "@smithy/core": "^3.24.1",
"@smithy/querystring-builder": "^4.2.14",
"@smithy/types": "^4.14.1", "@smithy/types": "^4.14.1",
"tslib": "^2.6.2" "tslib": "^2.6.2"
}, },

View file

@ -35,7 +35,7 @@
"dependencies": { "dependencies": {
"@actions/core": "^3.0.1", "@actions/core": "^3.0.1",
"@aws-sdk/client-sts": "^3.1045.0", "@aws-sdk/client-sts": "^3.1045.0",
"@smithy/node-http-handler": "^4.6.1", "@smithy/node-http-handler": "^4.7.1",
"proxy-agent": "^8.0.1" "proxy-agent": "^8.0.1"
}, },
"keywords": [ "keywords": [