@servicevic-oss/cdk-cleanup-certificate-validation-records 1.3.41 → 1.3.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +4 -4
- package/lib/index.js +2 -2
- package/node_modules/@aws-sdk/client-acm/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/client-acm/package.json +3 -3
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/client-route-53/package.json +3 -3
- package/node_modules/@aws-sdk/core/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +16 -10
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +16 -10
- package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/package.json +3 -3
package/.jsii
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
]
|
|
8
8
|
},
|
|
9
9
|
"bundled": {
|
|
10
|
-
"@aws-sdk/client-acm": "^3.
|
|
11
|
-
"@aws-sdk/client-route-53": "^3.
|
|
10
|
+
"@aws-sdk/client-acm": "^3.1081.0",
|
|
11
|
+
"@aws-sdk/client-route-53": "^3.1081.0",
|
|
12
12
|
"@types/aws-lambda": "^8.10.162",
|
|
13
13
|
"async-await-retry": "^2.1.0"
|
|
14
14
|
},
|
|
@@ -8898,6 +8898,6 @@
|
|
|
8898
8898
|
"symbolId": "src/index:CertificateWithCleanup"
|
|
8899
8899
|
}
|
|
8900
8900
|
},
|
|
8901
|
-
"version": "1.3.
|
|
8902
|
-
"fingerprint": "
|
|
8901
|
+
"version": "1.3.43",
|
|
8902
|
+
"fingerprint": "MlNiz29BlYrQgxdLWVlAYN630m7+gmVBRqDajhjAJcY="
|
|
8903
8903
|
}
|
package/lib/index.js
CHANGED
|
@@ -43,7 +43,7 @@ const constructs_1 = require("constructs");
|
|
|
43
43
|
* leave behind when deleting a DNS validated certificate
|
|
44
44
|
*/
|
|
45
45
|
class CertificateValidationRecordCleanup extends constructs_1.Construct {
|
|
46
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@servicevic-oss/cdk-cleanup-certificate-validation-records.CertificateValidationRecordCleanup", version: "1.3.
|
|
46
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@servicevic-oss/cdk-cleanup-certificate-validation-records.CertificateValidationRecordCleanup", version: "1.3.43" };
|
|
47
47
|
static HANDLER_UID = 'CertRecordsCleanupHandler-2B663BAB-7981';
|
|
48
48
|
static PROVIDER_UID = 'CertRecordsCleanupProvider-57EBF059-2E26';
|
|
49
49
|
static LOG_GROUP_UID = 'CertRecordsCleanupLogGroup-57ABF051-1E25';
|
|
@@ -109,7 +109,7 @@ exports.CertificateValidationRecordCleanup = CertificateValidationRecordCleanup;
|
|
|
109
109
|
* A wrapper class for a vanilla `Certificate` object with automatic cleanup attached
|
|
110
110
|
*/
|
|
111
111
|
class CertificateWithCleanup extends cdk.aws_certificatemanager.Certificate {
|
|
112
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@servicevic-oss/cdk-cleanup-certificate-validation-records.CertificateWithCleanup", version: "1.3.
|
|
112
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@servicevic-oss/cdk-cleanup-certificate-validation-records.CertificateWithCleanup", version: "1.3.43" };
|
|
113
113
|
constructor(scope, id, props) {
|
|
114
114
|
super(scope, id, props);
|
|
115
115
|
if (props.validation && props.validation.props.hostedZone && props.validation?.method == cdk.aws_certificatemanager.ValidationMethod.DNS) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-acm",
|
|
3
3
|
"description": "AWS SDK for JavaScript Acm Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1081.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"module": "./dist-es/index.js",
|
|
22
22
|
"sideEffects": false,
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@aws-sdk/core": "^3.974.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.974.29",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.64",
|
|
26
26
|
"@aws-sdk/types": "^3.973.15",
|
|
27
27
|
"@smithy/core": "^3.29.0",
|
|
28
28
|
"@smithy/fetch-http-handler": "^5.6.2",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-route-53",
|
|
3
3
|
"description": "AWS SDK for JavaScript Route 53 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1081.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"module": "./dist-es/index.js",
|
|
26
26
|
"sideEffects": false,
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@aws-sdk/core": "^3.974.
|
|
29
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
28
|
+
"@aws-sdk/core": "^3.974.29",
|
|
29
|
+
"@aws-sdk/credential-provider-node": "^3.972.64",
|
|
30
30
|
"@aws-sdk/middleware-sdk-route53": "^3.972.19",
|
|
31
31
|
"@aws-sdk/types": "^3.973.15",
|
|
32
32
|
"@smithy/core": "^3.29.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/core",
|
|
3
|
-
"version": "3.974.
|
|
3
|
+
"version": "3.974.29",
|
|
4
4
|
"description": "Core functions & classes shared by multiple AWS SDK clients.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"clean": "premove dist-cjs dist-es dist-types",
|
|
13
13
|
"extract:docs": "api-extractor run --local",
|
|
14
14
|
"lint": "node ../../scripts/validation/submodules-linter.js",
|
|
15
|
-
"prebuild": "
|
|
15
|
+
"prebuild": "yarn lint",
|
|
16
16
|
"test": "yarn g:vitest run",
|
|
17
17
|
"test:watch": "yarn g:vitest watch",
|
|
18
18
|
"test:integration": "yarn g:vitest run -c vitest.config.integ.mts && yarn test:temp:retry",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-env",
|
|
3
|
-
"version": "3.972.
|
|
3
|
+
"version": "3.972.55",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from known environment variables",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"license": "Apache-2.0",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@aws-sdk/core": "^3.974.
|
|
29
|
+
"@aws-sdk/core": "^3.974.29",
|
|
30
30
|
"@aws-sdk/types": "^3.973.15",
|
|
31
31
|
"@smithy/core": "^3.29.0",
|
|
32
32
|
"@smithy/types": "^4.15.1",
|
|
@@ -123,19 +123,19 @@ const fromHttp = (options = {}) => {
|
|
|
123
123
|
if (relative && full) {
|
|
124
124
|
warn("@aws-sdk/credential-provider-http: " +
|
|
125
125
|
"you have set both awsContainerCredentialsRelativeUri and awsContainerCredentialsFullUri.");
|
|
126
|
-
warn("
|
|
126
|
+
warn("awsContainerCredentialsRelativeUri will take precedence.");
|
|
127
127
|
}
|
|
128
128
|
if (token && tokenFile) {
|
|
129
129
|
warn("@aws-sdk/credential-provider-http: " +
|
|
130
130
|
"you have set both awsContainerAuthorizationToken and awsContainerAuthorizationTokenFile.");
|
|
131
|
-
warn("
|
|
131
|
+
warn("awsContainerAuthorizationTokenFile will take precedence.");
|
|
132
132
|
}
|
|
133
|
-
if (
|
|
134
|
-
host = full;
|
|
135
|
-
}
|
|
136
|
-
else if (relative) {
|
|
133
|
+
if (relative) {
|
|
137
134
|
host = `${DEFAULT_LINK_LOCAL_HOST}${relative}`;
|
|
138
135
|
}
|
|
136
|
+
else if (full) {
|
|
137
|
+
host = full;
|
|
138
|
+
}
|
|
139
139
|
else {
|
|
140
140
|
throw new CredentialsProviderError(`No HTTP credential provider host provided.
|
|
141
141
|
Set AWS_CONTAINER_CREDENTIALS_FULL_URI or AWS_CONTAINER_CREDENTIALS_RELATIVE_URI.`, { logger: options.logger });
|
|
@@ -146,11 +146,11 @@ Set AWS_CONTAINER_CREDENTIALS_FULL_URI or AWS_CONTAINER_CREDENTIALS_RELATIVE_URI
|
|
|
146
146
|
const requestTimeout = options.timeout ?? 1000;
|
|
147
147
|
const provider = retryWrapper(async () => {
|
|
148
148
|
const request = createGetRequest(url);
|
|
149
|
-
if (
|
|
150
|
-
request.headers.Authorization =
|
|
149
|
+
if (tokenFile) {
|
|
150
|
+
request.headers.Authorization = validateToken((await fs.readFile(tokenFile)).toString());
|
|
151
151
|
}
|
|
152
|
-
else if (
|
|
153
|
-
request.headers.Authorization = (
|
|
152
|
+
else if (token) {
|
|
153
|
+
request.headers.Authorization = validateToken(token);
|
|
154
154
|
}
|
|
155
155
|
try {
|
|
156
156
|
const result = await requestHandler.handle(request, { requestTimeout });
|
|
@@ -169,5 +169,11 @@ Set AWS_CONTAINER_CREDENTIALS_FULL_URI or AWS_CONTAINER_CREDENTIALS_RELATIVE_URI
|
|
|
169
169
|
}
|
|
170
170
|
};
|
|
171
171
|
};
|
|
172
|
+
const validateToken = (token) => {
|
|
173
|
+
if (token.includes("\r\n")) {
|
|
174
|
+
throw new CredentialsProviderError("Authorization token contains invalid \\r\\n sequence.");
|
|
175
|
+
}
|
|
176
|
+
return token;
|
|
177
|
+
};
|
|
172
178
|
|
|
173
179
|
exports.fromHttp = fromHttp;
|
|
@@ -23,19 +23,19 @@ export const fromHttp = (options = {}) => {
|
|
|
23
23
|
if (relative && full) {
|
|
24
24
|
warn("@aws-sdk/credential-provider-http: " +
|
|
25
25
|
"you have set both awsContainerCredentialsRelativeUri and awsContainerCredentialsFullUri.");
|
|
26
|
-
warn("
|
|
26
|
+
warn("awsContainerCredentialsRelativeUri will take precedence.");
|
|
27
27
|
}
|
|
28
28
|
if (token && tokenFile) {
|
|
29
29
|
warn("@aws-sdk/credential-provider-http: " +
|
|
30
30
|
"you have set both awsContainerAuthorizationToken and awsContainerAuthorizationTokenFile.");
|
|
31
|
-
warn("
|
|
31
|
+
warn("awsContainerAuthorizationTokenFile will take precedence.");
|
|
32
32
|
}
|
|
33
|
-
if (
|
|
34
|
-
host = full;
|
|
35
|
-
}
|
|
36
|
-
else if (relative) {
|
|
33
|
+
if (relative) {
|
|
37
34
|
host = `${DEFAULT_LINK_LOCAL_HOST}${relative}`;
|
|
38
35
|
}
|
|
36
|
+
else if (full) {
|
|
37
|
+
host = full;
|
|
38
|
+
}
|
|
39
39
|
else {
|
|
40
40
|
throw new CredentialsProviderError(`No HTTP credential provider host provided.
|
|
41
41
|
Set AWS_CONTAINER_CREDENTIALS_FULL_URI or AWS_CONTAINER_CREDENTIALS_RELATIVE_URI.`, { logger: options.logger });
|
|
@@ -46,11 +46,11 @@ Set AWS_CONTAINER_CREDENTIALS_FULL_URI or AWS_CONTAINER_CREDENTIALS_RELATIVE_URI
|
|
|
46
46
|
const requestTimeout = options.timeout ?? 1000;
|
|
47
47
|
const provider = retryWrapper(async () => {
|
|
48
48
|
const request = createGetRequest(url);
|
|
49
|
-
if (
|
|
50
|
-
request.headers.Authorization =
|
|
49
|
+
if (tokenFile) {
|
|
50
|
+
request.headers.Authorization = validateToken((await fs.readFile(tokenFile)).toString());
|
|
51
51
|
}
|
|
52
|
-
else if (
|
|
53
|
-
request.headers.Authorization = (
|
|
52
|
+
else if (token) {
|
|
53
|
+
request.headers.Authorization = validateToken(token);
|
|
54
54
|
}
|
|
55
55
|
try {
|
|
56
56
|
const result = await requestHandler.handle(request, { requestTimeout });
|
|
@@ -69,3 +69,9 @@ Set AWS_CONTAINER_CREDENTIALS_FULL_URI or AWS_CONTAINER_CREDENTIALS_RELATIVE_URI
|
|
|
69
69
|
}
|
|
70
70
|
};
|
|
71
71
|
};
|
|
72
|
+
const validateToken = (token) => {
|
|
73
|
+
if (token.includes("\r\n")) {
|
|
74
|
+
throw new CredentialsProviderError("Authorization token contains invalid \\r\\n sequence.");
|
|
75
|
+
}
|
|
76
|
+
return token;
|
|
77
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-http",
|
|
3
|
-
"version": "3.972.
|
|
3
|
+
"version": "3.972.57",
|
|
4
4
|
"description": "AWS credential provider for containers and HTTP sources",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"license": "Apache-2.0",
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@aws-sdk/core": "^3.974.
|
|
39
|
+
"@aws-sdk/core": "^3.974.29",
|
|
40
40
|
"@aws-sdk/types": "^3.973.15",
|
|
41
41
|
"@smithy/core": "^3.29.0",
|
|
42
42
|
"@smithy/fetch-http-handler": "^5.6.2",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-ini",
|
|
3
|
-
"version": "3.972.
|
|
3
|
+
"version": "3.972.62",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
},
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@aws-sdk/core": "^3.974.
|
|
32
|
-
"@aws-sdk/credential-provider-env": "^3.972.
|
|
33
|
-
"@aws-sdk/credential-provider-http": "^3.972.
|
|
34
|
-
"@aws-sdk/credential-provider-login": "^3.972.
|
|
35
|
-
"@aws-sdk/credential-provider-process": "^3.972.
|
|
36
|
-
"@aws-sdk/credential-provider-sso": "^3.972.
|
|
37
|
-
"@aws-sdk/credential-provider-web-identity": "^3.972.
|
|
38
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
31
|
+
"@aws-sdk/core": "^3.974.29",
|
|
32
|
+
"@aws-sdk/credential-provider-env": "^3.972.55",
|
|
33
|
+
"@aws-sdk/credential-provider-http": "^3.972.57",
|
|
34
|
+
"@aws-sdk/credential-provider-login": "^3.972.61",
|
|
35
|
+
"@aws-sdk/credential-provider-process": "^3.972.55",
|
|
36
|
+
"@aws-sdk/credential-provider-sso": "^3.972.61",
|
|
37
|
+
"@aws-sdk/credential-provider-web-identity": "^3.972.61",
|
|
38
|
+
"@aws-sdk/nested-clients": "^3.997.29",
|
|
39
39
|
"@aws-sdk/types": "^3.973.15",
|
|
40
40
|
"@smithy/core": "^3.29.0",
|
|
41
41
|
"@smithy/credential-provider-imds": "^4.4.5",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-login",
|
|
3
|
-
"version": "3.972.
|
|
3
|
+
"version": "3.972.61",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from aws login cached tokens",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
},
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@aws-sdk/core": "^3.974.
|
|
32
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
31
|
+
"@aws-sdk/core": "^3.974.29",
|
|
32
|
+
"@aws-sdk/nested-clients": "^3.997.29",
|
|
33
33
|
"@aws-sdk/types": "^3.973.15",
|
|
34
34
|
"@smithy/core": "^3.29.0",
|
|
35
35
|
"@smithy/types": "^4.15.1",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-node",
|
|
3
|
-
"version": "3.972.
|
|
3
|
+
"version": "3.972.64",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from a Node.JS environment. ",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
},
|
|
32
32
|
"license": "Apache-2.0",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@aws-sdk/credential-provider-env": "^3.972.
|
|
35
|
-
"@aws-sdk/credential-provider-http": "^3.972.
|
|
36
|
-
"@aws-sdk/credential-provider-ini": "^3.972.
|
|
37
|
-
"@aws-sdk/credential-provider-process": "^3.972.
|
|
38
|
-
"@aws-sdk/credential-provider-sso": "^3.972.
|
|
39
|
-
"@aws-sdk/credential-provider-web-identity": "^3.972.
|
|
34
|
+
"@aws-sdk/credential-provider-env": "^3.972.55",
|
|
35
|
+
"@aws-sdk/credential-provider-http": "^3.972.57",
|
|
36
|
+
"@aws-sdk/credential-provider-ini": "^3.972.62",
|
|
37
|
+
"@aws-sdk/credential-provider-process": "^3.972.55",
|
|
38
|
+
"@aws-sdk/credential-provider-sso": "^3.972.61",
|
|
39
|
+
"@aws-sdk/credential-provider-web-identity": "^3.972.61",
|
|
40
40
|
"@aws-sdk/types": "^3.973.15",
|
|
41
41
|
"@smithy/core": "^3.29.0",
|
|
42
42
|
"@smithy/credential-provider-imds": "^4.4.5",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-process",
|
|
3
|
-
"version": "3.972.
|
|
3
|
+
"version": "3.972.55",
|
|
4
4
|
"description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"license": "Apache-2.0",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@aws-sdk/core": "^3.974.
|
|
29
|
+
"@aws-sdk/core": "^3.974.29",
|
|
30
30
|
"@aws-sdk/types": "^3.973.15",
|
|
31
31
|
"@smithy/core": "^3.29.0",
|
|
32
32
|
"@smithy/types": "^4.15.1",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-sso",
|
|
3
|
-
"version": "3.972.
|
|
3
|
+
"version": "3.972.61",
|
|
4
4
|
"description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
},
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@aws-sdk/core": "^3.974.
|
|
32
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
33
|
-
"@aws-sdk/token-providers": "3.
|
|
31
|
+
"@aws-sdk/core": "^3.974.29",
|
|
32
|
+
"@aws-sdk/nested-clients": "^3.997.29",
|
|
33
|
+
"@aws-sdk/token-providers": "3.1081.0",
|
|
34
34
|
"@aws-sdk/types": "^3.973.15",
|
|
35
35
|
"@smithy/core": "^3.29.0",
|
|
36
36
|
"@smithy/types": "^4.15.1",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-web-identity",
|
|
3
|
-
"version": "3.972.
|
|
3
|
+
"version": "3.972.61",
|
|
4
4
|
"description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
},
|
|
34
34
|
"license": "Apache-2.0",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@aws-sdk/core": "^3.974.
|
|
37
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
36
|
+
"@aws-sdk/core": "^3.974.29",
|
|
37
|
+
"@aws-sdk/nested-clients": "^3.997.29",
|
|
38
38
|
"@aws-sdk/types": "^3.973.15",
|
|
39
39
|
"@smithy/core": "^3.29.0",
|
|
40
40
|
"@smithy/types": "^4.15.1",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/nested-clients",
|
|
3
|
-
"version": "3.997.
|
|
3
|
+
"version": "3.997.29",
|
|
4
4
|
"description": "Nested clients for AWS SDK packages.",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@aws-sdk/core": "^3.974.
|
|
31
|
+
"@aws-sdk/core": "^3.974.29",
|
|
32
32
|
"@aws-sdk/signature-v4-multi-region": "^3.996.38",
|
|
33
33
|
"@aws-sdk/types": "^3.973.15",
|
|
34
34
|
"@smithy/core": "^3.29.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/token-providers",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1081.0",
|
|
4
4
|
"description": "A collection of token providers",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
},
|
|
30
30
|
"license": "Apache-2.0",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@aws-sdk/core": "^3.974.
|
|
33
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
32
|
+
"@aws-sdk/core": "^3.974.29",
|
|
33
|
+
"@aws-sdk/nested-clients": "^3.997.29",
|
|
34
34
|
"@aws-sdk/types": "^3.973.15",
|
|
35
35
|
"@smithy/core": "^3.29.0",
|
|
36
36
|
"@smithy/types": "^4.15.1",
|
package/package.json
CHANGED
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"constructs": "^10.5.1"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@aws-sdk/client-acm": "^3.
|
|
66
|
-
"@aws-sdk/client-route-53": "^3.
|
|
65
|
+
"@aws-sdk/client-acm": "^3.1081.0",
|
|
66
|
+
"@aws-sdk/client-route-53": "^3.1081.0",
|
|
67
67
|
"@types/aws-lambda": "^8.10.162",
|
|
68
68
|
"async-await-retry": "^2.1.0"
|
|
69
69
|
},
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"publishConfig": {
|
|
92
92
|
"access": "public"
|
|
93
93
|
},
|
|
94
|
-
"version": "1.3.
|
|
94
|
+
"version": "1.3.43",
|
|
95
95
|
"jest": {
|
|
96
96
|
"coverageProvider": "v8",
|
|
97
97
|
"testMatch": [
|