@jjrawlins/cdk-diff-pr-github-action 1.9.2 → 1.9.3

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 (67) hide show
  1. package/.jsii +3 -3
  2. package/cdkdiffprgithubaction/jsii/jsii.go +2 -2
  3. package/cdkdiffprgithubaction/version +1 -1
  4. package/lib/CdkDiffIamTemplate.js +2 -2
  5. package/lib/CdkDiffIamTemplateStackSet.js +2 -2
  6. package/lib/CdkDiffStackWorkflow.js +1 -1
  7. package/lib/CdkDriftDetectionWorkflow.js +1 -1
  8. package/lib/CdkDriftIamTemplate.js +2 -2
  9. package/node_modules/@aws-sdk/client-cloudformation/package.json +5 -5
  10. package/node_modules/@aws-sdk/core/dist-cjs/index.js +7 -15
  11. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +7 -15
  12. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +2 -8
  13. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +5 -7
  14. package/node_modules/@aws-sdk/core/package.json +1 -1
  15. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  16. package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  17. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  18. package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
  19. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  20. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  21. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  22. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  23. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  24. package/node_modules/@aws-sdk/nested-clients/package.json +4 -4
  25. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  26. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  27. package/node_modules/@smithy/abort-controller/package.json +2 -2
  28. package/node_modules/@smithy/config-resolver/package.json +6 -6
  29. package/node_modules/@smithy/core/package.json +11 -11
  30. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  31. package/node_modules/@smithy/fetch-http-handler/package.json +6 -6
  32. package/node_modules/@smithy/hash-node/package.json +4 -4
  33. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  34. package/node_modules/@smithy/is-array-buffer/package.json +2 -2
  35. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  36. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  37. package/node_modules/@smithy/middleware-retry/package.json +9 -9
  38. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  39. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  40. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  41. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  42. package/node_modules/@smithy/property-provider/package.json +2 -2
  43. package/node_modules/@smithy/protocol-http/package.json +2 -2
  44. package/node_modules/@smithy/querystring-builder/package.json +3 -3
  45. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  46. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  47. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  48. package/node_modules/@smithy/signature-v4/package.json +8 -8
  49. package/node_modules/@smithy/smithy-client/package.json +7 -7
  50. package/node_modules/@smithy/url-parser/package.json +3 -3
  51. package/node_modules/@smithy/util-base64/package.json +4 -4
  52. package/node_modules/@smithy/util-body-length-browser/package.json +2 -2
  53. package/node_modules/@smithy/util-body-length-node/package.json +2 -2
  54. package/node_modules/@smithy/util-buffer-from/package.json +3 -3
  55. package/node_modules/@smithy/util-config-provider/package.json +2 -2
  56. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  57. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  58. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  59. package/node_modules/@smithy/util-hex-encoding/package.json +2 -2
  60. package/node_modules/@smithy/util-middleware/package.json +2 -2
  61. package/node_modules/@smithy/util-retry/package.json +3 -3
  62. package/node_modules/@smithy/util-stream/package.json +8 -8
  63. package/node_modules/@smithy/util-uri-escape/package.json +2 -2
  64. package/node_modules/@smithy/util-utf8/package.json +3 -3
  65. package/node_modules/@smithy/util-waiter/package.json +3 -3
  66. package/node_modules/@smithy/uuid/package.json +2 -2
  67. package/package.json +2 -2
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/protocol-http",
3
- "version": "5.3.10",
3
+ "version": "5.3.11",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline protocol-http",
@@ -32,7 +32,7 @@
32
32
  "node": ">=18.0.0"
33
33
  },
34
34
  "typesVersions": {
35
- "<4.0": {
35
+ "<4.5": {
36
36
  "dist-types/*": [
37
37
  "dist-types/ts3.4/*"
38
38
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/querystring-builder",
3
- "version": "4.2.10",
3
+ "version": "4.2.11",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline querystring-builder",
@@ -24,14 +24,14 @@
24
24
  "sideEffects": false,
25
25
  "dependencies": {
26
26
  "@smithy/types": "^4.13.0",
27
- "@smithy/util-uri-escape": "^4.2.1",
27
+ "@smithy/util-uri-escape": "^4.2.2",
28
28
  "tslib": "^2.6.2"
29
29
  },
30
30
  "engines": {
31
31
  "node": ">=18.0.0"
32
32
  },
33
33
  "typesVersions": {
34
- "<4.0": {
34
+ "<4.5": {
35
35
  "dist-types/*": [
36
36
  "dist-types/ts3.4/*"
37
37
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/querystring-parser",
3
- "version": "4.2.10",
3
+ "version": "4.2.11",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline querystring-parser",
@@ -31,7 +31,7 @@
31
31
  "node": ">=18.0.0"
32
32
  },
33
33
  "typesVersions": {
34
- "<4.0": {
34
+ "<4.5": {
35
35
  "dist-types/*": [
36
36
  "dist-types/ts3.4/*"
37
37
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/service-error-classification",
3
- "version": "4.2.10",
3
+ "version": "4.2.11",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline service-error-classification",
@@ -33,7 +33,7 @@
33
33
  "node": ">=18.0.0"
34
34
  },
35
35
  "typesVersions": {
36
- "<4.0": {
36
+ "<4.5": {
37
37
  "dist-types/*": [
38
38
  "dist-types/ts3.4/*"
39
39
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/shared-ini-file-loader",
3
- "version": "4.4.5",
3
+ "version": "4.4.6",
4
4
  "dependencies": {
5
5
  "@smithy/types": "^4.13.0",
6
6
  "tslib": "^2.6.2"
@@ -49,7 +49,7 @@
49
49
  "node": ">=18.0.0"
50
50
  },
51
51
  "typesVersions": {
52
- "<4.0": {
52
+ "<4.5": {
53
53
  "dist-types/*": [
54
54
  "dist-types/ts3.4/*"
55
55
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/signature-v4",
3
- "version": "5.3.10",
3
+ "version": "5.3.11",
4
4
  "description": "A standalone implementation of the AWS Signature V4 request signing algorithm",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,13 +26,13 @@
26
26
  "license": "Apache-2.0",
27
27
  "sideEffects": false,
28
28
  "dependencies": {
29
- "@smithy/is-array-buffer": "^4.2.1",
30
- "@smithy/protocol-http": "^5.3.10",
29
+ "@smithy/is-array-buffer": "^4.2.2",
30
+ "@smithy/protocol-http": "^5.3.11",
31
31
  "@smithy/types": "^4.13.0",
32
- "@smithy/util-hex-encoding": "^4.2.1",
33
- "@smithy/util-middleware": "^4.2.10",
34
- "@smithy/util-uri-escape": "^4.2.1",
35
- "@smithy/util-utf8": "^4.2.1",
32
+ "@smithy/util-hex-encoding": "^4.2.2",
33
+ "@smithy/util-middleware": "^4.2.11",
34
+ "@smithy/util-uri-escape": "^4.2.2",
35
+ "@smithy/util-utf8": "^4.2.2",
36
36
  "tslib": "^2.6.2"
37
37
  },
38
38
  "devDependencies": {
@@ -46,7 +46,7 @@
46
46
  "node": ">=18.0.0"
47
47
  },
48
48
  "typesVersions": {
49
- "<4.0": {
49
+ "<4.5": {
50
50
  "dist-types/*": [
51
51
  "dist-types/ts3.4/*"
52
52
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/smithy-client",
3
- "version": "4.12.1",
3
+ "version": "4.12.2",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline smithy-client",
@@ -27,19 +27,19 @@
27
27
  "license": "Apache-2.0",
28
28
  "sideEffects": false,
29
29
  "dependencies": {
30
- "@smithy/core": "^3.23.7",
31
- "@smithy/middleware-endpoint": "^4.4.21",
32
- "@smithy/middleware-stack": "^4.2.10",
33
- "@smithy/protocol-http": "^5.3.10",
30
+ "@smithy/core": "^3.23.8",
31
+ "@smithy/middleware-endpoint": "^4.4.22",
32
+ "@smithy/middleware-stack": "^4.2.11",
33
+ "@smithy/protocol-http": "^5.3.11",
34
34
  "@smithy/types": "^4.13.0",
35
- "@smithy/util-stream": "^4.5.16",
35
+ "@smithy/util-stream": "^4.5.17",
36
36
  "tslib": "^2.6.2"
37
37
  },
38
38
  "engines": {
39
39
  "node": ">=18.0.0"
40
40
  },
41
41
  "typesVersions": {
42
- "<4.0": {
42
+ "<4.5": {
43
43
  "dist-types/*": [
44
44
  "dist-types/ts3.4/*"
45
45
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/url-parser",
3
- "version": "4.2.10",
3
+ "version": "4.2.11",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline url-parser",
@@ -24,12 +24,12 @@
24
24
  "license": "Apache-2.0",
25
25
  "sideEffects": false,
26
26
  "dependencies": {
27
- "@smithy/querystring-parser": "^4.2.10",
27
+ "@smithy/querystring-parser": "^4.2.11",
28
28
  "@smithy/types": "^4.13.0",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "typesVersions": {
32
- "<4.0": {
32
+ "<4.5": {
33
33
  "dist-types/*": [
34
34
  "dist-types/ts3.4/*"
35
35
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-base64",
3
- "version": "4.3.1",
3
+ "version": "4.3.2",
4
4
  "description": "A Base64 <-> UInt8Array converter",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -24,8 +24,8 @@
24
24
  "license": "Apache-2.0",
25
25
  "sideEffects": false,
26
26
  "dependencies": {
27
- "@smithy/util-buffer-from": "^4.2.1",
28
- "@smithy/util-utf8": "^4.2.1",
27
+ "@smithy/util-buffer-from": "^4.2.2",
28
+ "@smithy/util-utf8": "^4.2.2",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "devDependencies": {
@@ -40,7 +40,7 @@
40
40
  "node": ">=18.0.0"
41
41
  },
42
42
  "typesVersions": {
43
- "<4.0": {
43
+ "<4.5": {
44
44
  "dist-types/*": [
45
45
  "dist-types/ts3.4/*"
46
46
  ]
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@smithy/util-body-length-browser",
3
3
  "description": "Determines the length of a request body in browsers",
4
- "version": "4.2.1",
4
+ "version": "4.2.2",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
7
7
  "build:cjs": "node ../../scripts/inline util-body-length-browser",
@@ -28,7 +28,7 @@
28
28
  "tslib": "^2.6.2"
29
29
  },
30
30
  "typesVersions": {
31
- "<4.0": {
31
+ "<4.5": {
32
32
  "dist-types/*": [
33
33
  "dist-types/ts3.4/*"
34
34
  ]
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@smithy/util-body-length-node",
3
3
  "description": "Determines the length of a request body in node.js",
4
- "version": "4.2.2",
4
+ "version": "4.2.3",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
7
7
  "build:cjs": "node ../../scripts/inline util-body-length-node",
@@ -38,7 +38,7 @@
38
38
  "node": ">=18.0.0"
39
39
  },
40
40
  "typesVersions": {
41
- "<4.0": {
41
+ "<4.5": {
42
42
  "dist-types/*": [
43
43
  "dist-types/ts3.4/*"
44
44
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-buffer-from",
3
- "version": "4.2.1",
3
+ "version": "4.2.2",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline util-buffer-from",
@@ -21,7 +21,7 @@
21
21
  "license": "Apache-2.0",
22
22
  "sideEffects": false,
23
23
  "dependencies": {
24
- "@smithy/is-array-buffer": "^4.2.1",
24
+ "@smithy/is-array-buffer": "^4.2.2",
25
25
  "tslib": "^2.6.2"
26
26
  },
27
27
  "devDependencies": {
@@ -38,7 +38,7 @@
38
38
  "node": ">=18.0.0"
39
39
  },
40
40
  "typesVersions": {
41
- "<4.0": {
41
+ "<4.5": {
42
42
  "dist-types/*": [
43
43
  "dist-types/ts3.4/*"
44
44
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-config-provider",
3
- "version": "4.2.1",
3
+ "version": "4.2.2",
4
4
  "description": "Utilities package for configuration providers",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
@@ -39,7 +39,7 @@
39
39
  "node": ">=18.0.0"
40
40
  },
41
41
  "typesVersions": {
42
- "<4.0": {
42
+ "<4.5": {
43
43
  "dist-types/*": [
44
44
  "dist-types/ts3.4/*"
45
45
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-defaults-mode-browser",
3
- "version": "4.3.37",
3
+ "version": "4.3.38",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline util-defaults-mode-browser",
@@ -24,8 +24,8 @@
24
24
  "license": "Apache-2.0",
25
25
  "sideEffects": false,
26
26
  "dependencies": {
27
- "@smithy/property-provider": "^4.2.10",
28
- "@smithy/smithy-client": "^4.12.1",
27
+ "@smithy/property-provider": "^4.2.11",
28
+ "@smithy/smithy-client": "^4.12.2",
29
29
  "@smithy/types": "^4.13.0",
30
30
  "tslib": "^2.6.2"
31
31
  },
@@ -40,7 +40,7 @@
40
40
  "node": ">=18.0.0"
41
41
  },
42
42
  "typesVersions": {
43
- "<4.0": {
43
+ "<4.5": {
44
44
  "dist-types/*": [
45
45
  "dist-types/ts3.4/*"
46
46
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-defaults-mode-node",
3
- "version": "4.2.40",
3
+ "version": "4.2.41",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline util-defaults-mode-node",
@@ -24,11 +24,11 @@
24
24
  "license": "Apache-2.0",
25
25
  "sideEffects": false,
26
26
  "dependencies": {
27
- "@smithy/config-resolver": "^4.4.9",
28
- "@smithy/credential-provider-imds": "^4.2.10",
29
- "@smithy/node-config-provider": "^4.3.10",
30
- "@smithy/property-provider": "^4.2.10",
31
- "@smithy/smithy-client": "^4.12.1",
27
+ "@smithy/config-resolver": "^4.4.10",
28
+ "@smithy/credential-provider-imds": "^4.2.11",
29
+ "@smithy/node-config-provider": "^4.3.11",
30
+ "@smithy/property-provider": "^4.2.11",
31
+ "@smithy/smithy-client": "^4.12.2",
32
32
  "@smithy/types": "^4.13.0",
33
33
  "tslib": "^2.6.2"
34
34
  },
@@ -43,7 +43,7 @@
43
43
  "node": ">=18.0.0"
44
44
  },
45
45
  "typesVersions": {
46
- "<4.0": {
46
+ "<4.5": {
47
47
  "dist-types/*": [
48
48
  "dist-types/ts3.4/*"
49
49
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-endpoints",
3
- "version": "3.3.1",
3
+ "version": "3.3.2",
4
4
  "description": "Utilities to help with endpoint resolution.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,7 +29,7 @@
29
29
  "license": "Apache-2.0",
30
30
  "sideEffects": false,
31
31
  "dependencies": {
32
- "@smithy/node-config-provider": "^4.3.10",
32
+ "@smithy/node-config-provider": "^4.3.11",
33
33
  "@smithy/types": "^4.13.0",
34
34
  "tslib": "^2.6.2"
35
35
  },
@@ -45,7 +45,7 @@
45
45
  "node": ">=18.0.0"
46
46
  },
47
47
  "typesVersions": {
48
- "<4.0": {
48
+ "<4.5": {
49
49
  "types/*": [
50
50
  "types/ts3.4/*"
51
51
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-hex-encoding",
3
- "version": "4.2.1",
3
+ "version": "4.2.2",
4
4
  "description": "Converts binary buffers to and from lowercase hexadecimal encoding",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
@@ -31,7 +31,7 @@
31
31
  "node": ">=18.0.0"
32
32
  },
33
33
  "typesVersions": {
34
- "<4.0": {
34
+ "<4.5": {
35
35
  "dist-types/*": [
36
36
  "dist-types/ts3.4/*"
37
37
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-middleware",
3
- "version": "4.2.10",
3
+ "version": "4.2.11",
4
4
  "description": "Shared utilities for to be used in middleware packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -43,7 +43,7 @@
43
43
  "node": ">=18.0.0"
44
44
  },
45
45
  "typesVersions": {
46
- "<4.0": {
46
+ "<4.5": {
47
47
  "types/*": [
48
48
  "types/ts3.4/*"
49
49
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-retry",
3
- "version": "4.2.10",
3
+ "version": "4.2.11",
4
4
  "description": "Shared retry utilities to be used in middleware packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -31,7 +31,7 @@
31
31
  "license": "Apache-2.0",
32
32
  "sideEffects": false,
33
33
  "dependencies": {
34
- "@smithy/service-error-classification": "^4.2.10",
34
+ "@smithy/service-error-classification": "^4.2.11",
35
35
  "@smithy/types": "^4.13.0",
36
36
  "tslib": "^2.6.2"
37
37
  },
@@ -47,7 +47,7 @@
47
47
  "node": ">=18.0.0"
48
48
  },
49
49
  "typesVersions": {
50
- "<4.0": {
50
+ "<4.5": {
51
51
  "types/*": [
52
52
  "types/ts3.4/*"
53
53
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-stream",
3
- "version": "4.5.16",
3
+ "version": "4.5.17",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline util-stream",
@@ -29,13 +29,13 @@
29
29
  "license": "Apache-2.0",
30
30
  "sideEffects": false,
31
31
  "dependencies": {
32
- "@smithy/fetch-http-handler": "^5.3.12",
33
- "@smithy/node-http-handler": "^4.4.13",
32
+ "@smithy/fetch-http-handler": "^5.3.13",
33
+ "@smithy/node-http-handler": "^4.4.14",
34
34
  "@smithy/types": "^4.13.0",
35
- "@smithy/util-base64": "^4.3.1",
36
- "@smithy/util-buffer-from": "^4.2.1",
37
- "@smithy/util-hex-encoding": "^4.2.1",
38
- "@smithy/util-utf8": "^4.2.1",
35
+ "@smithy/util-base64": "^4.3.2",
36
+ "@smithy/util-buffer-from": "^4.2.2",
37
+ "@smithy/util-hex-encoding": "^4.2.2",
38
+ "@smithy/util-utf8": "^4.2.2",
39
39
  "tslib": "^2.6.2"
40
40
  },
41
41
  "devDependencies": {
@@ -50,7 +50,7 @@
50
50
  "node": ">=18.0.0"
51
51
  },
52
52
  "typesVersions": {
53
- "<4.0": {
53
+ "<4.5": {
54
54
  "dist-types/*": [
55
55
  "dist-types/ts3.4/*"
56
56
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-uri-escape",
3
- "version": "4.2.1",
3
+ "version": "4.2.2",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline util-uri-escape",
@@ -30,7 +30,7 @@
30
30
  "node": ">=18.0.0"
31
31
  },
32
32
  "typesVersions": {
33
- "<4.0": {
33
+ "<4.5": {
34
34
  "dist-types/*": [
35
35
  "dist-types/ts3.4/*"
36
36
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-utf8",
3
- "version": "4.2.1",
3
+ "version": "4.2.2",
4
4
  "description": "A UTF-8 string <-> UInt8Array converter",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -24,7 +24,7 @@
24
24
  "license": "Apache-2.0",
25
25
  "sideEffects": false,
26
26
  "dependencies": {
27
- "@smithy/util-buffer-from": "^4.2.1",
27
+ "@smithy/util-buffer-from": "^4.2.2",
28
28
  "tslib": "^2.6.2"
29
29
  },
30
30
  "devDependencies": {
@@ -38,7 +38,7 @@
38
38
  "node": ">=18.0.0"
39
39
  },
40
40
  "typesVersions": {
41
- "<4.0": {
41
+ "<4.5": {
42
42
  "dist-types/*": [
43
43
  "dist-types/ts3.4/*"
44
44
  ]
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@smithy/util-waiter",
3
- "version": "4.2.10",
3
+ "version": "4.2.11",
4
4
  "description": "Shared utilities for client waiters for the AWS SDK",
5
5
  "dependencies": {
6
- "@smithy/abort-controller": "^4.2.10",
6
+ "@smithy/abort-controller": "^4.2.11",
7
7
  "@smithy/types": "^4.13.0",
8
8
  "tslib": "^2.6.2"
9
9
  },
@@ -33,7 +33,7 @@
33
33
  "node": ">=18.0.0"
34
34
  },
35
35
  "typesVersions": {
36
- "<4.0": {
36
+ "<4.5": {
37
37
  "dist-types/*": [
38
38
  "dist-types/ts3.4/*"
39
39
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/uuid",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Polyfill for generating UUID v4",
5
5
  "dependencies": {
6
6
  "tslib": "^2.6.2"
@@ -31,7 +31,7 @@
31
31
  "node": ">=18.0.0"
32
32
  },
33
33
  "typesVersions": {
34
- "<4.0": {
34
+ "<4.5": {
35
35
  "dist-types/*": [
36
36
  "dist-types/ts3.4/*"
37
37
  ]
package/package.json CHANGED
@@ -69,7 +69,7 @@
69
69
  "constructs": ">=10.0.5 <11.0.0"
70
70
  },
71
71
  "dependencies": {
72
- "@aws-sdk/client-cloudformation": "^3.1001.0",
72
+ "@aws-sdk/client-cloudformation": "^3.1002.0",
73
73
  "@types/crypto-js": "^4.2.2",
74
74
  "@types/js-yaml": "^4.0.9",
75
75
  "crypto-js": "^4.2.0",
@@ -110,7 +110,7 @@
110
110
  "publishConfig": {
111
111
  "access": "public"
112
112
  },
113
- "version": "1.9.2",
113
+ "version": "1.9.3",
114
114
  "jest": {
115
115
  "coverageProvider": "v8",
116
116
  "testMatch": [