kiva / protocol-common

Shared code across the various protocol microservices
Apache License 2.0
10 stars 3 forks source link

fix random-crypto-string version #47

Closed jsaur closed 3 years ago

jsaur commented 3 years ago

Signed-off-by: Jacob Saur jsaur@kiva.org

🔥 🐞 🙋 🚫 🚀

(Click here if you don't understand these emojis)

What issue is this targeting? I got too excited and upgrade to the latest version of crypto-random-string which only support ESM and not CommonJS - https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c . Since we're still using CommonJS in our repos we need to downgrade to the previous version.

Changes proposed in this pull request

🚀 Deployment changes 🚀
(list added or removed env, db changes etc)

Other Notes