From 1af0206b6a34bb7cd7d523c66825a6b35dfc8bbe Mon Sep 17 00:00:00 2001 From: zombieb Date: Sat, 29 Mar 2025 02:00:59 -0400 Subject: [PATCH] Removed unused 'ws' module --- deno.json | 1 - deno.lock | 7 +------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/deno.json b/deno.json index 4aabc82..d6b8fe6 100644 --- a/deno.json +++ b/deno.json @@ -20,7 +20,6 @@ "express": "npm:express@^4.21.2", "ioredis": "npm:ioredis@^5.5.0", "validator": "npm:validator@^13.12.0", - "ws": "npm:ws@^8.18.1", "zod": "npm:zod@^3.24.2" }, "files": [], diff --git a/deno.lock b/deno.lock index 1017d79..983722e 100644 --- a/deno.lock +++ b/deno.lock @@ -32,7 +32,6 @@ "npm:express@^4.21.2": "4.21.2", "npm:ioredis@^5.5.0": "5.5.0", "npm:validator@^13.12.0": "13.12.0", - "npm:ws@^8.18.1": "8.18.1", "npm:zod@^3.24.2": "3.24.2" }, "jsr": { @@ -158,7 +157,7 @@ "@vladfrangu/async_event_emitter", "discord-api-types@0.37.83", "tslib", - "ws@8.18.0" + "ws" ] }, "@imagemagick/magick-wasm@0.0.31": { @@ -782,9 +781,6 @@ "ws@8.18.0": { "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==" }, - "ws@8.18.1": { - "integrity": "sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==" - }, "zod@3.24.2": { "integrity": "sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ==" } @@ -946,7 +942,6 @@ "npm:express@^4.21.2", "npm:ioredis@^5.5.0", "npm:validator@^13.12.0", - "npm:ws@^8.18.1", "npm:zod@^3.24.2" ] }