You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2021. It is now read-only.
It used to use a cipher algorithm built into node for storing local variables/secrets. That library was deprecated and replaced by the cipheriv algorithm, which is what's leading to this warning.
It used to use a cipher algorithm built into node for storing local variables/secrets. That library was deprecated and replaced by the cipheriv algorithm, which is what's leading to this warning.