diff --git a/package-lock.json b/package-lock.json index 36d463bbb9..6e3d647c5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2395,7 +2395,6 @@ "requires": { "@babel/runtime": "7.6.3", "@babel/runtime-corejs3": "7.6.3", - "uuid": "3.3.3", "ws": "7.1.2", "xmlhttprequest": "1.8.0" } @@ -2443,7 +2442,6 @@ "requires": { "@babel/runtime": "7.7.4", "@babel/runtime-corejs3": "7.7.4", - "uuid": "3.3.3", "ws": "7.2.0", "xmlhttprequest": "1.8.0" } @@ -6882,8 +6880,7 @@ "apollo-link": "^1.2.3", "apollo-utilities": "^1.0.1", "deprecated-decorator": "^0.1.6", - "iterall": "^1.1.3", - "uuid": "^3.1.0" + "iterall": "^1.1.3" } }, "graphql-upload": { @@ -7723,8 +7720,7 @@ "istanbul-lib-coverage": "^3.0.0-alpha.1", "make-dir": "^3.0.0", "p-map": "^3.0.0", - "rimraf": "^3.0.0", - "uuid": "^3.3.3" + "rimraf": "^3.0.0" }, "dependencies": { "make-dir": { @@ -9693,7 +9689,6 @@ "signal-exit": "^3.0.2", "spawn-wrap": "^2.0.0", "test-exclude": "^6.0.0", - "uuid": "^3.3.3", "yargs": "^15.0.2" }, "dependencies": { @@ -10064,7 +10059,6 @@ "@babel/runtime": "7.7.7", "@babel/runtime-corejs3": "7.7.7", "crypto-js": "3.1.9-1", - "uuid": "3.3.3", "ws": "7.2.1", "xmlhttprequest": "1.8.0" }, @@ -10717,8 +10711,7 @@ "qs": "~6.5.2", "safe-buffer": "^5.1.2", "tough-cookie": "~2.4.3", - "tunnel-agent": "^0.6.0", - "uuid": "^3.3.2" + "tunnel-agent": "^0.6.0" }, "dependencies": { "form-data": { @@ -12163,9 +12156,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": "7.0.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.2.tgz", + "integrity": "sha512-vy9V/+pKG+5ZTYKf+VcphF5Oc6EFiu3W8Nv3P3zIh0EqVI80ZxOzuPfe9EHjkFNvf8+xuTHVeei4Drydlx4zjw==" }, "v8-compile-cache": { "version": "2.1.0", diff --git a/package.json b/package.json index d5e58a5103..14c3dba0dd 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": "7.0.2", "winston": "3.2.1", "winston-daily-rotate-file": "4.4.0", "ws": "7.2.1"