mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
Upgrade Server Deps (#12328)
* upgrade uuid * upgrade gulp-imagemin * upgrade bcrypt * upgrade validator.js * fix uuid import * upgrade got * upgrade sinon * upgrade passport-google-oauth2 * fix unit test
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import uuid from 'uuid';
|
||||
import { v4 as uuid } from 'uuid';
|
||||
|
||||
// TODO remove this file completely
|
||||
export default uuid.v4;
|
||||
export default uuid;
|
||||
|
||||
Reference in New Issue
Block a user