diff --git a/package-lock.json b/package-lock.json index 6251e5ed38..83495b54bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2398,6 +2398,13 @@ "uuid": "3.3.3", "ws": "7.1.2", "xmlhttprequest": "1.8.0" + }, + "dependencies": { + "uuid": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz", + "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==" + } } }, "ws": { @@ -2446,6 +2453,13 @@ "uuid": "3.3.3", "ws": "7.2.0", "xmlhttprequest": "1.8.0" + }, + "dependencies": { + "uuid": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz", + "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==" + } } }, "ws": { @@ -10084,6 +10098,11 @@ "core-js-pure": "^3.0.0", "regenerator-runtime": "^0.13.2" } + }, + "uuid": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz", + "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==" } } }, @@ -12172,9 +12191,9 @@ "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" }, "uuid": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz", - "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==" + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" }, "v8-compile-cache": { "version": "2.1.0", diff --git a/package.json b/package.json index d9cd3df503..631c5fb554 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "semver": "7.1.3", "subscriptions-transport-ws": "0.9.16", "tv4": "1.3.0", - "uuid": "3.3.3", + "uuid": "3.4.0", "winston": "3.2.1", "winston-daily-rotate-file": "4.4.2", "ws": "7.2.3"