Skip to content

Commit

Permalink
Merge pull request #1895 from ipv4sec/master
Browse files Browse the repository at this point in the history
fix(deps): update uuid deprecated
  • Loading branch information
artem-zakharchenko committed Feb 8, 2021
2 parents af58809 + 193673d commit b191dc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/dredd/lib/HooksWorkerClient.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import generateUuid from 'uuid/v4';
import { v4 as generateUuid } from 'uuid';
import net from 'net';
import path from 'path';
import spawnArgs from 'spawn-args';
Expand Down
2 changes: 1 addition & 1 deletion packages/dredd/lib/reporters/ApiaryReporter.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import clone from 'clone';
import generateUuid from 'uuid/v4';
import { v4 as generateUuid } from 'uuid';
import os from 'os';
import request from 'request';

Expand Down

0 comments on commit b191dc0

Please sign in to comment.