@aws/nx-plugin 0.55.2 → 0.56.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.55.2",
3
+ "version": "0.56.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/awslabs/nx-plugin-for-aws.git",
@@ -26,12 +26,12 @@
26
26
  "@apidevtools/swagger-parser": "^10.1.1",
27
27
  "@hey-api/openapi-ts": "0.64.13",
28
28
  "@iarna/toml": "^2.2.5",
29
- "@modelcontextprotocol/sdk": "^1.20.0",
30
- "@nx/devkit": "~21.6.4",
31
- "@nx/eslint": "~21.6.4",
32
- "@nx/js": "~21.6.4",
33
- "@nx/react": "~21.6.4",
34
- "@nx/vite": "~21.6.4",
29
+ "@modelcontextprotocol/sdk": "^1.20.1",
30
+ "@nx/devkit": "~21.6.5",
31
+ "@nx/eslint": "~21.6.5",
32
+ "@nx/js": "~21.6.5",
33
+ "@nx/react": "~21.6.5",
34
+ "@nx/vite": "~21.6.5",
35
35
  "@nxlv/python": "~21.2.0",
36
36
  "@phenomnomnominal/tsquery": "6.1.3",
37
37
  "enquirer": "^2.4.1",
@@ -46,7 +46,7 @@
46
46
  "openapi-types": "^12.1.3",
47
47
  "pip-requirements-js": "^0.2.1",
48
48
  "typescript": "~5.9.3",
49
- "vite": "^6.3.7",
49
+ "vite": "^6.4.1",
50
50
  "vitest": "^3.2.4",
51
51
  "zod": "^4.1.12",
52
52
  "zod-v3": "npm:zod@^3.25.76"
@@ -5,7 +5,7 @@ exports[`infra generator > should add required dependencies to package.json > de
5
5
  "aws-cdk": "2.1030.0",
6
6
  "aws-cdk-lib": "2.220.0",
7
7
  "constructs": "10.4.2",
8
- "esbuild": "0.25.10",
8
+ "esbuild": "0.25.11",
9
9
  "source-map-support": "0.5.21",
10
10
  }
11
11
  `;
@@ -21,7 +21,7 @@ exports[`infra generator > should add required dependencies to package.json > de
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.10",
24
+ "@types/node": "22.18.12",
25
25
  "@vitest/coverage-v8": "^3.0.5",
26
26
  "@vitest/ui": "^3.0.0",
27
27
  "eslint": "^9.8.0",
@@ -45,7 +45,7 @@ exports[`infra generator > should add required dependencies to package.json > pa
45
45
  "aws-cdk": "2.1030.0",
46
46
  "aws-cdk-lib": "2.220.0",
47
47
  "constructs": "10.4.2",
48
- "esbuild": "0.25.10",
48
+ "esbuild": "0.25.11",
49
49
  "source-map-support": "0.5.21",
50
50
  },
51
51
  "devDependencies": {
@@ -58,7 +58,7 @@ exports[`infra generator > should add required dependencies to package.json > pa
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.10",
61
+ "@types/node": "22.18.12",
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.484 --config-file packages/test/checkov.yml --file dist/packages/infra/cdk.out/**/*.template.json",
93
+ "command": "uvx checkov==3.2.487 --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.484 --config-file packages/test/checkov.yml --file dist/packages/infra/cdk.out/**/*.template.json",
178
+ "command": "uvx checkov==3.2.487 --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.484 --config-file packages/custom-infra/checkov.yml --file dist/packages/infra/cdk.out/**/*.template.json",
717
+ "command": "uvx checkov==3.2.487 --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",
@@ -871,9 +871,9 @@ 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.18.0",
875
- "boto3==1.40.55",
876
- "aws-opentelemetry-distro==0.12.1"
874
+ "mcp==1.19.0",
875
+ "boto3==1.40.59",
876
+ "aws-opentelemetry-distro==0.12.2"
877
877
  ]
878
878
 
879
879
  [dependency-groups]
@@ -896,10 +896,10 @@ exports[`py#strands-agent generator > should match snapshot for generated files
896
896
  name = "proj.test_project"
897
897
  version = "0.1.0"
898
898
  dependencies = [
899
- "aws-opentelemetry-distro==0.12.1",
899
+ "aws-opentelemetry-distro==0.12.2",
900
900
  "bedrock-agentcore==0.1.7",
901
- "boto3==1.40.55",
902
- "mcp==1.18.0",
901
+ "boto3==1.40.59",
902
+ "mcp==1.19.0",
903
903
  "strands-agents==1.13.0",
904
904
  "strands-agents-tools==0.2.12"
905
905
  ]
@@ -970,7 +970,7 @@ exports[`ts#mcp-server generator > should match snapshot for generated files > u
970
970
  "snapshot-server": "./src/snapshot-server/stdio.js"
971
971
  },
972
972
  "dependencies": {
973
- "@modelcontextprotocol/sdk": "1.20.0",
973
+ "@modelcontextprotocol/sdk": "1.20.1",
974
974
  "express": "5.1.0",
975
975
  "zod-v3": "npm:zod@^3"
976
976
  },
@@ -242,7 +242,7 @@ export const registerCreateWorkspaceCommandTool = (server: McpServer) => {
242
242
  text: \`Run the following command to create a workspace:
243
243
 
244
244
  \\\`\\\`\\\`bash
245
- npx create-nx-workspace@21.6.4 \${workspaceName} --pm=\${packageManager} --preset=@aws/nx-plugin --ci=skip --aiAgents
245
+ npx create-nx-workspace@21.6.5 \${workspaceName} --pm=\${packageManager} --preset=@aws/nx-plugin --ci=skip --aiAgents
246
246
  \\\`\\\`\\\`
247
247
 
248
248
  This will create a new workspace within the \${workspaceName} directory.
@@ -1069,14 +1069,14 @@ 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.122",
1073
- "@cloudscape-design/components": "3.0.1111",
1072
+ "@cloudscape-design/board-components": "3.0.123",
1073
+ "@cloudscape-design/components": "3.0.1114",
1074
1074
  "@cloudscape-design/global-styles": "1.0.46",
1075
1075
  "aws-cdk-lib": "2.220.0",
1076
1076
  "constructs": "10.4.2",
1077
1077
  "react": "19.0.0",
1078
1078
  "react-dom": "19.0.0",
1079
- "tailwindcss": "4.1.14"
1079
+ "tailwindcss": "4.1.15"
1080
1080
  },
1081
1081
  "devDependencies": {
1082
1082
  "@eslint/js": "^9.8.0",
@@ -1090,10 +1090,10 @@ exports[`react-website generator > Tanstack router integration > should generate
1090
1090
  "@swc/cli": "~0.6.0",
1091
1091
  "@swc/core": "~1.5.7",
1092
1092
  "@swc/helpers": "~0.5.11",
1093
- "@tailwindcss/vite": "4.1.14",
1093
+ "@tailwindcss/vite": "4.1.15",
1094
1094
  "@testing-library/dom": "10.4.0",
1095
1095
  "@testing-library/react": "16.1.0",
1096
- "@types/node": "22.18.10",
1096
+ "@types/node": "22.18.12",
1097
1097
  "@types/react": "19.0.0",
1098
1098
  "@types/react-dom": "19.0.0",
1099
1099
  "@vitejs/plugin-react": "^4.2.0",
@@ -2489,15 +2489,15 @@ 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.122",
2493
- "@cloudscape-design/components": "3.0.1111",
2492
+ "@cloudscape-design/board-components": "3.0.123",
2493
+ "@cloudscape-design/components": "3.0.1114",
2494
2494
  "@cloudscape-design/global-styles": "1.0.46",
2495
- "@tanstack/react-router": "1.132.47",
2495
+ "@tanstack/react-router": "1.133.21",
2496
2496
  "aws-cdk-lib": "2.220.0",
2497
2497
  "constructs": "10.4.2",
2498
2498
  "react": "19.0.0",
2499
2499
  "react-dom": "19.0.0",
2500
- "tailwindcss": "4.1.14"
2500
+ "tailwindcss": "4.1.15"
2501
2501
  },
2502
2502
  "devDependencies": {
2503
2503
  "@eslint/js": "^9.8.0",
@@ -2511,14 +2511,14 @@ exports[`react-website generator > Tanstack router integration > should generate
2511
2511
  "@swc/cli": "~0.6.0",
2512
2512
  "@swc/core": "~1.5.7",
2513
2513
  "@swc/helpers": "~0.5.11",
2514
- "@tailwindcss/vite": "4.1.14",
2515
- "@tanstack/router-generator": "1.132.51",
2516
- "@tanstack/router-plugin": "1.132.56",
2517
- "@tanstack/router-utils": "1.132.51",
2518
- "@tanstack/virtual-file-routes": "1.132.31",
2514
+ "@tailwindcss/vite": "4.1.15",
2515
+ "@tanstack/router-generator": "1.133.20",
2516
+ "@tanstack/router-plugin": "1.133.21",
2517
+ "@tanstack/router-utils": "1.133.19",
2518
+ "@tanstack/virtual-file-routes": "1.133.19",
2519
2519
  "@testing-library/dom": "10.4.0",
2520
2520
  "@testing-library/react": "16.1.0",
2521
- "@types/node": "22.18.10",
2521
+ "@types/node": "22.18.12",
2522
2522
  "@types/react": "19.0.0",
2523
2523
  "@types/react-dom": "19.0.0",
2524
2524
  "@vitejs/plugin-react": "^4.2.0",
@@ -4585,14 +4585,14 @@ 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.122",
4589
- "@cloudscape-design/components": "3.0.1111",
4588
+ "@cloudscape-design/board-components": "3.0.123",
4589
+ "@cloudscape-design/components": "3.0.1114",
4590
4590
  "@cloudscape-design/global-styles": "1.0.46",
4591
- "@tanstack/react-router": "1.132.47",
4591
+ "@tanstack/react-router": "1.133.21",
4592
4592
  "aws-cdk-lib": "2.220.0",
4593
4593
  "constructs": "10.4.2",
4594
4594
  "react": "19.0.0",
4595
4595
  "react-dom": "19.0.0",
4596
- "tailwindcss": "4.1.14",
4596
+ "tailwindcss": "4.1.15",
4597
4597
  }
4598
4598
  `;
@@ -6,63 +6,63 @@
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.910.0";
10
- readonly '@aws-sdk/client-dynamodb': "3.913.0";
11
- readonly '@aws-sdk/credential-providers': "3.910.0";
12
- readonly '@aws-sdk/credential-provider-cognito-identity': "3.910.0";
9
+ readonly '@aws-sdk/client-cognito-identity': "3.914.0";
10
+ readonly '@aws-sdk/client-dynamodb': "3.914.0";
11
+ readonly '@aws-sdk/credential-providers': "3.914.0";
12
+ readonly '@aws-sdk/credential-provider-cognito-identity': "3.914.0";
13
13
  readonly '@aws-smithy/server-apigateway': "1.0.0-alpha.10";
14
14
  readonly '@aws-smithy/server-node': "1.0.0-alpha.10";
15
- readonly '@aws-lambda-powertools/logger': "2.27.0";
16
- readonly '@aws-lambda-powertools/metrics': "2.27.0";
17
- readonly '@aws-lambda-powertools/tracer': "2.27.0";
18
- readonly '@aws-lambda-powertools/parser': "2.27.0";
15
+ readonly '@aws-lambda-powertools/logger': "2.28.0";
16
+ readonly '@aws-lambda-powertools/metrics': "2.28.0";
17
+ readonly '@aws-lambda-powertools/tracer': "2.28.0";
18
+ readonly '@aws-lambda-powertools/parser': "2.28.0";
19
19
  readonly '@middy/core': "6.4.5";
20
20
  readonly '@nxlv/python': "21.2.0";
21
21
  readonly '@nx-extend/terraform': "9.0.0";
22
- readonly '@nx/devkit': "21.6.4";
23
- readonly 'create-nx-workspace': "21.6.4";
24
- readonly '@modelcontextprotocol/sdk': "1.20.0";
22
+ readonly '@nx/devkit': "21.6.5";
23
+ readonly 'create-nx-workspace': "21.6.5";
24
+ readonly '@modelcontextprotocol/sdk': "1.20.1";
25
25
  readonly '@modelcontextprotocol/inspector': "0.17.1";
26
- readonly '@tanstack/react-router': "1.132.47";
27
- readonly '@tanstack/router-plugin': "1.132.56";
28
- readonly '@tanstack/router-generator': "1.132.51";
29
- readonly '@tanstack/virtual-file-routes': "1.132.31";
30
- readonly '@tanstack/router-utils': "1.132.51";
31
- readonly '@cloudscape-design/board-components': "3.0.122";
32
- readonly '@cloudscape-design/components': "3.0.1111";
26
+ readonly '@tanstack/react-router': "1.133.21";
27
+ readonly '@tanstack/router-plugin': "1.133.21";
28
+ readonly '@tanstack/router-generator': "1.133.20";
29
+ readonly '@tanstack/virtual-file-routes': "1.133.19";
30
+ readonly '@tanstack/router-utils': "1.133.19";
31
+ readonly '@cloudscape-design/board-components': "3.0.123";
32
+ readonly '@cloudscape-design/components': "3.0.1114";
33
33
  readonly '@cloudscape-design/global-styles': "1.0.46";
34
- readonly '@tanstack/react-query': "5.90.3";
34
+ readonly '@tanstack/react-query': "5.90.5";
35
35
  readonly '@tanstack/react-query-devtools': "5.90.2";
36
36
  readonly '@trpc/tanstack-react-query': "11.6.0";
37
37
  readonly '@trpc/client': "11.6.0";
38
38
  readonly '@trpc/server': "11.6.0";
39
- readonly '@types/node': "22.18.10";
40
- readonly '@types/aws-lambda': "8.10.155";
39
+ readonly '@types/node': "22.18.12";
40
+ readonly '@types/aws-lambda': "8.10.156";
41
41
  readonly '@types/cors': "2.8.19";
42
42
  readonly '@types/express': "5.0.3";
43
- readonly '@smithy/types': "4.7.1";
43
+ readonly '@smithy/types': "4.8.0";
44
44
  readonly aws4fetch: "1.0.20";
45
45
  readonly 'aws-cdk': "2.1030.0";
46
46
  readonly 'aws-cdk-lib': "2.220.0";
47
- readonly 'aws-xray-sdk-core': "3.10.3";
47
+ readonly 'aws-xray-sdk-core': "3.11.0";
48
48
  readonly constructs: "10.4.2";
49
49
  readonly cors: "2.8.5";
50
50
  readonly electrodb: "3.5.0";
51
- readonly esbuild: "0.25.10";
51
+ readonly esbuild: "0.25.11";
52
52
  readonly 'eslint-plugin-prettier': "5.5.4";
53
53
  readonly express: "5.1.0";
54
54
  readonly 'jsonc-eslint-parser': "2.4.1";
55
55
  readonly 'make-dir-cli': "4.0.0";
56
56
  readonly ncp: "2.0.0";
57
- readonly 'npm-check-updates': "19.1.0";
57
+ readonly 'npm-check-updates': "19.1.1";
58
58
  readonly 'oidc-client-ts': "3.3.0";
59
59
  readonly prettier: "3.6.2";
60
60
  readonly 'react-oidc-context': "3.3.0";
61
61
  readonly rimraf: "6.0.1";
62
- readonly rolldown: "1.0.0-beta.43";
62
+ readonly rolldown: "1.0.0-beta.44";
63
63
  readonly 'source-map-support': "0.5.21";
64
- readonly tailwindcss: "4.1.14";
65
- readonly '@tailwindcss/vite': "4.1.14";
64
+ readonly tailwindcss: "4.1.15";
65
+ readonly '@tailwindcss/vite': "4.1.15";
66
66
  readonly tsx: "4.20.6";
67
67
  readonly 'vite-tsconfig-paths': "5.1.4";
68
68
  readonly zod: "4.1.12";
@@ -73,23 +73,23 @@ export type ITsDepVersion = keyof typeof TS_VERSIONS;
73
73
  * Add versions to the given dependencies
74
74
  */
75
75
  export declare const withVersions: (deps: ITsDepVersion[]) => {
76
- [k: string]: "3.910.0" | "3.913.0" | "1.0.0-alpha.10" | "2.27.0" | "6.4.5" | "21.2.0" | "9.0.0" | "21.6.4" | "1.20.0" | "0.17.1" | "1.132.47" | "1.132.56" | "1.132.51" | "1.132.31" | "3.0.122" | "3.0.1111" | "1.0.46" | "5.90.3" | "5.90.2" | "11.6.0" | "22.18.10" | "8.10.155" | "2.8.19" | "5.0.3" | "4.7.1" | "1.0.20" | "2.1030.0" | "2.220.0" | "3.10.3" | "10.4.2" | "2.8.5" | "3.5.0" | "0.25.10" | "5.5.4" | "5.1.0" | "2.4.1" | "4.0.0" | "2.0.0" | "19.1.0" | "3.3.0" | "3.6.2" | "6.0.1" | "1.0.0-beta.43" | "0.5.21" | "4.1.14" | "4.20.6" | "5.1.4" | "4.1.12" | "npm:zod@^3";
76
+ [k: string]: "3.914.0" | "1.0.0-alpha.10" | "2.28.0" | "6.4.5" | "21.2.0" | "9.0.0" | "21.6.5" | "1.20.1" | "0.17.1" | "1.133.21" | "1.133.20" | "1.133.19" | "3.0.123" | "3.0.1114" | "1.0.46" | "5.90.5" | "5.90.2" | "11.6.0" | "22.18.12" | "8.10.156" | "2.8.19" | "5.0.3" | "4.8.0" | "1.0.20" | "2.1030.0" | "2.220.0" | "3.11.0" | "10.4.2" | "2.8.5" | "3.5.0" | "0.25.11" | "5.5.4" | "5.1.0" | "2.4.1" | "4.0.0" | "2.0.0" | "19.1.1" | "3.3.0" | "3.6.2" | "6.0.1" | "1.0.0-beta.44" | "0.5.21" | "4.1.15" | "4.20.6" | "5.1.4" | "4.1.12" | "npm:zod@^3";
77
77
  };
78
78
  /**
79
79
  * Versions for Python dependencies added by generators
80
80
  */
81
81
  export declare const PY_VERSIONS: {
82
- readonly 'aws-lambda-powertools': "==3.21.0";
83
- readonly 'aws-lambda-powertools[tracer]': "==3.21.0";
84
- readonly 'aws-lambda-powertools[parser]': "==3.21.0";
85
- readonly 'aws-opentelemetry-distro': "==0.12.1";
82
+ readonly 'aws-lambda-powertools': "==3.22.0";
83
+ readonly 'aws-lambda-powertools[tracer]': "==3.22.0";
84
+ readonly 'aws-lambda-powertools[parser]': "==3.22.0";
85
+ readonly 'aws-opentelemetry-distro': "==0.12.2";
86
86
  readonly 'bedrock-agentcore': "==0.1.7";
87
- readonly boto3: "==1.40.55";
88
- readonly checkov: "==3.2.484";
89
- readonly fastapi: "==0.119.0";
90
- readonly 'fastapi[standard]': "==0.119.0";
87
+ readonly boto3: "==1.40.59";
88
+ readonly checkov: "==3.2.487";
89
+ readonly fastapi: "==0.120.0";
90
+ readonly 'fastapi[standard]': "==0.120.0";
91
91
  readonly mangum: "==0.19.0";
92
- readonly mcp: "==1.18.0";
92
+ readonly mcp: "==1.19.0";
93
93
  readonly 'pip-check-updates': "==0.27.0";
94
94
  readonly 'strands-agents': "==1.13.0";
95
95
  readonly 'strands-agents-tools': "==0.2.12";
@@ -9,63 +9,63 @@ 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.910.0',
13
- '@aws-sdk/client-dynamodb': '3.913.0',
14
- '@aws-sdk/credential-providers': '3.910.0',
15
- '@aws-sdk/credential-provider-cognito-identity': '3.910.0',
12
+ '@aws-sdk/client-cognito-identity': '3.914.0',
13
+ '@aws-sdk/client-dynamodb': '3.914.0',
14
+ '@aws-sdk/credential-providers': '3.914.0',
15
+ '@aws-sdk/credential-provider-cognito-identity': '3.914.0',
16
16
  '@aws-smithy/server-apigateway': '1.0.0-alpha.10',
17
17
  '@aws-smithy/server-node': '1.0.0-alpha.10',
18
- '@aws-lambda-powertools/logger': '2.27.0',
19
- '@aws-lambda-powertools/metrics': '2.27.0',
20
- '@aws-lambda-powertools/tracer': '2.27.0',
21
- '@aws-lambda-powertools/parser': '2.27.0',
18
+ '@aws-lambda-powertools/logger': '2.28.0',
19
+ '@aws-lambda-powertools/metrics': '2.28.0',
20
+ '@aws-lambda-powertools/tracer': '2.28.0',
21
+ '@aws-lambda-powertools/parser': '2.28.0',
22
22
  '@middy/core': '6.4.5',
23
23
  '@nxlv/python': '21.2.0',
24
24
  '@nx-extend/terraform': '9.0.0',
25
- '@nx/devkit': '21.6.4',
26
- 'create-nx-workspace': '21.6.4',
27
- '@modelcontextprotocol/sdk': '1.20.0',
25
+ '@nx/devkit': '21.6.5',
26
+ 'create-nx-workspace': '21.6.5',
27
+ '@modelcontextprotocol/sdk': '1.20.1',
28
28
  '@modelcontextprotocol/inspector': '0.17.1',
29
- '@tanstack/react-router': '1.132.47',
30
- '@tanstack/router-plugin': '1.132.56',
31
- '@tanstack/router-generator': '1.132.51',
32
- '@tanstack/virtual-file-routes': '1.132.31',
33
- '@tanstack/router-utils': '1.132.51',
34
- '@cloudscape-design/board-components': '3.0.122',
35
- '@cloudscape-design/components': '3.0.1111',
29
+ '@tanstack/react-router': '1.133.21',
30
+ '@tanstack/router-plugin': '1.133.21',
31
+ '@tanstack/router-generator': '1.133.20',
32
+ '@tanstack/virtual-file-routes': '1.133.19',
33
+ '@tanstack/router-utils': '1.133.19',
34
+ '@cloudscape-design/board-components': '3.0.123',
35
+ '@cloudscape-design/components': '3.0.1114',
36
36
  '@cloudscape-design/global-styles': '1.0.46',
37
- '@tanstack/react-query': '5.90.3',
37
+ '@tanstack/react-query': '5.90.5',
38
38
  '@tanstack/react-query-devtools': '5.90.2',
39
39
  '@trpc/tanstack-react-query': '11.6.0',
40
40
  '@trpc/client': '11.6.0',
41
41
  '@trpc/server': '11.6.0',
42
- '@types/node': '22.18.10',
43
- '@types/aws-lambda': '8.10.155',
42
+ '@types/node': '22.18.12',
43
+ '@types/aws-lambda': '8.10.156',
44
44
  '@types/cors': '2.8.19',
45
45
  '@types/express': '5.0.3',
46
- '@smithy/types': '4.7.1',
46
+ '@smithy/types': '4.8.0',
47
47
  aws4fetch: '1.0.20',
48
48
  'aws-cdk': '2.1030.0',
49
49
  'aws-cdk-lib': '2.220.0',
50
- 'aws-xray-sdk-core': '3.10.3',
50
+ 'aws-xray-sdk-core': '3.11.0',
51
51
  constructs: '10.4.2',
52
52
  cors: '2.8.5',
53
53
  electrodb: '3.5.0',
54
- esbuild: '0.25.10',
54
+ esbuild: '0.25.11',
55
55
  'eslint-plugin-prettier': '5.5.4',
56
56
  express: '5.1.0',
57
57
  'jsonc-eslint-parser': '2.4.1',
58
58
  'make-dir-cli': '4.0.0',
59
59
  ncp: '2.0.0',
60
- 'npm-check-updates': '19.1.0',
60
+ 'npm-check-updates': '19.1.1',
61
61
  'oidc-client-ts': '3.3.0',
62
62
  prettier: '3.6.2',
63
63
  'react-oidc-context': '3.3.0',
64
64
  rimraf: '6.0.1',
65
- rolldown: '1.0.0-beta.43',
65
+ rolldown: '1.0.0-beta.44',
66
66
  'source-map-support': '0.5.21',
67
- tailwindcss: '4.1.14',
68
- '@tailwindcss/vite': '4.1.14',
67
+ tailwindcss: '4.1.15',
68
+ '@tailwindcss/vite': '4.1.15',
69
69
  tsx: '4.20.6', // https://github.com/privatenumber/tsx/issues/727
70
70
  'vite-tsconfig-paths': '5.1.4',
71
71
  zod: '4.1.12',
@@ -82,17 +82,17 @@ exports.withVersions = withVersions;
82
82
  * Versions for Python dependencies added by generators
83
83
  */
84
84
  exports.PY_VERSIONS = {
85
- 'aws-lambda-powertools': '==3.21.0',
86
- 'aws-lambda-powertools[tracer]': '==3.21.0',
87
- 'aws-lambda-powertools[parser]': '==3.21.0',
88
- 'aws-opentelemetry-distro': '==0.12.1',
85
+ 'aws-lambda-powertools': '==3.22.0',
86
+ 'aws-lambda-powertools[tracer]': '==3.22.0',
87
+ 'aws-lambda-powertools[parser]': '==3.22.0',
88
+ 'aws-opentelemetry-distro': '==0.12.2',
89
89
  'bedrock-agentcore': '==0.1.7',
90
- boto3: '==1.40.55',
91
- checkov: '==3.2.484',
92
- fastapi: '==0.119.0',
93
- 'fastapi[standard]': '==0.119.0',
90
+ boto3: '==1.40.59',
91
+ checkov: '==3.2.487',
92
+ fastapi: '==0.120.0',
93
+ 'fastapi[standard]': '==0.120.0',
94
94
  mangum: '==0.19.0',
95
- mcp: '==1.18.0',
95
+ mcp: '==1.19.0',
96
96
  'pip-check-updates': '==0.27.0',
97
97
  'strands-agents': '==1.13.0',
98
98
  'strands-agents-tools': '==0.2.12',