mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-03 16:21:30 +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:
@@ -1,7 +1,6 @@
|
||||
const fs = require('fs-extra')
|
||||
const path = require('path')
|
||||
const { MongoClient } = require("mongodb");
|
||||
const { uuid } = require('uuidv4');
|
||||
const _ = require('lodash');
|
||||
|
||||
const config_api = require('./config');
|
||||
|
||||
Reference in New Issue
Block a user