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
WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
Would it be possible to update the dependencies?
The text was updated successfully, but these errors were encountered:
I would consider remove uuid package dependency in favor of node.js crypto randomUUID (see https://nodejs.org/api/crypto.html#cryptorandomuuidoptions). It is in node.js since node.js 14. In case this option is chosen I would suggest to bump the library to a major version because it would drop support to node.js 12 (this version of the runtime already reached its ends of life). Thank you.
There are three outdated packages in dependencies.
Would it be possible to update the dependencies?
The text was updated successfully, but these errors were encountered: