knex
                                
                                
                                
                                    knex copied to clipboard
                            
                            
                            
                        Update knex and nest packages to latest versions
This solves the following:
- If you update your 
knexto the latest version, you will get an error because @nestjsplus/knex is not using latest knex version - You can't run this on newer node version (v14+)
 
cc @johnbiundo
This will solve the issue https://github.com/knex/knex/issues/3831. This library is practically unusable now.