openapi-generator-cli
openapi-generator-cli copied to clipboard
[BUG] outdated dependencies, specifically @nestjs/core
🐛 Bug Report:
It appears that many dependencies used have fixed version numbers in package.json and have not been updated in some time.
Describe the bug
@nestjs/core has a vulnerability raised by dependabot: "@nestjs/core vulnerable to Information Exposure via StreamableFile pipe" The @nestjs/core version 8.4.4 was released nearly a year ago: https://github.com/nestjs/nest/releases/tag/v8.4.4
I'd recommend updating this dependency as soon as possible, and investigating others that may also be outdated.
This should be getting fixed in this PR #693
It would be nice to upgrade to 9.0.5 or greater to avoid the security vulnerability. Or you could unpin the dependency doing something like "^9.0.5" to allow consumers to sidestep future vulnerabilities without a change to this library.
This should be getting fixed in this PR #693
It appears that said PR was merged but no new release was made? Any chance this will be released soon?
I think we are all waiting... It is annoying to get 2 moderate severity vulnerabilities on each npm i run. Anyone available here?