Removed unused 'ws' module

This commit is contained in:
2025-03-29 02:00:59 -04:00
parent 6aae9129b5
commit 1af0206b6a
2 changed files with 1 additions and 7 deletions

View File

@@ -20,7 +20,6 @@
"express": "npm:express@^4.21.2", "express": "npm:express@^4.21.2",
"ioredis": "npm:ioredis@^5.5.0", "ioredis": "npm:ioredis@^5.5.0",
"validator": "npm:validator@^13.12.0", "validator": "npm:validator@^13.12.0",
"ws": "npm:ws@^8.18.1",
"zod": "npm:zod@^3.24.2" "zod": "npm:zod@^3.24.2"
}, },
"files": [], "files": [],

7
deno.lock generated
View File

@@ -32,7 +32,6 @@
"npm:express@^4.21.2": "4.21.2", "npm:express@^4.21.2": "4.21.2",
"npm:ioredis@^5.5.0": "5.5.0", "npm:ioredis@^5.5.0": "5.5.0",
"npm:validator@^13.12.0": "13.12.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" "npm:zod@^3.24.2": "3.24.2"
}, },
"jsr": { "jsr": {
@@ -158,7 +157,7 @@
"@vladfrangu/async_event_emitter", "@vladfrangu/async_event_emitter",
"discord-api-types@0.37.83", "discord-api-types@0.37.83",
"tslib", "tslib",
"ws@8.18.0" "ws"
] ]
}, },
"@imagemagick/magick-wasm@0.0.31": { "@imagemagick/magick-wasm@0.0.31": {
@@ -782,9 +781,6 @@
"ws@8.18.0": { "ws@8.18.0": {
"integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==" "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw=="
}, },
"ws@8.18.1": {
"integrity": "sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w=="
},
"zod@3.24.2": { "zod@3.24.2": {
"integrity": "sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ==" "integrity": "sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ=="
} }
@@ -946,7 +942,6 @@
"npm:express@^4.21.2", "npm:express@^4.21.2",
"npm:ioredis@^5.5.0", "npm:ioredis@^5.5.0",
"npm:validator@^13.12.0", "npm:validator@^13.12.0",
"npm:ws@^8.18.1",
"npm:zod@^3.24.2" "npm:zod@^3.24.2"
] ]
} }