mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 16:28:19 +00:00
fix: wtf v0.0.1
This commit is contained in:
parent
07c9a3de94
commit
f23ce807ae
2 changed files with 23 additions and 3 deletions
|
|
@ -22,14 +22,14 @@
|
|||
"ms": "^2.1.3",
|
||||
"node-cron": "^3.0.3",
|
||||
"node-ical": "^0.20.1",
|
||||
"node-memwatch-new": "0.0.1",
|
||||
"octokit": "^4.0.2",
|
||||
"openai": "latest",
|
||||
"simple-json-db": "^2.0.0",
|
||||
"smee-client": "^2.0.3",
|
||||
"socket.io": "^4.8.1",
|
||||
"stegcloak": "^1.1.1",
|
||||
"ws": "^8.18.0",
|
||||
"node-memwatch-new": "latest"
|
||||
"ws": "^8.18.0"
|
||||
},
|
||||
"optionalDependencies": {},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
22
yarn.lock
22
yarn.lock
|
|
@ -1218,6 +1218,13 @@ before-after-hook@^3.0.2:
|
|||
resolved "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-3.0.2.tgz#d5665a5fa8b62294a5aa0a499f933f4a1016195d"
|
||||
integrity sha512-Nik3Sc0ncrMK4UUdXQmAnRtzmNQTAAXmXIopizwZ1W1t8QmfJj+zL4OA2I7XPTPW5z5TDqv4hRo/JzouDJnX3A==
|
||||
|
||||
bindings@^1.5.0:
|
||||
version "1.5.0"
|
||||
resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df"
|
||||
integrity sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==
|
||||
dependencies:
|
||||
file-uri-to-path "1.0.0"
|
||||
|
||||
bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.11.9:
|
||||
version "4.12.0"
|
||||
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88"
|
||||
|
|
@ -2151,6 +2158,11 @@ file-source@0.6:
|
|||
dependencies:
|
||||
stream-source "0.3"
|
||||
|
||||
file-uri-to-path@1.0.0:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd"
|
||||
integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==
|
||||
|
||||
finalhandler@1.2.0:
|
||||
version "1.2.0"
|
||||
resolved "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz"
|
||||
|
|
@ -2975,7 +2987,7 @@ mute-stream@0.0.8:
|
|||
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
|
||||
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
|
||||
|
||||
nan@^2.17.0:
|
||||
nan@^2.14.1, nan@^2.17.0:
|
||||
version "2.22.0"
|
||||
resolved "https://registry.yarnpkg.com/nan/-/nan-2.22.0.tgz#31bc433fc33213c97bad36404bb68063de604de3"
|
||||
integrity sha512-nbajikzWTMwsW+eSsNm3QwlOs7het9gGJU5dDZzRTQGk03vyBOauxgI4VakDzE0PtsGTmXPsXTbbjVhRwR5mpw==
|
||||
|
|
@ -3031,6 +3043,14 @@ node-ical@^0.20.1:
|
|||
rrule "2.8.1"
|
||||
uuid "^10.0.0"
|
||||
|
||||
node-memwatch-new@0.0.1:
|
||||
version "0.0.1"
|
||||
resolved "https://registry.yarnpkg.com/node-memwatch-new/-/node-memwatch-new-0.0.1.tgz#af84819c1442c6775090be8296b10c88b3738f0f"
|
||||
integrity sha512-SUhWrIBcDUd8gbGu1fRMc5YxVma/qPGU4jgv1opaeLsj1RaMDWV7X1cxyQcfNLmvu3zWCF2qzhbIkldlZ8Enpw==
|
||||
dependencies:
|
||||
bindings "^1.5.0"
|
||||
nan "^2.14.1"
|
||||
|
||||
nopt@^5.0.0:
|
||||
version "5.0.0"
|
||||
resolved "https://registry.yarnpkg.com/nopt/-/nopt-5.0.0.tgz#530942bb58a512fccafe53fe210f13a25355dc88"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue