w3tecch / typeorm-seeding

🌱 A delightful way to seed test data into your database.
https://www.npmjs.com/package/typeorm-seeding
MIT License
887 stars 132 forks source link

Update internal faker library #109

Closed kkoomen closed 3 years ago

kkoomen commented 3 years ago

The version of the faker library you're using internally doesn't have the faker.random.arrayElements() method. (Please the s in arrayElements, because the singular version does exists, called arrayElement()).

Please update the internal faker to the latest version.