diff --git a/package.json b/package.json index d3614a9..3857c89 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,11 @@ "dependencies": { "@types/engine.io": "^3.1.4", "@types/socket.io": "^2.1.11", + "@types/uuid": "^8.3.0", "fs": "^0.0.1-security", "socket.io": "^2.3.0", "tslog": "^2.9.0", - "typescript": "^4.0.3" + "typescript": "^4.0.3", + "uuid": "^8.3.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5a3dc20..69356bd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,10 +1,12 @@ dependencies: '@types/engine.io': 3.1.4 '@types/socket.io': 2.1.11 + '@types/uuid': 8.3.0 fs: 0.0.1-security socket.io: 2.3.0 tslog: 2.9.0 typescript: 4.0.3 + uuid: 8.3.1 lockfileVersion: 5.1 packages: /@types/engine.io/3.1.4: @@ -24,6 +26,10 @@ packages: dev: false resolution: integrity: sha512-bVprmqPhJMLb9ZCm8g0Xy8kwBFRbnanOWSxzWkDkkIwxTvud5tKMfAJymXX6LQbizUKCS1yima7JM4BeLqjNqA== + /@types/uuid/8.3.0: + dev: false + resolution: + integrity: sha512-eQ9qFW/fhfGJF8WKHGEHZEyVWfZxrT+6CLIJGBcZPfxUh/+BnEj+UCGYMlr9qZuX/2AltsvwrGqp0LhEW8D0zQ== /accepts/1.3.7: dependencies: mime-types: 2.1.27 @@ -300,6 +306,11 @@ packages: hasBin: true resolution: integrity: sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg== + /uuid/8.3.1: + dev: false + hasBin: true + resolution: + integrity: sha512-FOmRr+FmWEIG8uhZv6C2bTgEVXsHk08kE7mPlrBbEe+c3r9pjceVPgupIfNIhc4yx55H69OXANrUaSuu9eInKg== /ws/6.1.4: dependencies: async-limiter: 1.0.1 @@ -333,7 +344,9 @@ packages: specifiers: '@types/engine.io': ^3.1.4 '@types/socket.io': ^2.1.11 + '@types/uuid': ^8.3.0 fs: ^0.0.1-security socket.io: ^2.3.0 tslog: ^2.9.0 typescript: ^4.0.3 + uuid: ^8.3.1