mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-30 08:30:59 +03:00
Replaced deprecated uuidv4 with uuid
Fixed some npm vulnerabilities Updated backend package-lock.json from v1 to v3
This commit is contained in:
@@ -5,7 +5,7 @@ const winston = require('winston');
|
||||
const path = require('path');
|
||||
const util = require('util');
|
||||
const fs = require('fs-extra');
|
||||
const { uuid } = require('uuidv4');
|
||||
const { v4: uuid } = require('uuid');
|
||||
const NodeID3 = require('node-id3');
|
||||
const exec = util.promisify(require('child_process').exec);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user