seanemmer / mongoose-seed

Seed data population for Mongoose
MIT License
52 stars 33 forks source link

Mongoose deprecated options removed #42

Closed baronnath closed 2 years ago

baronnath commented 2 years ago

Deprecated options must be removed as per Mongoose advise on link below. These options are now true by default. https://mongoosejs.com/docs/migrating_to_6.html#no-more-deprecation-warning-options

Lexouden commented 2 years ago

@seanemmer Could you review, merge and publish this patch please.