-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: upgrade mongoose #190
Conversation
@@ -72,7 +72,6 @@ | |||
"@types/hapi__joi": "^17.1.4", | |||
"@types/jest": "^26.0.5", | |||
"@types/mongodb": "^3.5.25", | |||
"@types/mongoose": "^5.7.34", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this not needed anymore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
types are included in mongoose 5.11.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after Doruk's comment
63da236
to
65842d6
Compare
Change description
Upgrade mongoose, update ci pipeline to use mongodb 5.0.20
Type of change
Related issues
Checklists
Development
Security
Code review