1
0
forked from noxious/server

Init command works

This commit is contained in:
2024-12-26 04:21:35 +01:00
parent 9d72995225
commit 6a27ccff31
4 changed files with 59 additions and 25 deletions

14
package-lock.json generated
View File

@ -1817,12 +1817,12 @@
"license": "BSD-3-Clause"
},
"node_modules/bullmq": {
"version": "5.34.4",
"resolved": "https://registry.npmjs.org/bullmq/-/bullmq-5.34.4.tgz",
"integrity": "sha512-FPTN5eqsYO5/Blm6vh/bVJ0eADrVLjTBDjMkPCqZN3xx/5GqHov9NwxM6A6M3m6n2Vg+gNAoN98t7bTij5/UEA==",
"version": "5.34.5",
"resolved": "https://registry.npmjs.org/bullmq/-/bullmq-5.34.5.tgz",
"integrity": "sha512-MHho9EOhLCTY3ZF+dd0wHv0VlY2FtpBcopMRsvj0kPra4TAwBFh2pik/s4WbX56cIfCE+VzfHIHy4xvqp3g1+Q==",
"license": "MIT",
"dependencies": {
"cron-parser": "^4.6.0",
"cron-parser": "^4.9.0",
"ioredis": "^5.4.1",
"msgpackr": "^1.11.2",
"node-abort-controller": "^3.1.1",
@ -4693,9 +4693,9 @@
}
},
"node_modules/type-fest": {
"version": "4.30.2",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.30.2.tgz",
"integrity": "sha512-UJShLPYi1aWqCdq9HycOL/gwsuqda1OISdBO3t8RlXQC4QvtuIz4b5FCfe2dQIWEpmlRExKmcTBfP1r9bhY7ig==",
"version": "4.31.0",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.31.0.tgz",
"integrity": "sha512-yCxltHW07Nkhv/1F6wWBr8kz+5BGMfP+RbRSYFnegVb0qV/UMT0G0ElBloPVerqn4M2ZV80Ir1FtCcYv1cT6vQ==",
"license": "(MIT OR CC0-1.0)",
"engines": {
"node": ">=16"