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:
Matteo Pagliazzi
2020-06-22 11:51:52 +02:00
committed by GitHub
parent fa7448c41d
commit ba16fa6854
7 changed files with 762 additions and 329 deletions

View File

@@ -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;