mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-08-31 05:35:04 +09:00
chore: Bump @smithy/node-http-handler from 2.1.10 to 2.2.1 (#948)
Bumps [@smithy/node-http-handler](https://github.com/awslabs/smithy-typescript/tree/HEAD/packages/node-http-handler) from 2.1.10 to 2.2.1. - [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@2.2.1/packages/node-http-handler) --- updated-dependencies: - dependency-name: "@smithy/node-http-handler" 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> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
Generated
+45
-45
@@ -11,7 +11,7 @@
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.1",
|
||||
"@aws-sdk/client-sts": "^3",
|
||||
"@smithy/node-http-handler": "^2.1.10",
|
||||
"@smithy/node-http-handler": "^2.2.1",
|
||||
"https-proxy-agent": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -1963,11 +1963,11 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@smithy/abort-controller": {
|
||||
"version": "2.0.14",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-2.0.14.tgz",
|
||||
"integrity": "sha512-zXtteuYLWbSXnzI3O6xq3FYvigYZFW8mdytGibfarLL2lxHto9L3ILtGVnVGmFZa7SDh62l39EnU5hesLN87Fw==",
|
||||
"version": "2.0.15",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-2.0.15.tgz",
|
||||
"integrity": "sha512-JkS36PIS3/UCbq/MaozzV7jECeL+BTt4R75bwY8i+4RASys4xOyUS1HsRyUNSqUXFP4QyCz5aNnh3ltuaxv+pw==",
|
||||
"dependencies": {
|
||||
"@smithy/types": "^2.6.0",
|
||||
"@smithy/types": "^2.7.0",
|
||||
"tslib": "^2.5.0"
|
||||
},
|
||||
"engines": {
|
||||
@@ -2148,14 +2148,14 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@smithy/node-http-handler": {
|
||||
"version": "2.1.10",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-2.1.10.tgz",
|
||||
"integrity": "sha512-lkALAwtN6odygIM4nB8aHDahINM6WXXjNrZmWQAh0RSossySRT2qa31cFv0ZBuAYVWeprskRk13AFvvLmf1WLw==",
|
||||
"version": "2.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-2.2.1.tgz",
|
||||
"integrity": "sha512-8iAKQrC8+VFHPAT8pg4/j6hlsTQh+NKOWlctJBrYtQa4ExcxX7aSg3vdQ2XLoYwJotFUurg/NLqFCmZaPRrogw==",
|
||||
"dependencies": {
|
||||
"@smithy/abort-controller": "^2.0.14",
|
||||
"@smithy/protocol-http": "^3.0.10",
|
||||
"@smithy/querystring-builder": "^2.0.14",
|
||||
"@smithy/types": "^2.6.0",
|
||||
"@smithy/abort-controller": "^2.0.15",
|
||||
"@smithy/protocol-http": "^3.0.11",
|
||||
"@smithy/querystring-builder": "^2.0.15",
|
||||
"@smithy/types": "^2.7.0",
|
||||
"tslib": "^2.5.0"
|
||||
},
|
||||
"engines": {
|
||||
@@ -2175,11 +2175,11 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@smithy/protocol-http": {
|
||||
"version": "3.0.10",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-3.0.10.tgz",
|
||||
"integrity": "sha512-6+tjNk7rXW7YTeGo9qwxXj/2BFpJTe37kTj3EnZCoX/nH+NP/WLA7O83fz8XhkGqsaAhLUPo/bB12vvd47nsmg==",
|
||||
"version": "3.0.11",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-3.0.11.tgz",
|
||||
"integrity": "sha512-3ziB8fHuXIRamV/akp/sqiWmNPR6X+9SB8Xxnozzj+Nq7hSpyKdFHd1FLpBkgfGFUTzzcBJQlDZPSyxzmdcx5A==",
|
||||
"dependencies": {
|
||||
"@smithy/types": "^2.6.0",
|
||||
"@smithy/types": "^2.7.0",
|
||||
"tslib": "^2.5.0"
|
||||
},
|
||||
"engines": {
|
||||
@@ -2187,11 +2187,11 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@smithy/querystring-builder": {
|
||||
"version": "2.0.14",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-2.0.14.tgz",
|
||||
"integrity": "sha512-lQ4pm9vTv9nIhl5jt6uVMPludr6syE2FyJmHsIJJuOD7QPIJnrf9HhUGf1iHh9KJ4CUv21tpOU3X6s0rB6uJ0g==",
|
||||
"version": "2.0.15",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-2.0.15.tgz",
|
||||
"integrity": "sha512-e1q85aT6HutvouOdN+dMsN0jcdshp50PSCvxDvo6aIM57LqeXimjfONUEgfqQ4IFpYWAtVixptyIRE5frMp/2A==",
|
||||
"dependencies": {
|
||||
"@smithy/types": "^2.6.0",
|
||||
"@smithy/types": "^2.7.0",
|
||||
"@smithy/util-uri-escape": "^2.0.0",
|
||||
"tslib": "^2.5.0"
|
||||
},
|
||||
@@ -2267,9 +2267,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@smithy/types": {
|
||||
"version": "2.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.6.0.tgz",
|
||||
"integrity": "sha512-PgqxJq2IcdMF9iAasxcqZqqoOXBHufEfmbEUdN1pmJrJltT42b0Sc8UiYSWWzKkciIp9/mZDpzYi4qYG1qqg6g==",
|
||||
"version": "2.7.0",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.7.0.tgz",
|
||||
"integrity": "sha512-1OIFyhK+vOkMbu4aN2HZz/MomREkrAC/HqY5mlJMUJfGrPRwijJDTeiN8Rnj9zUaB8ogXAfIOtZrrgqZ4w7Wnw==",
|
||||
"dependencies": {
|
||||
"tslib": "^2.5.0"
|
||||
},
|
||||
@@ -12551,11 +12551,11 @@
|
||||
"dev": true
|
||||
},
|
||||
"@smithy/abort-controller": {
|
||||
"version": "2.0.14",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-2.0.14.tgz",
|
||||
"integrity": "sha512-zXtteuYLWbSXnzI3O6xq3FYvigYZFW8mdytGibfarLL2lxHto9L3ILtGVnVGmFZa7SDh62l39EnU5hesLN87Fw==",
|
||||
"version": "2.0.15",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-2.0.15.tgz",
|
||||
"integrity": "sha512-JkS36PIS3/UCbq/MaozzV7jECeL+BTt4R75bwY8i+4RASys4xOyUS1HsRyUNSqUXFP4QyCz5aNnh3ltuaxv+pw==",
|
||||
"requires": {
|
||||
"@smithy/types": "^2.6.0",
|
||||
"@smithy/types": "^2.7.0",
|
||||
"tslib": "^2.5.0"
|
||||
}
|
||||
},
|
||||
@@ -12703,14 +12703,14 @@
|
||||
}
|
||||
},
|
||||
"@smithy/node-http-handler": {
|
||||
"version": "2.1.10",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-2.1.10.tgz",
|
||||
"integrity": "sha512-lkALAwtN6odygIM4nB8aHDahINM6WXXjNrZmWQAh0RSossySRT2qa31cFv0ZBuAYVWeprskRk13AFvvLmf1WLw==",
|
||||
"version": "2.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-2.2.1.tgz",
|
||||
"integrity": "sha512-8iAKQrC8+VFHPAT8pg4/j6hlsTQh+NKOWlctJBrYtQa4ExcxX7aSg3vdQ2XLoYwJotFUurg/NLqFCmZaPRrogw==",
|
||||
"requires": {
|
||||
"@smithy/abort-controller": "^2.0.14",
|
||||
"@smithy/protocol-http": "^3.0.10",
|
||||
"@smithy/querystring-builder": "^2.0.14",
|
||||
"@smithy/types": "^2.6.0",
|
||||
"@smithy/abort-controller": "^2.0.15",
|
||||
"@smithy/protocol-http": "^3.0.11",
|
||||
"@smithy/querystring-builder": "^2.0.15",
|
||||
"@smithy/types": "^2.7.0",
|
||||
"tslib": "^2.5.0"
|
||||
}
|
||||
},
|
||||
@@ -12724,20 +12724,20 @@
|
||||
}
|
||||
},
|
||||
"@smithy/protocol-http": {
|
||||
"version": "3.0.10",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-3.0.10.tgz",
|
||||
"integrity": "sha512-6+tjNk7rXW7YTeGo9qwxXj/2BFpJTe37kTj3EnZCoX/nH+NP/WLA7O83fz8XhkGqsaAhLUPo/bB12vvd47nsmg==",
|
||||
"version": "3.0.11",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-3.0.11.tgz",
|
||||
"integrity": "sha512-3ziB8fHuXIRamV/akp/sqiWmNPR6X+9SB8Xxnozzj+Nq7hSpyKdFHd1FLpBkgfGFUTzzcBJQlDZPSyxzmdcx5A==",
|
||||
"requires": {
|
||||
"@smithy/types": "^2.6.0",
|
||||
"@smithy/types": "^2.7.0",
|
||||
"tslib": "^2.5.0"
|
||||
}
|
||||
},
|
||||
"@smithy/querystring-builder": {
|
||||
"version": "2.0.14",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-2.0.14.tgz",
|
||||
"integrity": "sha512-lQ4pm9vTv9nIhl5jt6uVMPludr6syE2FyJmHsIJJuOD7QPIJnrf9HhUGf1iHh9KJ4CUv21tpOU3X6s0rB6uJ0g==",
|
||||
"version": "2.0.15",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-2.0.15.tgz",
|
||||
"integrity": "sha512-e1q85aT6HutvouOdN+dMsN0jcdshp50PSCvxDvo6aIM57LqeXimjfONUEgfqQ4IFpYWAtVixptyIRE5frMp/2A==",
|
||||
"requires": {
|
||||
"@smithy/types": "^2.6.0",
|
||||
"@smithy/types": "^2.7.0",
|
||||
"@smithy/util-uri-escape": "^2.0.0",
|
||||
"tslib": "^2.5.0"
|
||||
}
|
||||
@@ -12795,9 +12795,9 @@
|
||||
}
|
||||
},
|
||||
"@smithy/types": {
|
||||
"version": "2.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.6.0.tgz",
|
||||
"integrity": "sha512-PgqxJq2IcdMF9iAasxcqZqqoOXBHufEfmbEUdN1pmJrJltT42b0Sc8UiYSWWzKkciIp9/mZDpzYi4qYG1qqg6g==",
|
||||
"version": "2.7.0",
|
||||
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.7.0.tgz",
|
||||
"integrity": "sha512-1OIFyhK+vOkMbu4aN2HZz/MomREkrAC/HqY5mlJMUJfGrPRwijJDTeiN8Rnj9zUaB8ogXAfIOtZrrgqZ4w7Wnw==",
|
||||
"requires": {
|
||||
"tslib": "^2.5.0"
|
||||
}
|
||||
|
||||
+1
-1
@@ -41,7 +41,7 @@
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.1",
|
||||
"@aws-sdk/client-sts": "^3",
|
||||
"@smithy/node-http-handler": "^2.1.10",
|
||||
"@smithy/node-http-handler": "^2.2.1",
|
||||
"https-proxy-agent": "^5.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user