mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-06-09 01:47:04 +00:00
chore: Bump @smithy/node-http-handler from 2.1.2 to 2.1.4 (#854)
Bumps [@smithy/node-http-handler](https://github.com/awslabs/smithy-typescript/tree/HEAD/packages/node-http-handler) from 2.1.2 to 2.1.4. - [Release notes](https://github.com/awslabs/smithy-typescript/releases) - [Changelog](https://github.com/awslabs/smithy-typescript/blob/main/packages/node-http-handler/CHANGELOG.md) - [Commits](https://github.com/awslabs/smithy-typescript/commits/@smithy/node-http-handler@2.1.4/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:
parent
96cd64d434
commit
ff5c452440
2 changed files with 48 additions and 48 deletions
90
package-lock.json
generated
90
package-lock.json
generated
|
|
@ -11,7 +11,7 @@
|
|||
"dependencies": {
|
||||
"@actions/core": "^1.10.1",
|
||||
"@aws-sdk/client-sts": "^3",
|
||||
"@smithy/node-http-handler": "^2.0.0",
|
||||
"@smithy/node-http-handler": "^2.1.4",
|
||||
"https-proxy-agent": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
@ -1927,11 +1927,11 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/@smithy/abort-controller": {
|
||||
"version": "2.0.6",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-2.0.6.tgz",
|
||||
"integrity": "sha512-4I7g0lyGUlW2onf8mD76IzU37oRWSHsQ5zlW5MjDzgg4I4J9bOK4500Gx6qOuoN7+GulAnGLe1YwyrIluzhakg==",
|
||||
"version": "2.0.8",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-2.0.8.tgz",
|
||||
"integrity": "sha512-2SOdVj5y0zE37Y9scSXoizoxgi6mgnDabi7a/SOfhl0p+50I0rIkuJTfyAuTPDtQ7e5dD6tSZPCLB3c/YM6Zig==",
|
||||
"dependencies": {
|
||||
"@smithy/types": "^2.3.0",
|
||||
"@smithy/types": "^2.3.2",
|
||||
"tslib": "^2.5.0"
|
||||
},
|
||||
"engines": {
|
||||
|
|
@ -2109,14 +2109,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@smithy/node-http-handler": {
|
||||
"version": "2.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-2.1.2.tgz",
|
||||
"integrity": "sha512-PdEEDCShuM8zxGoaRxmGB/1ikB8oeqz+ZAF9VIA8FCP3E59j8zDTF+wCELoWd1Y6gtxr+RcTAg5sA8nvn5qH/w==",
|
||||
"version": "2.1.4",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-2.1.4.tgz",
|
||||
"integrity": "sha512-8Rw/AusvWDyC6SK8esAcVBeTlQHf94NMFv805suFUJCQ2gwlh0oLDNh+6s2MDOrxcjvLxjjzv1mytM0Mt+0cPQ==",
|
||||
"dependencies": {
|
||||
"@smithy/abort-controller": "^2.0.6",
|
||||
"@smithy/protocol-http": "^3.0.2",
|
||||
"@smithy/querystring-builder": "^2.0.6",
|
||||
"@smithy/types": "^2.3.0",
|
||||
"@smithy/abort-controller": "^2.0.8",
|
||||
"@smithy/protocol-http": "^3.0.4",
|
||||
"@smithy/querystring-builder": "^2.0.8",
|
||||
"@smithy/types": "^2.3.2",
|
||||
"tslib": "^2.5.0"
|
||||
},
|
||||
"engines": {
|
||||
|
|
@ -2136,11 +2136,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@smithy/protocol-http": {
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-3.0.2.tgz",
|
||||
"integrity": "sha512-LUOWCPRihvJBkdSs+ivK9m1f/rMfF3n9Zpzg8qdry2eIG4HQqqLBMWQyF9bgk7JhsrrOa3//jJKhXzvL7wL5Xw==",
|
||||
"version": "3.0.4",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-3.0.4.tgz",
|
||||
"integrity": "sha512-CGfSWk6TRlbwa8YgrSXdn80Yu7pov3EV/h7TSfiCHhq6/LO3WymmqnzgH1f0qV2bdTDipIkTNp5dGCGN3Af/5g==",
|
||||
"dependencies": {
|
||||
"@smithy/types": "^2.3.0",
|
||||
"@smithy/types": "^2.3.2",
|
||||
"tslib": "^2.5.0"
|
||||
},
|
||||
"engines": {
|
||||
|
|
@ -2148,11 +2148,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@smithy/querystring-builder": {
|
||||
"version": "2.0.6",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-2.0.6.tgz",
|
||||
"integrity": "sha512-HnU00shCGoV8vKJZTiNBkNvR9NogU3NIUaVMAGJPSqNGJj3psWo+TUrC0BVCDcwiCljXwXCFGJqIcsWtClrktQ==",
|
||||
"version": "2.0.8",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-2.0.8.tgz",
|
||||
"integrity": "sha512-+vzIMwjC8Saz97/ptPn+IJRCRRZ+pP95ZIWDRqEqZV/a6hiKbaFoMSa2iCKsnKzR696U2JZXrDqMu3e/FD1+2g==",
|
||||
"dependencies": {
|
||||
"@smithy/types": "^2.3.0",
|
||||
"@smithy/types": "^2.3.2",
|
||||
"@smithy/util-uri-escape": "^2.0.0",
|
||||
"tslib": "^2.5.0"
|
||||
},
|
||||
|
|
@ -2225,9 +2225,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@smithy/types": {
|
||||
"version": "2.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.3.0.tgz",
|
||||
"integrity": "sha512-pJce3rd39MElkV57UTPAoSYAApjQLELUxjU5adHNLYk9gnPvyIGbJNJTZVVFu00BrgZH3W/cQe8QuFcknDyodQ==",
|
||||
"version": "2.3.2",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.3.2.tgz",
|
||||
"integrity": "sha512-iH0cdKi7HQlzfAM3w2shFk/qZYKAqJWswtpmQpPtlruF+uFZeGEpMJjgDRyhWiddfVM4e2oP4nMaOBsMy6lXgg==",
|
||||
"dependencies": {
|
||||
"tslib": "^2.5.0"
|
||||
},
|
||||
|
|
@ -12377,11 +12377,11 @@
|
|||
"dev": true
|
||||
},
|
||||
"@smithy/abort-controller": {
|
||||
"version": "2.0.6",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-2.0.6.tgz",
|
||||
"integrity": "sha512-4I7g0lyGUlW2onf8mD76IzU37oRWSHsQ5zlW5MjDzgg4I4J9bOK4500Gx6qOuoN7+GulAnGLe1YwyrIluzhakg==",
|
||||
"version": "2.0.8",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-2.0.8.tgz",
|
||||
"integrity": "sha512-2SOdVj5y0zE37Y9scSXoizoxgi6mgnDabi7a/SOfhl0p+50I0rIkuJTfyAuTPDtQ7e5dD6tSZPCLB3c/YM6Zig==",
|
||||
"requires": {
|
||||
"@smithy/types": "^2.3.0",
|
||||
"@smithy/types": "^2.3.2",
|
||||
"tslib": "^2.5.0"
|
||||
}
|
||||
},
|
||||
|
|
@ -12526,14 +12526,14 @@
|
|||
}
|
||||
},
|
||||
"@smithy/node-http-handler": {
|
||||
"version": "2.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-2.1.2.tgz",
|
||||
"integrity": "sha512-PdEEDCShuM8zxGoaRxmGB/1ikB8oeqz+ZAF9VIA8FCP3E59j8zDTF+wCELoWd1Y6gtxr+RcTAg5sA8nvn5qH/w==",
|
||||
"version": "2.1.4",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-2.1.4.tgz",
|
||||
"integrity": "sha512-8Rw/AusvWDyC6SK8esAcVBeTlQHf94NMFv805suFUJCQ2gwlh0oLDNh+6s2MDOrxcjvLxjjzv1mytM0Mt+0cPQ==",
|
||||
"requires": {
|
||||
"@smithy/abort-controller": "^2.0.6",
|
||||
"@smithy/protocol-http": "^3.0.2",
|
||||
"@smithy/querystring-builder": "^2.0.6",
|
||||
"@smithy/types": "^2.3.0",
|
||||
"@smithy/abort-controller": "^2.0.8",
|
||||
"@smithy/protocol-http": "^3.0.4",
|
||||
"@smithy/querystring-builder": "^2.0.8",
|
||||
"@smithy/types": "^2.3.2",
|
||||
"tslib": "^2.5.0"
|
||||
}
|
||||
},
|
||||
|
|
@ -12547,20 +12547,20 @@
|
|||
}
|
||||
},
|
||||
"@smithy/protocol-http": {
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-3.0.2.tgz",
|
||||
"integrity": "sha512-LUOWCPRihvJBkdSs+ivK9m1f/rMfF3n9Zpzg8qdry2eIG4HQqqLBMWQyF9bgk7JhsrrOa3//jJKhXzvL7wL5Xw==",
|
||||
"version": "3.0.4",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-3.0.4.tgz",
|
||||
"integrity": "sha512-CGfSWk6TRlbwa8YgrSXdn80Yu7pov3EV/h7TSfiCHhq6/LO3WymmqnzgH1f0qV2bdTDipIkTNp5dGCGN3Af/5g==",
|
||||
"requires": {
|
||||
"@smithy/types": "^2.3.0",
|
||||
"@smithy/types": "^2.3.2",
|
||||
"tslib": "^2.5.0"
|
||||
}
|
||||
},
|
||||
"@smithy/querystring-builder": {
|
||||
"version": "2.0.6",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-2.0.6.tgz",
|
||||
"integrity": "sha512-HnU00shCGoV8vKJZTiNBkNvR9NogU3NIUaVMAGJPSqNGJj3psWo+TUrC0BVCDcwiCljXwXCFGJqIcsWtClrktQ==",
|
||||
"version": "2.0.8",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-2.0.8.tgz",
|
||||
"integrity": "sha512-+vzIMwjC8Saz97/ptPn+IJRCRRZ+pP95ZIWDRqEqZV/a6hiKbaFoMSa2iCKsnKzR696U2JZXrDqMu3e/FD1+2g==",
|
||||
"requires": {
|
||||
"@smithy/types": "^2.3.0",
|
||||
"@smithy/types": "^2.3.2",
|
||||
"@smithy/util-uri-escape": "^2.0.0",
|
||||
"tslib": "^2.5.0"
|
||||
}
|
||||
|
|
@ -12615,9 +12615,9 @@
|
|||
}
|
||||
},
|
||||
"@smithy/types": {
|
||||
"version": "2.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.3.0.tgz",
|
||||
"integrity": "sha512-pJce3rd39MElkV57UTPAoSYAApjQLELUxjU5adHNLYk9gnPvyIGbJNJTZVVFu00BrgZH3W/cQe8QuFcknDyodQ==",
|
||||
"version": "2.3.2",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.3.2.tgz",
|
||||
"integrity": "sha512-iH0cdKi7HQlzfAM3w2shFk/qZYKAqJWswtpmQpPtlruF+uFZeGEpMJjgDRyhWiddfVM4e2oP4nMaOBsMy6lXgg==",
|
||||
"requires": {
|
||||
"tslib": "^2.5.0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
"dependencies": {
|
||||
"@actions/core": "^1.10.1",
|
||||
"@aws-sdk/client-sts": "^3",
|
||||
"@smithy/node-http-handler": "^2.0.0",
|
||||
"@smithy/node-http-handler": "^2.1.4",
|
||||
"https-proxy-agent": "^5.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue