niamurrell / value-app

Calculate the per-use value of purchases over time.
https://valuemax.herokuapp.com/
MIT License
12 stars 18 forks source link

App error: DeprecationWarning: collection.update is deprecated. Use updateOne, updateMany, or bulkWrite instead. #32

Closed niamurrell closed 5 years ago

niamurrell commented 5 years ago

Expected Behavior

No server errors when running the app.

Actual Behavior

Server logs error on opening root route:

DeprecationWarning: collection.update is deprecated. Use updateOne, updateMany, or bulkWrite instead.

Your Environment

niamurrell commented 5 years ago

Warning went away with dependency updates.