Add phantom dependency (UUID) to package.json

This package was being pulled from shock-common but wasn't
explicitly stated in package.json
This commit is contained in:
Daniel Lugo 2021-09-12 14:56:05 -04:00
parent f162407043
commit 761e76fd78
2 changed files with 7 additions and 8 deletions

View file

@ -41,8 +41,8 @@
"graphviz": "0.0.8", "graphviz": "0.0.8",
"grpc": "1.24.4", "grpc": "1.24.4",
"gun": "git://github.com/amark/gun#97aa976c97e6219a9f93095d32c220dcd371ca62", "gun": "git://github.com/amark/gun#97aa976c97e6219a9f93095d32c220dcd371ca62",
"hybrid-relay-client": "git://github.com/shocknet/hybridRelayClient#a99e57794cf7a62f0f5b6aef53a35d6b77d0a889",
"husky": "^4.2.5", "husky": "^4.2.5",
"hybrid-relay-client": "git://github.com/shocknet/hybridRelayClient#a99e57794cf7a62f0f5b6aef53a35d6b77d0a889",
"jsonfile": "^4.0.0", "jsonfile": "^4.0.0",
"jsonwebtoken": "^8.3.0", "jsonwebtoken": "^8.3.0",
"localtunnel": "git://github.com/shocknet/localtunnel#40cc2c2a46b05da2217bf2e20da11a5343a5cce7", "localtunnel": "git://github.com/shocknet/localtunnel#40cc2c2a46b05da2217bf2e20da11a5343a5cce7",
@ -62,6 +62,7 @@
"socket.io-msgpack-parser": "^3.0.1", "socket.io-msgpack-parser": "^3.0.1",
"text-encoding": "^0.7.0", "text-encoding": "^0.7.0",
"tingodb": "^0.6.1", "tingodb": "^0.6.1",
"uuid": "3.x.x",
"winston": "^3.3.3", "winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.0" "winston-daily-rotate-file": "^4.5.0"
}, },
@ -79,7 +80,7 @@
"@types/node-persist": "^3.1.1", "@types/node-persist": "^3.1.1",
"@types/ramda": "types/npm-ramda#dist", "@types/ramda": "types/npm-ramda#dist",
"@types/react": "16.x.x", "@types/react": "16.x.x",
"@types/uuid": "^3.4.5", "@types/uuid": "3.x.x",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"eslint": "^6.6.0", "eslint": "^6.6.0",

View file

@ -835,12 +835,10 @@
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e" resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw== integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==
"@types/uuid@^3.4.5": "@types/uuid@3.x.x":
version "3.4.5" version "3.4.10"
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-3.4.5.tgz#d4dc10785b497a1474eae0ba7f0cb09c0ddfd6eb" resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-3.4.10.tgz#637d3c8431f112edf6728ac9bdfadfe029540f48"
integrity sha512-MNL15wC3EKyw1VLF+RoVO4hJJdk9t/Hlv3rt1OL65Qvuadm4BYo6g9ZJQqoq7X8NBFSsQXgAujWciovh2lpVjA== integrity sha512-BgeaZuElf7DEYZhWYDTc/XcLZXdVgFkVSTa13BqKvbnmUrxr3TJFKofUxCtDO9UQOdhnV+HPOESdHiHKZOJV1A==
dependencies:
"@types/node" "*"
"@types/yargs-parser@*": "@types/yargs-parser@*":
version "13.1.0" version "13.1.0"