diff --git a/package-lock.json b/package-lock.json index 37ff8ec..9e7a735 100644 --- a/package-lock.json +++ b/package-lock.json @@ -75,7 +75,7 @@ }, "node_modules/@algorandfoundation/liquid-client": { "version": "0.0.1", - "resolved": "git+ssh://git@github.com/algorandfoundation/liquid-auth-js.git#b56d66eeecf89014692c76578b534b5be3b282a0", + "resolved": "git+ssh://git@github.com/algorandfoundation/liquid-auth-js.git#334a3434afaf3dc4fab62bcb14ee152922501c57", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { @@ -83,7 +83,21 @@ "eventemitter3": "^5.0.1", "qr-code-styling": "*", "socket.io-client": "^4.7.5", - "tweetnacl": "^1.0.3" + "tweetnacl": "^1.0.3", + "uuid": "^10.0.0" + } + }, + "node_modules/@algorandfoundation/liquid-client/node_modules/uuid": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" } }, "node_modules/@ampproject/remapping": {