chore: ⬆️ Upgrade dependencies

This commit is contained in:
Jesse Wierzbinski 2024-08-27 16:01:10 +02:00
parent cea0544686
commit dfc0bf4595
No known key found for this signature in database
3 changed files with 6 additions and 6 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -2,12 +2,12 @@
lib, lib,
fetchFromGitHub, fetchFromGitHub,
}: { }: {
outputHash.x86_64-linux = "sha256-3rLmKyJLQ6hwOVdFt0AVonOfXj07usxqpchqlqfFa10="; outputHash.x86_64-linux = lib.fakeHash;
outputHash.aarch64-linux = "sha256-HNgtt6nZlC9hFW6JqgAtWkMedHPg+ajTBJg7C0UaspI="; outputHash.aarch64-linux = lib.fakeHash;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lysand-org"; owner = "lysand-org";
repo = "server"; repo = "server";
rev = "0ac540132aa3e51ea5464c40a92ce1edb5effdfe"; rev = "fbb845f7f8ee97e51ff57edba3817224341d3078";
hash = "sha256-J2//W/3+hXV2m/1ai3Y40zb1QKO4drv5MOhzDfqF0V8="; hash = "sha256-pc5t6z/AE+NPZEzXxTlzT76jq5PF7Mvjh94A0NCBDh8=";
}; };
} }

View file

@ -106,7 +106,7 @@
"@json2csv/plainjs": "^7.0.6", "@json2csv/plainjs": "^7.0.6",
"@logtape/logtape": "npm:@jsr/logtape__logtape@0.4.2", "@logtape/logtape": "npm:@jsr/logtape__logtape@0.4.2",
"@oclif/core": "^4.0.19", "@oclif/core": "^4.0.19",
"@sentry/bun": "^8.26.0", "@sentry/bun": "^8.27.0",
"@tufjs/canonical-json": "^2.0.0", "@tufjs/canonical-json": "^2.0.0",
"@versia/client": "^0.1.0-rc.0", "@versia/client": "^0.1.0-rc.0",
"@versia/federation": "^0.1.0-rc.2", "@versia/federation": "^0.1.0-rc.2",
@ -123,7 +123,7 @@
"html-to-text": "^9.0.5", "html-to-text": "^9.0.5",
"ioredis": "^5.4.1", "ioredis": "^5.4.1",
"ip-matching": "^2.1.2", "ip-matching": "^2.1.2",
"iso-639-1": "^3.1.2", "iso-639-1": "^3.1.3",
"jose": "^5.8.0", "jose": "^5.8.0",
"linkify-html": "^4.1.3", "linkify-html": "^4.1.3",
"linkify-string": "^4.1.3", "linkify-string": "^4.1.3",