@servicevic-oss/cdk-cleanup-certificate-validation-records 1.3.42 → 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.
Files changed (25) hide show
  1. package/.jsii +4 -4
  2. package/lib/index.js +2 -2
  3. package/node_modules/@aws-sdk/client-acm/dist-cjs/index.js +1 -1
  4. package/node_modules/@aws-sdk/client-acm/package.json +3 -3
  5. package/node_modules/@aws-sdk/client-route-53/dist-cjs/index.js +1 -1
  6. package/node_modules/@aws-sdk/client-route-53/package.json +3 -3
  7. package/node_modules/@aws-sdk/core/package.json +1 -1
  8. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  9. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +16 -10
  10. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +16 -10
  11. package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  12. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  13. package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
  14. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  15. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  16. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  17. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  18. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
  19. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
  20. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
  21. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
  22. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
  23. package/node_modules/@aws-sdk/nested-clients/package.json +2 -2
  24. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  25. 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.1080.0",
11
- "@aws-sdk/client-route-53": "^3.1080.0",
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.42",
8902
- "fingerprint": "Ya43l7fk/tsRKORJdc01NJfn5b0JKGByGIb3VdqX3j8="
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.42" };
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.42" };
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) {
@@ -71,7 +71,7 @@ const commonParams = {
71
71
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
72
72
  };
73
73
 
74
- var version = "3.1079.0";
74
+ var version = "3.1080.0";
75
75
  var packageInfo = {
76
76
  version: version};
77
77
 
@@ -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.1080.0",
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.28",
25
- "@aws-sdk/credential-provider-node": "^3.972.63",
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",
@@ -70,7 +70,7 @@ const commonParams = {
70
70
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
71
71
  };
72
72
 
73
- var version = "3.1079.0";
73
+ var version = "3.1080.0";
74
74
  var packageInfo = {
75
75
  version: version};
76
76
 
@@ -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.1080.0",
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.28",
29
- "@aws-sdk/credential-provider-node": "^3.972.63",
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.28",
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",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.972.54",
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.28",
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("awsContainerCredentialsFullUri will take precedence.");
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("awsContainerAuthorizationToken will take precedence.");
131
+ warn("awsContainerAuthorizationTokenFile will take precedence.");
132
132
  }
133
- if (full) {
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 (token) {
150
- request.headers.Authorization = token;
149
+ if (tokenFile) {
150
+ request.headers.Authorization = validateToken((await fs.readFile(tokenFile)).toString());
151
151
  }
152
- else if (tokenFile) {
153
- request.headers.Authorization = (await fs.readFile(tokenFile)).toString();
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("awsContainerCredentialsFullUri will take precedence.");
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("awsContainerAuthorizationToken will take precedence.");
31
+ warn("awsContainerAuthorizationTokenFile will take precedence.");
32
32
  }
33
- if (full) {
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 (token) {
50
- request.headers.Authorization = token;
49
+ if (tokenFile) {
50
+ request.headers.Authorization = validateToken((await fs.readFile(tokenFile)).toString());
51
51
  }
52
- else if (tokenFile) {
53
- request.headers.Authorization = (await fs.readFile(tokenFile)).toString();
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.56",
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.28",
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.61",
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.28",
32
- "@aws-sdk/credential-provider-env": "^3.972.54",
33
- "@aws-sdk/credential-provider-http": "^3.972.56",
34
- "@aws-sdk/credential-provider-login": "^3.972.60",
35
- "@aws-sdk/credential-provider-process": "^3.972.54",
36
- "@aws-sdk/credential-provider-sso": "^3.972.60",
37
- "@aws-sdk/credential-provider-web-identity": "^3.972.60",
38
- "@aws-sdk/nested-clients": "^3.997.28",
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.60",
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.28",
32
- "@aws-sdk/nested-clients": "^3.997.28",
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.63",
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.54",
35
- "@aws-sdk/credential-provider-http": "^3.972.56",
36
- "@aws-sdk/credential-provider-ini": "^3.972.61",
37
- "@aws-sdk/credential-provider-process": "^3.972.54",
38
- "@aws-sdk/credential-provider-sso": "^3.972.60",
39
- "@aws-sdk/credential-provider-web-identity": "^3.972.60",
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.54",
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.28",
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.60",
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.28",
32
- "@aws-sdk/nested-clients": "^3.997.28",
33
- "@aws-sdk/token-providers": "3.1080.0",
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.60",
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.28",
37
- "@aws-sdk/nested-clients": "^3.997.28",
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",
@@ -81,7 +81,7 @@ const commonParams = {
81
81
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
82
82
  };
83
83
 
84
- var version = "3.997.27";
84
+ var version = "3.997.28";
85
85
  var packageInfo = {
86
86
  version: version};
87
87
 
@@ -77,7 +77,7 @@ const commonParams = {
77
77
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
78
78
  };
79
79
 
80
- var version = "3.997.27";
80
+ var version = "3.997.28";
81
81
  var packageInfo = {
82
82
  version: version};
83
83
 
@@ -77,7 +77,7 @@ const commonParams = {
77
77
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
78
78
  };
79
79
 
80
- var version = "3.997.27";
80
+ var version = "3.997.28";
81
81
  var packageInfo = {
82
82
  version: version};
83
83
 
@@ -77,7 +77,7 @@ const commonParams = {
77
77
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
78
78
  };
79
79
 
80
- var version = "3.997.27";
80
+ var version = "3.997.28";
81
81
  var packageInfo = {
82
82
  version: version};
83
83
 
@@ -258,7 +258,7 @@ const commonParams = {
258
258
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
259
259
  };
260
260
 
261
- var version = "3.997.27";
261
+ var version = "3.997.28";
262
262
  var packageInfo = {
263
263
  version: version};
264
264
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/nested-clients",
3
- "version": "3.997.28",
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.28",
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.1080.0",
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.28",
33
- "@aws-sdk/nested-clients": "^3.997.28",
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.1080.0",
66
- "@aws-sdk/client-route-53": "^3.1080.0",
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.42",
94
+ "version": "1.3.43",
95
95
  "jest": {
96
96
  "coverageProvider": "v8",
97
97
  "testMatch": [