-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade deps #118
Comments
@CodyGramlich Would you mind making a PR for this when you're free? |
@CodyGramlich Sorry for the late review. Could you upgrade Axios as well? |
Some history regarding the exploit. We're currently at high risk of a DOS. |
Looking into it right now. |
Axios is a dependency of the @nestjs/common package. The latest version of @nestjs/common is 6.2.4, which has not upgraded axios to 0.19.0 yet. nestjs/nest@c687b5b#diff-e5ee084bbc7db467b9d6ba0fba1beb9fL15 |
nestjs/nest#2311 I think we have to wait until this gets merged and wait for their next release. |
@CodyGramlich Can you upgrade Nest to 6.x now? When they cut the minor version, we'll be ready that way. |
Sure. We have to upgrade elasticsearch as well because @nestjs/elasticsearch is a peer dependency of @nestjs/common. |
That is pretty unfortunate. Try upgrading and be sure to test the backend. |
I'm worried this could alter our schema. |
Closed with #125. |
Upgrade extend to version 3.0.2 or later
The text was updated successfully, but these errors were encountered: