diff --git a/package.json b/package.json index f8916f84..1967f995 100644 --- a/package.json +++ b/package.json @@ -41,8 +41,8 @@ "graphviz": "0.0.8", "grpc": "1.24.4", "gun": "git://github.com/amark/gun#97aa976c97e6219a9f93095d32c220dcd371ca62", - "hybrid-relay-client": "git://github.com/shocknet/hybridRelayClient#a99e57794cf7a62f0f5b6aef53a35d6b77d0a889", "husky": "^4.2.5", + "hybrid-relay-client": "git://github.com/shocknet/hybridRelayClient#a99e57794cf7a62f0f5b6aef53a35d6b77d0a889", "jsonfile": "^4.0.0", "jsonwebtoken": "^8.3.0", "localtunnel": "git://github.com/shocknet/localtunnel#40cc2c2a46b05da2217bf2e20da11a5343a5cce7", @@ -62,6 +62,7 @@ "socket.io-msgpack-parser": "^3.0.1", "text-encoding": "^0.7.0", "tingodb": "^0.6.1", + "uuid": "3.x.x", "winston": "^3.3.3", "winston-daily-rotate-file": "^4.5.0" }, @@ -79,7 +80,7 @@ "@types/node-persist": "^3.1.1", "@types/ramda": "types/npm-ramda#dist", "@types/react": "16.x.x", - "@types/uuid": "^3.4.5", + "@types/uuid": "3.x.x", "babel-eslint": "^10.1.0", "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", "eslint": "^6.6.0", diff --git a/yarn.lock b/yarn.lock index af6753bf..600da8ab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -835,12 +835,10 @@ resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e" integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw== -"@types/uuid@^3.4.5": - version "3.4.5" - resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-3.4.5.tgz#d4dc10785b497a1474eae0ba7f0cb09c0ddfd6eb" - integrity sha512-MNL15wC3EKyw1VLF+RoVO4hJJdk9t/Hlv3rt1OL65Qvuadm4BYo6g9ZJQqoq7X8NBFSsQXgAujWciovh2lpVjA== - dependencies: - "@types/node" "*" +"@types/uuid@3.x.x": + version "3.4.10" + resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-3.4.10.tgz#637d3c8431f112edf6728ac9bdfadfe029540f48" + integrity sha512-BgeaZuElf7DEYZhWYDTc/XcLZXdVgFkVSTa13BqKvbnmUrxr3TJFKofUxCtDO9UQOdhnV+HPOESdHiHKZOJV1A== "@types/yargs-parser@*": version "13.1.0"