Bump uuid from 3.3.3 to 8.3.2 (#5170)

This commit is contained in:
dependabot[bot]
2022-05-25 16:09:08 -05:00
committed by GitHub
parent d9ac0182c3
commit f74a35f45a
23 changed files with 23 additions and 23 deletions

View File

@@ -21,7 +21,7 @@
*****************************************************************************/
import EventEmitter from 'EventEmitter';
import uuid from 'uuid';
import { v4 as uuid } from 'uuid';
import createExampleUser from './exampleUserCreator';
export default class ExampleUserProvider extends EventEmitter {