Add uuid as a dependency

This commit is contained in:
Oliver-Akins 2022-01-09 00:31:09 -06:00
parent 15da1158c7
commit e246b16385
2 changed files with 17 additions and 2 deletions

13
server/pnpm-lock.yaml generated
View file

@ -2,11 +2,13 @@ lockfileVersion: 5.3
specifiers:
'@types/glob': ^7.2.0
'@types/uuid': ^8.3.4
common: link:../common
glob: ^7.2.0
socket.io: ^4.4.0
toml: ^3.0.0
tslog: ^3.3.1
uuid: ^8.3.2
dependencies:
common: link:../common
@ -14,9 +16,11 @@ dependencies:
socket.io: 4.4.0
toml: 3.0.0
tslog: 3.3.1
uuid: 8.3.2
devDependencies:
'@types/glob': 7.2.0
'@types/uuid': 8.3.4
packages:
@ -46,6 +50,10 @@ packages:
/@types/node/17.0.8:
resolution: {integrity: sha512-YofkM6fGv4gDJq78g4j0mMuGMkZVxZDgtU0JRdx6FgiJDG+0fY0GKVolOV8WqVmEhLCXkQRjwDdKyPxJp/uucg==}
/@types/uuid/8.3.4:
resolution: {integrity: sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==}
dev: true
/accepts/1.3.7:
resolution: {integrity: sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==}
engines: {node: '>= 0.6'}
@ -262,6 +270,11 @@ packages:
source-map-support: 0.5.21
dev: false
/uuid/8.3.2:
resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==}
hasBin: true
dev: false
/vary/1.1.2:
resolution: {integrity: sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=}
engines: {node: '>= 0.8'}