Feature Description
Hi guys
in the mongodb dirver version 6.x.x, they fixed a bug about memory leak in findOne query, but the last version of typeorm package just compatible with mongodb driver version 5.x.x and is cause a dependency conflict.Mongodb
The Solution
a new version of typeorm that is compatible with mongodb driver version 6.x.x
Considered Alternatives
we can use --force in the install command, but it's risky that causes other issues
Additional Context
No response
Relevant Database Driver(s)
Are you willing to resolve this issue by submitting a Pull Request?
No, I don’t have the time, but I can support (using donations) development.