diff --git a/package-lock.json b/package-lock.json index 70922f4..a902481 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "rondevu-demo", "version": "2.0.0", "dependencies": { - "@xtr-dev/rondevu-client": "^0.8.1", + "@xtr-dev/rondevu-client": "^0.8.2", "@zxing/library": "^0.21.3", "qrcode": "^1.5.4", "react": "^18.2.0", @@ -1180,9 +1180,9 @@ } }, "node_modules/@xtr-dev/rondevu-client": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/@xtr-dev/rondevu-client/-/rondevu-client-0.8.1.tgz", - "integrity": "sha512-RFZ/Y2N7THB7VYfcCudua/kBK3YBxSmXVPTSynRnRJmGsp/s7dUCqSa4y2fNLYPbvjJaTjY6bfVk9fLQBfgqxA==", + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/@xtr-dev/rondevu-client/-/rondevu-client-0.8.2.tgz", + "integrity": "sha512-s2HcdPlGAFTZNG0YfaAuKdji9dKOgOJql26+Xh1JXSADeeDV1UhJGeftGVZtyAxgSAp137JYpMUv4ruFK+DYCQ==", "license": "MIT", "dependencies": { "@noble/ed25519": "^3.0.0" diff --git a/package.json b/package.json index 210215b..76a2065 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "deploy": "npm run build && npx wrangler pages deploy dist --project-name=rondevu-demo" }, "dependencies": { - "@xtr-dev/rondevu-client": "^0.8.1", + "@xtr-dev/rondevu-client": "^0.8.2", "@zxing/library": "^0.21.3", "qrcode": "^1.5.4", "react": "^18.2.0",