OptimalBits / node_acl

Access control lists for node applications
2.62k stars 369 forks source link

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

Closed har4s closed 4 years ago

har4s commented 4 years ago

i got these warning

(node:12478) DeprecationWarning: collection.update is deprecated. Use updateOne, updateMany, or bulkWrite instead.
(node:12478) DeprecationWarning: collection.ensureIndex is deprecated. Use createIndexes instead.

with "mongoose": "^5.9.10"