From 3d65ca56ddbb63d6aff63dc243249a36a6c45cb8 Mon Sep 17 00:00:00 2001 From: mybearworld <130385691+mybearworld@users.noreply.github.com> Date: Fri, 24 May 2024 13:55:13 +0200 Subject: [PATCH] Specify version of uuid package --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index fe4ac41..ccd4589 100644 --- a/deno.json +++ b/deno.json @@ -4,6 +4,6 @@ "exports": "./mod.ts", "imports": { "@zip-js/zip-js": "jsr:@zip-js/zip-js@^2.7.44", - "uuid": "npm:uuid" + "uuid": "npm:uuid@9.0.1" } }