@aws/nx-plugin 0.52.0 → 0.53.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws/nx-plugin",
3
- "version": "0.52.0",
3
+ "version": "0.53.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/awslabs/nx-plugin-for-aws.git",
@@ -27,11 +27,11 @@
27
27
  "@hey-api/openapi-ts": "0.64.13",
28
28
  "@iarna/toml": "^2.2.5",
29
29
  "@modelcontextprotocol/sdk": "^1.18.2",
30
- "@nx/devkit": "~21.5.3",
31
- "@nx/eslint": "~21.5.3",
32
- "@nx/js": "~21.5.3",
33
- "@nx/react": "~21.5.3",
34
- "@nx/vite": "~21.5.3",
30
+ "@nx/devkit": "~21.6.2",
31
+ "@nx/eslint": "~21.6.2",
32
+ "@nx/js": "~21.6.2",
33
+ "@nx/react": "~21.6.2",
34
+ "@nx/vite": "~21.6.2",
35
35
  "@nxlv/python": "~21.2.0",
36
36
  "@phenomnomnominal/tsquery": "6.1.3",
37
37
  "enquirer": "^2.4.1",
@@ -3,7 +3,7 @@
3
3
  exports[`infra generator > should add required dependencies to package.json > dependencies 1`] = `
4
4
  {
5
5
  "aws-cdk": "2.1029.3",
6
- "aws-cdk-lib": "2.217.0",
6
+ "aws-cdk-lib": "2.218.0",
7
7
  "constructs": "10.4.2",
8
8
  "esbuild": "0.25.10",
9
9
  "source-map-support": "0.5.21",
@@ -13,15 +13,15 @@ exports[`infra generator > should add required dependencies to package.json > de
13
13
  exports[`infra generator > should add required dependencies to package.json > dev-dependencies 1`] = `
14
14
  {
15
15
  "@eslint/js": "^9.8.0",
16
- "@nx/eslint": "21.5.3",
17
- "@nx/eslint-plugin": "21.5.3",
18
- "@nx/js": "21.5.3",
19
- "@nx/vite": "21.5.3",
20
- "@nx/web": "21.5.3",
16
+ "@nx/eslint": "21.6.3",
17
+ "@nx/eslint-plugin": "21.6.3",
18
+ "@nx/js": "21.6.3",
19
+ "@nx/vite": "21.6.3",
20
+ "@nx/web": "21.6.3",
21
21
  "@swc-node/register": "~1.9.1",
22
22
  "@swc/core": "~1.5.7",
23
23
  "@swc/helpers": "~0.5.11",
24
- "@types/node": "22.18.6",
24
+ "@types/node": "22.18.7",
25
25
  "@vitest/coverage-v8": "^3.0.5",
26
26
  "@vitest/ui": "^3.0.0",
27
27
  "eslint": "^9.8.0",
@@ -43,22 +43,22 @@ exports[`infra generator > should add required dependencies to package.json > pa
43
43
  {
44
44
  "dependencies": {
45
45
  "aws-cdk": "2.1029.3",
46
- "aws-cdk-lib": "2.217.0",
46
+ "aws-cdk-lib": "2.218.0",
47
47
  "constructs": "10.4.2",
48
48
  "esbuild": "0.25.10",
49
49
  "source-map-support": "0.5.21",
50
50
  },
51
51
  "devDependencies": {
52
52
  "@eslint/js": "^9.8.0",
53
- "@nx/eslint": "21.5.3",
54
- "@nx/eslint-plugin": "21.5.3",
55
- "@nx/js": "21.5.3",
56
- "@nx/vite": "21.5.3",
57
- "@nx/web": "21.5.3",
53
+ "@nx/eslint": "21.6.3",
54
+ "@nx/eslint-plugin": "21.6.3",
55
+ "@nx/js": "21.6.3",
56
+ "@nx/vite": "21.6.3",
57
+ "@nx/web": "21.6.3",
58
58
  "@swc-node/register": "~1.9.1",
59
59
  "@swc/core": "~1.5.7",
60
60
  "@swc/helpers": "~0.5.11",
61
- "@types/node": "22.18.6",
61
+ "@types/node": "22.18.7",
62
62
  "@vitest/coverage-v8": "^3.0.5",
63
63
  "@vitest/ui": "^3.0.0",
64
64
  "eslint": "^9.8.0",
@@ -90,7 +90,7 @@ exports[`infra generator > should configure Checkov target correctly > checkov-t
90
90
  "{workspaceRoot}/dist/{projectRoot}/cdk.out",
91
91
  ],
92
92
  "options": {
93
- "command": "uvx checkov==3.2.473 --config-file packages/test/checkov.yml --file dist/packages/infra/cdk.out/**/*.template.json",
93
+ "command": "uvx checkov==3.2.474 --config-file packages/test/checkov.yml --file dist/packages/infra/cdk.out/**/*.template.json",
94
94
  },
95
95
  "outputs": [
96
96
  "{workspaceRoot}/dist/{projectRoot}/checkov",
@@ -175,7 +175,7 @@ exports[`infra generator > should configure project.json with correct targets >
175
175
  "{workspaceRoot}/dist/{projectRoot}/cdk.out",
176
176
  ],
177
177
  "options": {
178
- "command": "uvx checkov==3.2.473 --config-file packages/test/checkov.yml --file dist/packages/infra/cdk.out/**/*.template.json",
178
+ "command": "uvx checkov==3.2.474 --config-file packages/test/checkov.yml --file dist/packages/infra/cdk.out/**/*.template.json",
179
179
  },
180
180
  "outputs": [
181
181
  "{workspaceRoot}/dist/{projectRoot}/checkov",
@@ -714,7 +714,7 @@ exports[`infra generator > should handle custom project names correctly > custom
714
714
  "{workspaceRoot}/dist/{projectRoot}/cdk.out",
715
715
  ],
716
716
  "options": {
717
- "command": "uvx checkov==3.2.473 --config-file packages/custom-infra/checkov.yml --file dist/packages/infra/cdk.out/**/*.template.json",
717
+ "command": "uvx checkov==3.2.474 --config-file packages/custom-infra/checkov.yml --file dist/packages/infra/cdk.out/**/*.template.json",
718
718
  },
719
719
  "outputs": [
720
720
  "{workspaceRoot}/dist/{projectRoot}/checkov",
@@ -177,8 +177,8 @@ exports[`preset generator > should run successfully > package.json 1`] = `
177
177
  "name": "@proj/source",
178
178
  "dependencies": {},
179
179
  "devDependencies": {
180
- "@nx/js": "21.5.3",
181
- "@nx/workspace": "21.5.3",
180
+ "@nx/js": "21.6.3",
181
+ "@nx/workspace": "21.6.3",
182
182
  "@swc-node/register": "~1.9.1",
183
183
  "@swc/core": "~1.5.7",
184
184
  "@swc/helpers": "~0.5.11",
@@ -871,8 +871,8 @@ exports[`py#mcp-server generator > should match snapshot for generated files > u
871
871
  name = "proj.test_project"
872
872
  version = "0.1.0"
873
873
  dependencies = [
874
- "mcp==1.15.0",
875
- "boto3==1.40.42",
874
+ "mcp==1.16.0",
875
+ "boto3==1.40.45",
876
876
  "aws-opentelemetry-distro==0.12.1"
877
877
  ]
878
878
 
@@ -897,9 +897,9 @@ name = "proj.test_project"
897
897
  version = "0.1.0"
898
898
  dependencies = [
899
899
  "aws-opentelemetry-distro==0.12.1",
900
- "bedrock-agentcore==0.1.6",
901
- "boto3==1.40.42",
902
- "mcp==1.15.0",
900
+ "bedrock-agentcore==0.1.7",
901
+ "boto3==1.40.45",
902
+ "mcp==1.16.0",
903
903
  "strands-agents==1.10.0",
904
904
  "strands-agents-tools==0.2.9"
905
905
  ]
@@ -1069,10 +1069,10 @@ exports[`react-website generator > Tanstack router integration > should generate
1069
1069
  "{
1070
1070
  "name": "@proj/source",
1071
1071
  "dependencies": {
1072
- "@cloudscape-design/board-components": "3.0.119",
1073
- "@cloudscape-design/components": "3.0.1097",
1074
- "@cloudscape-design/global-styles": "1.0.45",
1075
- "aws-cdk-lib": "2.217.0",
1072
+ "@cloudscape-design/board-components": "3.0.121",
1073
+ "@cloudscape-design/components": "3.0.1102",
1074
+ "@cloudscape-design/global-styles": "1.0.46",
1075
+ "aws-cdk-lib": "2.218.0",
1076
1076
  "constructs": "10.4.2",
1077
1077
  "react": "19.0.0",
1078
1078
  "react-dom": "19.0.0",
@@ -1080,12 +1080,12 @@ exports[`react-website generator > Tanstack router integration > should generate
1080
1080
  },
1081
1081
  "devDependencies": {
1082
1082
  "@eslint/js": "^9.8.0",
1083
- "@nx/eslint": "21.5.3",
1084
- "@nx/eslint-plugin": "21.5.3",
1085
- "@nx/js": "21.5.3",
1086
- "@nx/react": "21.5.3",
1087
- "@nx/vite": "21.5.3",
1088
- "@nx/web": "21.5.3",
1083
+ "@nx/eslint": "21.6.3",
1084
+ "@nx/eslint-plugin": "21.6.3",
1085
+ "@nx/js": "21.6.3",
1086
+ "@nx/react": "21.6.3",
1087
+ "@nx/vite": "21.6.3",
1088
+ "@nx/web": "21.6.3",
1089
1089
  "@swc-node/register": "~1.9.1",
1090
1090
  "@swc/cli": "~0.6.0",
1091
1091
  "@swc/core": "~1.5.7",
@@ -1093,7 +1093,7 @@ exports[`react-website generator > Tanstack router integration > should generate
1093
1093
  "@tailwindcss/vite": "4.1.13",
1094
1094
  "@testing-library/dom": "10.4.0",
1095
1095
  "@testing-library/react": "16.1.0",
1096
- "@types/node": "22.18.6",
1096
+ "@types/node": "22.18.7",
1097
1097
  "@types/react": "19.0.0",
1098
1098
  "@types/react-dom": "19.0.0",
1099
1099
  "@vitejs/plugin-react": "^4.2.0",
@@ -2489,11 +2489,11 @@ exports[`react-website generator > Tanstack router integration > should generate
2489
2489
  "{
2490
2490
  "name": "@proj/source",
2491
2491
  "dependencies": {
2492
- "@cloudscape-design/board-components": "3.0.119",
2493
- "@cloudscape-design/components": "3.0.1097",
2494
- "@cloudscape-design/global-styles": "1.0.45",
2495
- "@tanstack/react-router": "1.132.7",
2496
- "aws-cdk-lib": "2.217.0",
2492
+ "@cloudscape-design/board-components": "3.0.121",
2493
+ "@cloudscape-design/components": "3.0.1102",
2494
+ "@cloudscape-design/global-styles": "1.0.46",
2495
+ "@tanstack/react-router": "1.132.26",
2496
+ "aws-cdk-lib": "2.218.0",
2497
2497
  "constructs": "10.4.2",
2498
2498
  "react": "19.0.0",
2499
2499
  "react-dom": "19.0.0",
@@ -2501,24 +2501,24 @@ exports[`react-website generator > Tanstack router integration > should generate
2501
2501
  },
2502
2502
  "devDependencies": {
2503
2503
  "@eslint/js": "^9.8.0",
2504
- "@nx/eslint": "21.5.3",
2505
- "@nx/eslint-plugin": "21.5.3",
2506
- "@nx/js": "21.5.3",
2507
- "@nx/react": "21.5.3",
2508
- "@nx/vite": "21.5.3",
2509
- "@nx/web": "21.5.3",
2504
+ "@nx/eslint": "21.6.3",
2505
+ "@nx/eslint-plugin": "21.6.3",
2506
+ "@nx/js": "21.6.3",
2507
+ "@nx/react": "21.6.3",
2508
+ "@nx/vite": "21.6.3",
2509
+ "@nx/web": "21.6.3",
2510
2510
  "@swc-node/register": "~1.9.1",
2511
2511
  "@swc/cli": "~0.6.0",
2512
2512
  "@swc/core": "~1.5.7",
2513
2513
  "@swc/helpers": "~0.5.11",
2514
2514
  "@tailwindcss/vite": "4.1.13",
2515
- "@tanstack/router-generator": "1.132.7",
2516
- "@tanstack/router-plugin": "1.132.7",
2517
- "@tanstack/router-utils": "1.132.0",
2518
- "@tanstack/virtual-file-routes": "1.132.0",
2515
+ "@tanstack/router-generator": "1.132.26",
2516
+ "@tanstack/router-plugin": "1.132.26",
2517
+ "@tanstack/router-utils": "1.132.21",
2518
+ "@tanstack/virtual-file-routes": "1.132.21",
2519
2519
  "@testing-library/dom": "10.4.0",
2520
2520
  "@testing-library/react": "16.1.0",
2521
- "@types/node": "22.18.6",
2521
+ "@types/node": "22.18.7",
2522
2522
  "@types/react": "19.0.0",
2523
2523
  "@types/react-dom": "19.0.0",
2524
2524
  "@vitejs/plugin-react": "^4.2.0",
@@ -4585,11 +4585,11 @@ root &&
4585
4585
 
4586
4586
  exports[`react-website generator > should handle npm scope prefix correctly > scoped-dependencies 1`] = `
4587
4587
  {
4588
- "@cloudscape-design/board-components": "3.0.119",
4589
- "@cloudscape-design/components": "3.0.1097",
4590
- "@cloudscape-design/global-styles": "1.0.45",
4591
- "@tanstack/react-router": "1.132.7",
4592
- "aws-cdk-lib": "2.217.0",
4588
+ "@cloudscape-design/board-components": "3.0.121",
4589
+ "@cloudscape-design/components": "3.0.1102",
4590
+ "@cloudscape-design/global-styles": "1.0.46",
4591
+ "@tanstack/react-router": "1.132.26",
4592
+ "aws-cdk-lib": "2.218.0",
4593
4593
  "constructs": "10.4.2",
4594
4594
  "react": "19.0.0",
4595
4595
  "react-dom": "19.0.0",
@@ -6,9 +6,9 @@
6
6
  * Versons for TypeScript dependencies added by generators
7
7
  */
8
8
  export declare const TS_VERSIONS: {
9
- readonly '@aws-sdk/client-cognito-identity': "3.896.0";
10
- readonly '@aws-sdk/credential-providers': "3.896.0";
11
- readonly '@aws-sdk/credential-provider-cognito-identity': "3.896.0";
9
+ readonly '@aws-sdk/client-cognito-identity': "3.899.0";
10
+ readonly '@aws-sdk/credential-providers': "3.899.0";
11
+ readonly '@aws-sdk/credential-provider-cognito-identity': "3.899.0";
12
12
  readonly '@aws-smithy/server-apigateway': "1.0.0-alpha.10";
13
13
  readonly '@aws-smithy/server-node': "1.0.0-alpha.10";
14
14
  readonly '@aws-lambda-powertools/logger': "2.27.0";
@@ -18,31 +18,31 @@ export declare const TS_VERSIONS: {
18
18
  readonly '@middy/core': "6.4.5";
19
19
  readonly '@nxlv/python': "21.2.0";
20
20
  readonly '@nx-extend/terraform': "9.0.0";
21
- readonly '@nx/devkit': "21.5.3";
22
- readonly 'create-nx-workspace': "21.5.3";
21
+ readonly '@nx/devkit': "21.6.2";
22
+ readonly 'create-nx-workspace': "21.6.2";
23
23
  readonly '@modelcontextprotocol/sdk': "1.18.2";
24
24
  readonly '@modelcontextprotocol/inspector': "0.16.8";
25
- readonly '@tanstack/react-router': "1.132.7";
26
- readonly '@tanstack/router-plugin': "1.132.7";
27
- readonly '@tanstack/router-generator': "1.132.7";
28
- readonly '@tanstack/virtual-file-routes': "1.132.0";
29
- readonly '@tanstack/router-utils': "1.132.0";
30
- readonly '@cloudscape-design/board-components': "3.0.119";
31
- readonly '@cloudscape-design/components': "3.0.1097";
32
- readonly '@cloudscape-design/global-styles': "1.0.45";
25
+ readonly '@tanstack/react-router': "1.132.26";
26
+ readonly '@tanstack/router-plugin': "1.132.26";
27
+ readonly '@tanstack/router-generator': "1.132.26";
28
+ readonly '@tanstack/virtual-file-routes': "1.132.21";
29
+ readonly '@tanstack/router-utils': "1.132.21";
30
+ readonly '@cloudscape-design/board-components': "3.0.121";
31
+ readonly '@cloudscape-design/components': "3.0.1102";
32
+ readonly '@cloudscape-design/global-styles': "1.0.46";
33
33
  readonly '@tanstack/react-query': "5.90.2";
34
34
  readonly '@tanstack/react-query-devtools': "5.90.2";
35
35
  readonly '@trpc/tanstack-react-query': "11.6.0";
36
36
  readonly '@trpc/client': "11.6.0";
37
37
  readonly '@trpc/server': "11.6.0";
38
- readonly '@types/node': "22.18.6";
39
- readonly '@types/aws-lambda': "8.10.152";
38
+ readonly '@types/node': "22.18.7";
39
+ readonly '@types/aws-lambda': "8.10.153";
40
40
  readonly '@types/cors': "2.8.19";
41
41
  readonly '@types/express': "5.0.3";
42
- readonly '@smithy/types': "4.5.0";
42
+ readonly '@smithy/types': "4.6.0";
43
43
  readonly aws4fetch: "1.0.20";
44
44
  readonly 'aws-cdk': "2.1029.3";
45
- readonly 'aws-cdk-lib': "2.217.0";
45
+ readonly 'aws-cdk-lib': "2.218.0";
46
46
  readonly 'aws-xray-sdk-core': "3.10.3";
47
47
  readonly constructs: "10.4.2";
48
48
  readonly cors: "2.8.5";
@@ -57,7 +57,7 @@ export declare const TS_VERSIONS: {
57
57
  readonly prettier: "3.6.2";
58
58
  readonly 'react-oidc-context': "3.3.0";
59
59
  readonly rimraf: "6.0.1";
60
- readonly rolldown: "1.0.0-beta.38";
60
+ readonly rolldown: "1.0.0-beta.41";
61
61
  readonly 'source-map-support': "0.5.21";
62
62
  readonly tailwindcss: "4.1.13";
63
63
  readonly '@tailwindcss/vite': "4.1.13";
@@ -71,7 +71,7 @@ export type ITsDepVersion = keyof typeof TS_VERSIONS;
71
71
  * Add versions to the given dependencies
72
72
  */
73
73
  export declare const withVersions: (deps: ITsDepVersion[]) => {
74
- [k: string]: "3.896.0" | "1.0.0-alpha.10" | "2.27.0" | "6.4.5" | "21.2.0" | "9.0.0" | "21.5.3" | "1.18.2" | "0.16.8" | "1.132.7" | "1.132.0" | "3.0.119" | "3.0.1097" | "1.0.45" | "5.90.2" | "11.6.0" | "22.18.6" | "8.10.152" | "2.8.19" | "5.0.3" | "4.5.0" | "1.0.20" | "2.1029.3" | "2.217.0" | "3.10.3" | "10.4.2" | "2.8.5" | "0.25.10" | "5.5.4" | "5.1.0" | "2.4.1" | "4.0.0" | "2.0.0" | "19.0.0" | "3.3.0" | "3.6.2" | "6.0.1" | "1.0.0-beta.38" | "0.5.21" | "4.1.13" | "4.20.6" | "5.1.4" | "4.1.11" | "npm:zod@^3";
74
+ [k: string]: "3.899.0" | "1.0.0-alpha.10" | "2.27.0" | "6.4.5" | "21.2.0" | "9.0.0" | "21.6.2" | "1.18.2" | "0.16.8" | "1.132.26" | "1.132.21" | "3.0.121" | "3.0.1102" | "1.0.46" | "5.90.2" | "11.6.0" | "22.18.7" | "8.10.153" | "2.8.19" | "5.0.3" | "4.6.0" | "1.0.20" | "2.1029.3" | "2.218.0" | "3.10.3" | "10.4.2" | "2.8.5" | "0.25.10" | "5.5.4" | "5.1.0" | "2.4.1" | "4.0.0" | "2.0.0" | "19.0.0" | "3.3.0" | "3.6.2" | "6.0.1" | "1.0.0-beta.41" | "0.5.21" | "4.1.13" | "4.20.6" | "5.1.4" | "4.1.11" | "npm:zod@^3";
75
75
  };
76
76
  /**
77
77
  * Versions for Python dependencies added by generators
@@ -81,13 +81,13 @@ export declare const PY_VERSIONS: {
81
81
  readonly 'aws-lambda-powertools[tracer]': "==3.20.0";
82
82
  readonly 'aws-lambda-powertools[parser]': "==3.20.0";
83
83
  readonly 'aws-opentelemetry-distro': "==0.12.1";
84
- readonly 'bedrock-agentcore': "==0.1.6";
85
- readonly boto3: "==1.40.42";
86
- readonly checkov: "==3.2.473";
84
+ readonly 'bedrock-agentcore': "==0.1.7";
85
+ readonly boto3: "==1.40.45";
86
+ readonly checkov: "==3.2.474";
87
87
  readonly fastapi: "==0.118.0";
88
88
  readonly 'fastapi[standard]': "==0.118.0";
89
89
  readonly mangum: "==0.19.0";
90
- readonly mcp: "==1.15.0";
90
+ readonly mcp: "==1.16.0";
91
91
  readonly 'pip-check-updates': "==0.27.0";
92
92
  readonly 'strands-agents': "==1.10.0";
93
93
  readonly 'strands-agents-tools': "==0.2.9";
@@ -9,9 +9,9 @@ exports.withPyVersions = exports.PY_VERSIONS = exports.withVersions = exports.TS
9
9
  * Versons for TypeScript dependencies added by generators
10
10
  */
11
11
  exports.TS_VERSIONS = {
12
- '@aws-sdk/client-cognito-identity': '3.896.0',
13
- '@aws-sdk/credential-providers': '3.896.0',
14
- '@aws-sdk/credential-provider-cognito-identity': '3.896.0',
12
+ '@aws-sdk/client-cognito-identity': '3.899.0',
13
+ '@aws-sdk/credential-providers': '3.899.0',
14
+ '@aws-sdk/credential-provider-cognito-identity': '3.899.0',
15
15
  '@aws-smithy/server-apigateway': '1.0.0-alpha.10',
16
16
  '@aws-smithy/server-node': '1.0.0-alpha.10',
17
17
  '@aws-lambda-powertools/logger': '2.27.0',
@@ -21,31 +21,31 @@ exports.TS_VERSIONS = {
21
21
  '@middy/core': '6.4.5',
22
22
  '@nxlv/python': '21.2.0',
23
23
  '@nx-extend/terraform': '9.0.0',
24
- '@nx/devkit': '21.5.3',
25
- 'create-nx-workspace': '21.5.3',
24
+ '@nx/devkit': '21.6.2',
25
+ 'create-nx-workspace': '21.6.2',
26
26
  '@modelcontextprotocol/sdk': '1.18.2',
27
27
  '@modelcontextprotocol/inspector': '0.16.8',
28
- '@tanstack/react-router': '1.132.7',
29
- '@tanstack/router-plugin': '1.132.7',
30
- '@tanstack/router-generator': '1.132.7',
31
- '@tanstack/virtual-file-routes': '1.132.0',
32
- '@tanstack/router-utils': '1.132.0',
33
- '@cloudscape-design/board-components': '3.0.119',
34
- '@cloudscape-design/components': '3.0.1097',
35
- '@cloudscape-design/global-styles': '1.0.45',
28
+ '@tanstack/react-router': '1.132.26',
29
+ '@tanstack/router-plugin': '1.132.26',
30
+ '@tanstack/router-generator': '1.132.26',
31
+ '@tanstack/virtual-file-routes': '1.132.21',
32
+ '@tanstack/router-utils': '1.132.21',
33
+ '@cloudscape-design/board-components': '3.0.121',
34
+ '@cloudscape-design/components': '3.0.1102',
35
+ '@cloudscape-design/global-styles': '1.0.46',
36
36
  '@tanstack/react-query': '5.90.2',
37
37
  '@tanstack/react-query-devtools': '5.90.2',
38
38
  '@trpc/tanstack-react-query': '11.6.0',
39
39
  '@trpc/client': '11.6.0',
40
40
  '@trpc/server': '11.6.0',
41
- '@types/node': '22.18.6',
42
- '@types/aws-lambda': '8.10.152',
41
+ '@types/node': '22.18.7',
42
+ '@types/aws-lambda': '8.10.153',
43
43
  '@types/cors': '2.8.19',
44
44
  '@types/express': '5.0.3',
45
- '@smithy/types': '4.5.0',
45
+ '@smithy/types': '4.6.0',
46
46
  aws4fetch: '1.0.20',
47
47
  'aws-cdk': '2.1029.3',
48
- 'aws-cdk-lib': '2.217.0',
48
+ 'aws-cdk-lib': '2.218.0',
49
49
  'aws-xray-sdk-core': '3.10.3',
50
50
  constructs: '10.4.2',
51
51
  cors: '2.8.5',
@@ -60,7 +60,7 @@ exports.TS_VERSIONS = {
60
60
  prettier: '3.6.2',
61
61
  'react-oidc-context': '3.3.0',
62
62
  rimraf: '6.0.1',
63
- rolldown: '1.0.0-beta.38',
63
+ rolldown: '1.0.0-beta.41',
64
64
  'source-map-support': '0.5.21',
65
65
  tailwindcss: '4.1.13',
66
66
  '@tailwindcss/vite': '4.1.13',
@@ -84,13 +84,13 @@ exports.PY_VERSIONS = {
84
84
  'aws-lambda-powertools[tracer]': '==3.20.0',
85
85
  'aws-lambda-powertools[parser]': '==3.20.0',
86
86
  'aws-opentelemetry-distro': '==0.12.1',
87
- 'bedrock-agentcore': '==0.1.6',
88
- boto3: '==1.40.42',
89
- checkov: '==3.2.473',
87
+ 'bedrock-agentcore': '==0.1.7',
88
+ boto3: '==1.40.45',
89
+ checkov: '==3.2.474',
90
90
  fastapi: '==0.118.0',
91
91
  'fastapi[standard]': '==0.118.0',
92
92
  mangum: '==0.19.0',
93
- mcp: '==1.15.0',
93
+ mcp: '==1.16.0',
94
94
  'pip-check-updates': '==0.27.0',
95
95
  'strands-agents': '==1.10.0',
96
96
  'strands-agents-tools': '==0.2.9',
@@ -1 +1 @@
1
- {"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/nx-plugin/src/utils/versions.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/nx-plugin/src/utils/versions.ts"],"names":[],"mappings":"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"}