diff --git a/typescript/api-cors-lambda-crud-dynamodb/package.json b/typescript/api-cors-lambda-crud-dynamodb/package.json index 4fa19468fb..9e9f2a32a3 100644 --- a/typescript/api-cors-lambda-crud-dynamodb/package.json +++ b/typescript/api-cors-lambda-crud-dynamodb/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@types/node": "22.7.9", "aws-cdk": "2.1010.0", - "esbuild": "*", + "esbuild": "^0.25.0", "typescript": "~5.6.3" }, "dependencies": { diff --git a/typescript/api-gateway-lambda-token-authorizer/package.json b/typescript/api-gateway-lambda-token-authorizer/package.json index 199f71ebb5..70200d9b26 100644 --- a/typescript/api-gateway-lambda-token-authorizer/package.json +++ b/typescript/api-gateway-lambda-token-authorizer/package.json @@ -20,7 +20,7 @@ "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "typescript": "~5.6.3", - "esbuild": "^0.19.4" + "esbuild": "^0.25.0" }, "dependencies": { "@types/aws-lambda": "^8.10.121", diff --git a/typescript/appsync-graphql-typescript-resolver/resolvers/package.json b/typescript/appsync-graphql-typescript-resolver/resolvers/package.json index e1a5e8fa08..36de54f547 100644 --- a/typescript/appsync-graphql-typescript-resolver/resolvers/package.json +++ b/typescript/appsync-graphql-typescript-resolver/resolvers/package.json @@ -18,7 +18,7 @@ "@types/jest": "^29.5.14", "@typescript-eslint/eslint-plugin": "^5.60.0", "@typescript-eslint/parser": "^5.60.0", - "esbuild": "^0.18.6", + "esbuild": "^0.25.0", "eslint": "^8.43.0", "jest": "^29.7.0", "ts-jest": "^29.2.5", diff --git a/typescript/inspector2/package.json b/typescript/inspector2/package.json index 88f832653c..ff98854247 100644 --- a/typescript/inspector2/package.json +++ b/typescript/inspector2/package.json @@ -15,7 +15,7 @@ "@types/aws-lambda": "^8.10.109", "@types/jest": "^29.5.14", "@types/node": "22.7.9", - "esbuild": "^0.17.4", + "esbuild": "^0.25.0", "jest": "^29.7.0", "ts-jest": "^29.2.5", "ts-node": "^10.9.2",