@jjrawlins/cdk-diff-pr-github-action 1.9.9 → 1.9.10

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 (36) 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/README.md +26 -46
  10. package/node_modules/@aws-sdk/client-cloudformation/package.json +34 -34
  11. package/node_modules/@aws-sdk/core/package.json +11 -11
  12. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  13. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  14. package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
  15. package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
  16. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  17. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  18. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  19. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  20. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  21. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  22. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  23. package/node_modules/@aws-sdk/middleware-user-agent/package.json +8 -8
  24. package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
  25. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  26. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  27. package/node_modules/@aws-sdk/types/package.json +2 -2
  28. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  29. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  30. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  31. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  32. package/node_modules/fast-xml-builder/CHANGELOG.md +2 -1
  33. package/node_modules/fast-xml-builder/lib/fxb.d.cts +3 -1
  34. package/node_modules/fast-xml-builder/package.json +1 -1
  35. package/node_modules/fast-xml-builder/src/fxb.d.ts +4 -1
  36. package/package.json +3 -3
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-http",
3
- "version": "3.972.19",
3
+ "version": "3.972.20",
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",
@@ -28,15 +28,15 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "^3.973.19",
32
- "@aws-sdk/types": "^3.973.5",
33
- "@smithy/fetch-http-handler": "^5.3.13",
34
- "@smithy/node-http-handler": "^4.4.14",
35
- "@smithy/property-provider": "^4.2.11",
36
- "@smithy/protocol-http": "^5.3.11",
37
- "@smithy/smithy-client": "^4.12.3",
38
- "@smithy/types": "^4.13.0",
39
- "@smithy/util-stream": "^4.5.17",
31
+ "@aws-sdk/core": "^3.973.20",
32
+ "@aws-sdk/types": "^3.973.6",
33
+ "@smithy/fetch-http-handler": "^5.3.15",
34
+ "@smithy/node-http-handler": "^4.4.16",
35
+ "@smithy/property-provider": "^4.2.12",
36
+ "@smithy/protocol-http": "^5.3.12",
37
+ "@smithy/smithy-client": "^4.12.5",
38
+ "@smithy/types": "^4.13.1",
39
+ "@smithy/util-stream": "^4.5.19",
40
40
  "tslib": "^2.6.2"
41
41
  },
42
42
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.972.19",
3
+ "version": "3.972.20",
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,19 +28,19 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "^3.973.19",
32
- "@aws-sdk/credential-provider-env": "^3.972.17",
33
- "@aws-sdk/credential-provider-http": "^3.972.19",
34
- "@aws-sdk/credential-provider-login": "^3.972.19",
35
- "@aws-sdk/credential-provider-process": "^3.972.17",
36
- "@aws-sdk/credential-provider-sso": "^3.972.19",
37
- "@aws-sdk/credential-provider-web-identity": "^3.972.19",
38
- "@aws-sdk/nested-clients": "^3.996.9",
39
- "@aws-sdk/types": "^3.973.5",
40
- "@smithy/credential-provider-imds": "^4.2.11",
41
- "@smithy/property-provider": "^4.2.11",
42
- "@smithy/shared-ini-file-loader": "^4.4.6",
43
- "@smithy/types": "^4.13.0",
31
+ "@aws-sdk/core": "^3.973.20",
32
+ "@aws-sdk/credential-provider-env": "^3.972.18",
33
+ "@aws-sdk/credential-provider-http": "^3.972.20",
34
+ "@aws-sdk/credential-provider-login": "^3.972.20",
35
+ "@aws-sdk/credential-provider-process": "^3.972.18",
36
+ "@aws-sdk/credential-provider-sso": "^3.972.20",
37
+ "@aws-sdk/credential-provider-web-identity": "^3.972.20",
38
+ "@aws-sdk/nested-clients": "^3.996.10",
39
+ "@aws-sdk/types": "^3.973.6",
40
+ "@smithy/credential-provider-imds": "^4.2.12",
41
+ "@smithy/property-provider": "^4.2.12",
42
+ "@smithy/shared-ini-file-loader": "^4.4.7",
43
+ "@smithy/types": "^4.13.1",
44
44
  "tslib": "^2.6.2"
45
45
  },
46
46
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-login",
3
- "version": "3.972.19",
3
+ "version": "3.972.20",
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,13 +28,13 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "^3.973.19",
32
- "@aws-sdk/nested-clients": "^3.996.9",
33
- "@aws-sdk/types": "^3.973.5",
34
- "@smithy/property-provider": "^4.2.11",
35
- "@smithy/protocol-http": "^5.3.11",
36
- "@smithy/shared-ini-file-loader": "^4.4.6",
37
- "@smithy/types": "^4.13.0",
31
+ "@aws-sdk/core": "^3.973.20",
32
+ "@aws-sdk/nested-clients": "^3.996.10",
33
+ "@aws-sdk/types": "^3.973.6",
34
+ "@smithy/property-provider": "^4.2.12",
35
+ "@smithy/protocol-http": "^5.3.12",
36
+ "@smithy/shared-ini-file-loader": "^4.4.7",
37
+ "@smithy/types": "^4.13.1",
38
38
  "tslib": "^2.6.2"
39
39
  },
40
40
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.972.20",
3
+ "version": "3.972.21",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=20.0.0"
@@ -31,17 +31,17 @@
31
31
  },
32
32
  "license": "Apache-2.0",
33
33
  "dependencies": {
34
- "@aws-sdk/credential-provider-env": "^3.972.17",
35
- "@aws-sdk/credential-provider-http": "^3.972.19",
36
- "@aws-sdk/credential-provider-ini": "^3.972.19",
37
- "@aws-sdk/credential-provider-process": "^3.972.17",
38
- "@aws-sdk/credential-provider-sso": "^3.972.19",
39
- "@aws-sdk/credential-provider-web-identity": "^3.972.19",
40
- "@aws-sdk/types": "^3.973.5",
41
- "@smithy/credential-provider-imds": "^4.2.11",
42
- "@smithy/property-provider": "^4.2.11",
43
- "@smithy/shared-ini-file-loader": "^4.4.6",
44
- "@smithy/types": "^4.13.0",
34
+ "@aws-sdk/credential-provider-env": "^3.972.18",
35
+ "@aws-sdk/credential-provider-http": "^3.972.20",
36
+ "@aws-sdk/credential-provider-ini": "^3.972.20",
37
+ "@aws-sdk/credential-provider-process": "^3.972.18",
38
+ "@aws-sdk/credential-provider-sso": "^3.972.20",
39
+ "@aws-sdk/credential-provider-web-identity": "^3.972.20",
40
+ "@aws-sdk/types": "^3.973.6",
41
+ "@smithy/credential-provider-imds": "^4.2.12",
42
+ "@smithy/property-provider": "^4.2.12",
43
+ "@smithy/shared-ini-file-loader": "^4.4.7",
44
+ "@smithy/types": "^4.13.1",
45
45
  "tslib": "^2.6.2"
46
46
  },
47
47
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-process",
3
- "version": "3.972.17",
3
+ "version": "3.972.18",
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,11 +26,11 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "^3.973.19",
30
- "@aws-sdk/types": "^3.973.5",
31
- "@smithy/property-provider": "^4.2.11",
32
- "@smithy/shared-ini-file-loader": "^4.4.6",
33
- "@smithy/types": "^4.13.0",
29
+ "@aws-sdk/core": "^3.973.20",
30
+ "@aws-sdk/types": "^3.973.6",
31
+ "@smithy/property-provider": "^4.2.12",
32
+ "@smithy/shared-ini-file-loader": "^4.4.7",
33
+ "@smithy/types": "^4.13.1",
34
34
  "tslib": "^2.6.2"
35
35
  },
36
36
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.972.19",
3
+ "version": "3.972.20",
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",
@@ -26,13 +26,13 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "^3.973.19",
30
- "@aws-sdk/nested-clients": "^3.996.9",
31
- "@aws-sdk/token-providers": "3.1008.0",
32
- "@aws-sdk/types": "^3.973.5",
33
- "@smithy/property-provider": "^4.2.11",
34
- "@smithy/shared-ini-file-loader": "^4.4.6",
35
- "@smithy/types": "^4.13.0",
29
+ "@aws-sdk/core": "^3.973.20",
30
+ "@aws-sdk/nested-clients": "^3.996.10",
31
+ "@aws-sdk/token-providers": "3.1009.0",
32
+ "@aws-sdk/types": "^3.973.6",
33
+ "@smithy/property-provider": "^4.2.12",
34
+ "@smithy/shared-ini-file-loader": "^4.4.7",
35
+ "@smithy/types": "^4.13.1",
36
36
  "tslib": "^2.6.2"
37
37
  },
38
38
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-web-identity",
3
- "version": "3.972.19",
3
+ "version": "3.972.20",
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",
@@ -34,12 +34,12 @@
34
34
  },
35
35
  "license": "Apache-2.0",
36
36
  "dependencies": {
37
- "@aws-sdk/core": "^3.973.19",
38
- "@aws-sdk/nested-clients": "^3.996.9",
39
- "@aws-sdk/types": "^3.973.5",
40
- "@smithy/property-provider": "^4.2.11",
41
- "@smithy/shared-ini-file-loader": "^4.4.6",
42
- "@smithy/types": "^4.13.0",
37
+ "@aws-sdk/core": "^3.973.20",
38
+ "@aws-sdk/nested-clients": "^3.996.10",
39
+ "@aws-sdk/types": "^3.973.6",
40
+ "@smithy/property-provider": "^4.2.12",
41
+ "@smithy/shared-ini-file-loader": "^4.4.7",
42
+ "@smithy/types": "^4.13.1",
43
43
  "tslib": "^2.6.2"
44
44
  },
45
45
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-host-header",
3
- "version": "3.972.7",
3
+ "version": "3.972.8",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-host-header",
@@ -25,9 +25,9 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/types": "^3.973.5",
29
- "@smithy/protocol-http": "^5.3.11",
30
- "@smithy/types": "^4.13.0",
28
+ "@aws-sdk/types": "^3.973.6",
29
+ "@smithy/protocol-http": "^5.3.12",
30
+ "@smithy/types": "^4.13.1",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-logger",
3
- "version": "3.972.7",
3
+ "version": "3.972.8",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-logger",
@@ -25,8 +25,8 @@
25
25
  "module": "./dist-es/index.js",
26
26
  "types": "./dist-types/index.d.ts",
27
27
  "dependencies": {
28
- "@aws-sdk/types": "^3.973.5",
29
- "@smithy/types": "^4.13.0",
28
+ "@aws-sdk/types": "^3.973.6",
29
+ "@smithy/types": "^4.13.1",
30
30
  "tslib": "^2.6.2"
31
31
  },
32
32
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-recursion-detection",
3
- "version": "3.972.7",
3
+ "version": "3.972.8",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-recursion-detection",
@@ -24,10 +24,10 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "^3.973.5",
27
+ "@aws-sdk/types": "^3.973.6",
28
28
  "@aws/lambda-invoke-store": "^0.2.2",
29
- "@smithy/protocol-http": "^5.3.11",
30
- "@smithy/types": "^4.13.0",
29
+ "@smithy/protocol-http": "^5.3.12",
30
+ "@smithy/types": "^4.13.1",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-user-agent",
3
- "version": "3.972.20",
3
+ "version": "3.972.21",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-user-agent",
@@ -25,13 +25,13 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/core": "^3.973.19",
29
- "@aws-sdk/types": "^3.973.5",
30
- "@aws-sdk/util-endpoints": "^3.996.4",
31
- "@smithy/core": "^3.23.9",
32
- "@smithy/protocol-http": "^5.3.11",
33
- "@smithy/types": "^4.13.0",
34
- "@smithy/util-retry": "^4.2.11",
28
+ "@aws-sdk/core": "^3.973.20",
29
+ "@aws-sdk/types": "^3.973.6",
30
+ "@aws-sdk/util-endpoints": "^3.996.5",
31
+ "@smithy/core": "^3.23.11",
32
+ "@smithy/protocol-http": "^5.3.12",
33
+ "@smithy/types": "^4.13.1",
34
+ "@smithy/util-retry": "^4.2.12",
35
35
  "tslib": "^2.6.2"
36
36
  },
37
37
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/nested-clients",
3
- "version": "3.996.9",
3
+ "version": "3.996.10",
4
4
  "description": "Nested clients for AWS SDK packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,40 +29,40 @@
29
29
  "dependencies": {
30
30
  "@aws-crypto/sha256-browser": "5.2.0",
31
31
  "@aws-crypto/sha256-js": "5.2.0",
32
- "@aws-sdk/core": "^3.973.19",
33
- "@aws-sdk/middleware-host-header": "^3.972.7",
34
- "@aws-sdk/middleware-logger": "^3.972.7",
35
- "@aws-sdk/middleware-recursion-detection": "^3.972.7",
36
- "@aws-sdk/middleware-user-agent": "^3.972.20",
37
- "@aws-sdk/region-config-resolver": "^3.972.7",
38
- "@aws-sdk/types": "^3.973.5",
39
- "@aws-sdk/util-endpoints": "^3.996.4",
40
- "@aws-sdk/util-user-agent-browser": "^3.972.7",
41
- "@aws-sdk/util-user-agent-node": "^3.973.6",
42
- "@smithy/config-resolver": "^4.4.10",
43
- "@smithy/core": "^3.23.9",
44
- "@smithy/fetch-http-handler": "^5.3.13",
45
- "@smithy/hash-node": "^4.2.11",
46
- "@smithy/invalid-dependency": "^4.2.11",
47
- "@smithy/middleware-content-length": "^4.2.11",
48
- "@smithy/middleware-endpoint": "^4.4.23",
49
- "@smithy/middleware-retry": "^4.4.40",
50
- "@smithy/middleware-serde": "^4.2.12",
51
- "@smithy/middleware-stack": "^4.2.11",
52
- "@smithy/node-config-provider": "^4.3.11",
53
- "@smithy/node-http-handler": "^4.4.14",
54
- "@smithy/protocol-http": "^5.3.11",
55
- "@smithy/smithy-client": "^4.12.3",
56
- "@smithy/types": "^4.13.0",
57
- "@smithy/url-parser": "^4.2.11",
32
+ "@aws-sdk/core": "^3.973.20",
33
+ "@aws-sdk/middleware-host-header": "^3.972.8",
34
+ "@aws-sdk/middleware-logger": "^3.972.8",
35
+ "@aws-sdk/middleware-recursion-detection": "^3.972.8",
36
+ "@aws-sdk/middleware-user-agent": "^3.972.21",
37
+ "@aws-sdk/region-config-resolver": "^3.972.8",
38
+ "@aws-sdk/types": "^3.973.6",
39
+ "@aws-sdk/util-endpoints": "^3.996.5",
40
+ "@aws-sdk/util-user-agent-browser": "^3.972.8",
41
+ "@aws-sdk/util-user-agent-node": "^3.973.7",
42
+ "@smithy/config-resolver": "^4.4.11",
43
+ "@smithy/core": "^3.23.11",
44
+ "@smithy/fetch-http-handler": "^5.3.15",
45
+ "@smithy/hash-node": "^4.2.12",
46
+ "@smithy/invalid-dependency": "^4.2.12",
47
+ "@smithy/middleware-content-length": "^4.2.12",
48
+ "@smithy/middleware-endpoint": "^4.4.25",
49
+ "@smithy/middleware-retry": "^4.4.42",
50
+ "@smithy/middleware-serde": "^4.2.14",
51
+ "@smithy/middleware-stack": "^4.2.12",
52
+ "@smithy/node-config-provider": "^4.3.12",
53
+ "@smithy/node-http-handler": "^4.4.16",
54
+ "@smithy/protocol-http": "^5.3.12",
55
+ "@smithy/smithy-client": "^4.12.5",
56
+ "@smithy/types": "^4.13.1",
57
+ "@smithy/url-parser": "^4.2.12",
58
58
  "@smithy/util-base64": "^4.3.2",
59
59
  "@smithy/util-body-length-browser": "^4.2.2",
60
60
  "@smithy/util-body-length-node": "^4.2.3",
61
- "@smithy/util-defaults-mode-browser": "^4.3.39",
62
- "@smithy/util-defaults-mode-node": "^4.2.42",
63
- "@smithy/util-endpoints": "^3.3.2",
64
- "@smithy/util-middleware": "^4.2.11",
65
- "@smithy/util-retry": "^4.2.11",
61
+ "@smithy/util-defaults-mode-browser": "^4.3.41",
62
+ "@smithy/util-defaults-mode-node": "^4.2.44",
63
+ "@smithy/util-endpoints": "^3.3.3",
64
+ "@smithy/util-middleware": "^4.2.12",
65
+ "@smithy/util-retry": "^4.2.12",
66
66
  "@smithy/util-utf8": "^4.2.2",
67
67
  "tslib": "^2.6.2"
68
68
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/region-config-resolver",
3
- "version": "3.972.7",
3
+ "version": "3.972.8",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline region-config-resolver",
@@ -23,10 +23,10 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@aws-sdk/types": "^3.973.5",
27
- "@smithy/config-resolver": "^4.4.10",
28
- "@smithy/node-config-provider": "^4.3.11",
29
- "@smithy/types": "^4.13.0",
26
+ "@aws-sdk/types": "^3.973.6",
27
+ "@smithy/config-resolver": "^4.4.11",
28
+ "@smithy/node-config-provider": "^4.3.12",
29
+ "@smithy/types": "^4.13.1",
30
30
  "tslib": "^2.6.2"
31
31
  },
32
32
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.1008.0",
3
+ "version": "3.1009.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,12 +29,12 @@
29
29
  },
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
- "@aws-sdk/core": "^3.973.19",
33
- "@aws-sdk/nested-clients": "^3.996.9",
34
- "@aws-sdk/types": "^3.973.5",
35
- "@smithy/property-provider": "^4.2.11",
36
- "@smithy/shared-ini-file-loader": "^4.4.6",
37
- "@smithy/types": "^4.13.0",
32
+ "@aws-sdk/core": "^3.973.20",
33
+ "@aws-sdk/nested-clients": "^3.996.10",
34
+ "@aws-sdk/types": "^3.973.6",
35
+ "@smithy/property-provider": "^4.2.12",
36
+ "@smithy/shared-ini-file-loader": "^4.4.7",
37
+ "@smithy/types": "^4.13.1",
38
38
  "tslib": "^2.6.2"
39
39
  },
40
40
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/types",
3
- "version": "3.973.5",
3
+ "version": "3.973.6",
4
4
  "main": "./dist-cjs/index.js",
5
5
  "module": "./dist-es/index.js",
6
6
  "types": "./dist-types/index.d.ts",
@@ -42,7 +42,7 @@
42
42
  "directory": "packages-internal/types"
43
43
  },
44
44
  "dependencies": {
45
- "@smithy/types": "^4.13.0",
45
+ "@smithy/types": "^4.13.1",
46
46
  "tslib": "^2.6.2"
47
47
  },
48
48
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.996.4",
3
+ "version": "3.996.5",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -25,10 +25,10 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/types": "^3.973.5",
29
- "@smithy/types": "^4.13.0",
30
- "@smithy/url-parser": "^4.2.11",
31
- "@smithy/util-endpoints": "^3.3.2",
28
+ "@aws-sdk/types": "^3.973.6",
29
+ "@smithy/types": "^4.13.1",
30
+ "@smithy/url-parser": "^4.2.12",
31
+ "@smithy/util-endpoints": "^3.3.3",
32
32
  "tslib": "^2.6.2"
33
33
  },
34
34
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-browser",
3
- "version": "3.972.7",
3
+ "version": "3.972.8",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline util-user-agent-browser",
@@ -24,8 +24,8 @@
24
24
  "license": "Apache-2.0",
25
25
  "react-native": "dist-es/index.native.js",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "^3.973.5",
28
- "@smithy/types": "^4.13.0",
27
+ "@aws-sdk/types": "^3.973.6",
28
+ "@smithy/types": "^4.13.1",
29
29
  "bowser": "^2.11.0",
30
30
  "tslib": "^2.6.2"
31
31
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-node",
3
- "version": "3.973.6",
3
+ "version": "3.973.7",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline util-user-agent-node",
@@ -24,10 +24,10 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/middleware-user-agent": "^3.972.20",
28
- "@aws-sdk/types": "^3.973.5",
29
- "@smithy/node-config-provider": "^4.3.11",
30
- "@smithy/types": "^4.13.0",
27
+ "@aws-sdk/middleware-user-agent": "^3.972.21",
28
+ "@aws-sdk/types": "^3.973.6",
29
+ "@smithy/node-config-provider": "^4.3.12",
30
+ "@smithy/types": "^4.13.1",
31
31
  "@smithy/util-config-provider": "^4.2.2",
32
32
  "tslib": "^2.6.2"
33
33
  },
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@aws-sdk/xml-builder",
3
- "version": "3.972.10",
3
+ "version": "3.972.11",
4
4
  "description": "XML utilities for the AWS SDK",
5
5
  "dependencies": {
6
- "@smithy/types": "^4.13.0",
6
+ "@smithy/types": "^4.13.1",
7
7
  "fast-xml-parser": "5.4.1",
8
8
  "tslib": "^2.6.2"
9
9
  },
@@ -1,4 +1,5 @@
1
-
1
+ **1.1.3** (2026-03-13)
2
+ - declare Matcher & Expression as unknown so user is not forced to install path-expression-matcher
2
3
 
3
4
 
4
5
  **1.1.2** (2026-03-11)
@@ -1,5 +1,7 @@
1
- const { Expression } = require('path-expression-matcher');
1
+ // const { Expression } = require('path-expression-matcher');
2
2
 
3
+ type Matcher = unknown;
4
+ type Expression = unknown;
3
5
 
4
6
  type XmlBuilderOptions = {
5
7
  /**
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fast-xml-builder",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Build XML from JSON without C/C++ based libraries",
5
5
  "main": "./lib/fxb.cjs",
6
6
  "type": "module",
@@ -1,4 +1,7 @@
1
- import { Expression } from 'path-expression-matcher';
1
+ // import { Expression } from 'path-expression-matcher';
2
+
3
+ type Matcher = unknown;
4
+ type Expression = unknown;
2
5
 
3
6
  export type XmlBuilderOptions = {
4
7
  /**
package/package.json CHANGED
@@ -38,7 +38,7 @@
38
38
  "organization": false
39
39
  },
40
40
  "devDependencies": {
41
- "@aws-sdk/types": "^3.973.5",
41
+ "@aws-sdk/types": "^3.973.6",
42
42
  "@stylistic/eslint-plugin": "^2",
43
43
  "@types/jest": "^30.0.0",
44
44
  "@types/lodash": "^4.17.24",
@@ -69,7 +69,7 @@
69
69
  "constructs": ">=10.0.5 <11.0.0"
70
70
  },
71
71
  "dependencies": {
72
- "@aws-sdk/client-cloudformation": "^3.1008.0",
72
+ "@aws-sdk/client-cloudformation": "^3.1009.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.9",
113
+ "version": "1.9.10",
114
114
  "jest": {
115
115
  "coverageProvider": "v8",
116
116
  "testMatch": [