mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
chore: ⬆️ Upgrade dependencies
This commit is contained in:
parent
cea0544686
commit
dfc0bf4595
|
|
@ -2,12 +2,12 @@
|
|||
lib,
|
||||
fetchFromGitHub,
|
||||
}: {
|
||||
outputHash.x86_64-linux = "sha256-3rLmKyJLQ6hwOVdFt0AVonOfXj07usxqpchqlqfFa10=";
|
||||
outputHash.aarch64-linux = "sha256-HNgtt6nZlC9hFW6JqgAtWkMedHPg+ajTBJg7C0UaspI=";
|
||||
outputHash.x86_64-linux = lib.fakeHash;
|
||||
outputHash.aarch64-linux = lib.fakeHash;
|
||||
src = fetchFromGitHub {
|
||||
owner = "lysand-org";
|
||||
repo = "server";
|
||||
rev = "0ac540132aa3e51ea5464c40a92ce1edb5effdfe";
|
||||
hash = "sha256-J2//W/3+hXV2m/1ai3Y40zb1QKO4drv5MOhzDfqF0V8=";
|
||||
rev = "fbb845f7f8ee97e51ff57edba3817224341d3078";
|
||||
hash = "sha256-pc5t6z/AE+NPZEzXxTlzT76jq5PF7Mvjh94A0NCBDh8=";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@
|
|||
"@json2csv/plainjs": "^7.0.6",
|
||||
"@logtape/logtape": "npm:@jsr/logtape__logtape@0.4.2",
|
||||
"@oclif/core": "^4.0.19",
|
||||
"@sentry/bun": "^8.26.0",
|
||||
"@sentry/bun": "^8.27.0",
|
||||
"@tufjs/canonical-json": "^2.0.0",
|
||||
"@versia/client": "^0.1.0-rc.0",
|
||||
"@versia/federation": "^0.1.0-rc.2",
|
||||
|
|
@ -123,7 +123,7 @@
|
|||
"html-to-text": "^9.0.5",
|
||||
"ioredis": "^5.4.1",
|
||||
"ip-matching": "^2.1.2",
|
||||
"iso-639-1": "^3.1.2",
|
||||
"iso-639-1": "^3.1.3",
|
||||
"jose": "^5.8.0",
|
||||
"linkify-html": "^4.1.3",
|
||||
"linkify-string": "^4.1.3",
|
||||
|
|
|
|||
Loading…
Reference in a new issue