Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / node_modules / uuid / rng.js
1 var rb = require('crypto').randomBytes;
2 module.exports = function() {
3   return rb(16);
4 };