diff --git a/src/interactions/deps.ts b/src/interactions/deps.ts index b6cbc9728..1bc736fe0 100644 --- a/src/interactions/deps.ts +++ b/src/interactions/deps.ts @@ -1 +1 @@ -export { verify } from "https://unpkg.com/@evan/wasm@0.0.55/target/ed25519/deno.js"; +export { verify } from "https://unpkg.com/@evan/wasm@0.0.65/target/ed25519/deno.js"; diff --git a/src/util/deps.ts b/src/util/deps.ts index 80df5aa49..739e6cc50 100644 --- a/src/util/deps.ts +++ b/src/util/deps.ts @@ -1 +1 @@ -export { encode } from "https://deno.land/std@0.97.0/encoding/base64.ts"; +export { encode } from "https://deno.land/std@0.99.0/encoding/base64.ts"; diff --git a/src/ws/deps.ts b/src/ws/deps.ts index 18d8e23b5..4cc747111 100644 --- a/src/ws/deps.ts +++ b/src/ws/deps.ts @@ -1 +1 @@ -export { decompress_with as decompressWith } from "https://unpkg.com/@evan/wasm@0.0.55/target/zlib/deno.js"; +export { decompress_with as decompressWith } from "https://unpkg.com/@evan/wasm@0.0.65/target/zlib/deno.js";