diff --git a/package-lock.json b/package-lock.json index 15fc055d..7f9b96ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2518,7 +2518,7 @@ "stringstream": "0.0.5", "tough-cookie": "2.3.3", "tunnel-agent": "0.6.0", - "uuid": "3.1.0" + "uuid": "3.2.0" } }, "sntp": { @@ -4519,7 +4519,7 @@ "stringstream": "0.0.5", "tough-cookie": "2.3.3", "tunnel-agent": "0.6.0", - "uuid": "3.1.0" + "uuid": "3.2.0" } }, "require-uncached": { @@ -5093,9 +5093,9 @@ "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" }, "uuid": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.1.0.tgz", - "integrity": "sha512-DIWtzUkw04M4k3bf1IcpS2tngXEL26YUD2M0tMDUpnUrz2hgzUBlD55a4FjdLGPvfHxS6uluGWvaVEqgBcVa+g==" + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.2.0.tgz", + "integrity": "sha512-qC0vMFX6q6ee8JaoTF2Om1uL8KAV1ATUjVaHRxLiPJkIsp8JZl6ZjG0MIB+twZFLbi1vXj30rqj4zlqYiOS9xg==" }, "v8-profiler": { "version": "5.7.0", diff --git a/package.json b/package.json index be3375bb..7d9967fa 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "qs": "6.5.1", "request": "2.83.0", "use-strict": "1.0.1", - "uuid": "3.1.0" + "uuid": "3.2.0" }, "devDependencies": { "coveralls": "3.0.0",