Hi, I know there is an issue with this package that is not affecting everyone in NestJS projects, but do you know the current status? Or is there any issue that I can follow? I have seen solutions like making a:
"overrides": {
"@nestjs/platform-express": {
"body-parser": "1.20.3",
"express": "4.21.0",
"path-to-regexp": "^3.3.0"
},
"@nestjs/core": {
"path-to-regexp": "^3.3.0"
}
}
But I think it's something that must be temporary, I imagine.