We use a number of dependencies which can be dropped and replaced with built-in cryptographic functionality that is now part of Node/web platform: - remove `sha.js` (use crypto Web API instead) #11769 - remove `uuid` in favour of builtin crypto module - replace built-in hashing function with builtin crypto module
We use a number of dependencies which can be dropped and replaced with built-in cryptographic functionality that is now part of Node/web platform:
sha.js(use crypto Web API instead) refactor: replace uuid with native Crypto API #11769uuidin favour of builtin crypto module