From 7cfc5def85881a78bec3f196ae466030cb05b1e6 Mon Sep 17 00:00:00 2001 From: rigormorrtiss Date: Wed, 16 Jun 2021 17:51:05 +0400 Subject: [PATCH] build: update dependencies to latest --- src/interactions/deps.ts | 2 +- src/util/deps.ts | 2 +- src/ws/deps.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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";