chore: Remove unused dependencies
Some checks failed
CodeQL Scan / Analyze (javascript-typescript) (push) Failing after 2m19s
Build Docker Images / lint (push) Successful in 51s
Build Docker Images / check (push) Successful in 1m9s
Build Docker Images / tests (push) Failing after 10s
Build Docker Images / build (server, Dockerfile, ${{ github.repository_owner }}/server) (push) Has been skipped
Build Docker Images / build (worker, Worker.Dockerfile, ${{ github.repository_owner }}/worker) (push) Has been skipped
Deploy Docs to GitHub Pages / build (push) Failing after 22s
Deploy Docs to GitHub Pages / Deploy (push) Has been skipped
Mirror to Codeberg / Mirror (push) Failing after 1s
Nix Build / check (push) Failing after 3m32s

This commit is contained in:
Jesse Wierzbinski 2025-02-05 22:57:05 +01:00
parent 546b7446b9
commit e5f222c529
No known key found for this signature in database
2 changed files with 78 additions and 102 deletions

168
bun.lock
View file

@ -4,90 +4,86 @@
"": { "": {
"name": "versia-server", "name": "versia-server",
"dependencies": { "dependencies": {
"@bull-board/api": "latest", "@bull-board/api": "^6.7.4",
"@bull-board/hono": "latest", "@bull-board/hono": "^6.7.4",
"@hackmd/markdown-it-task-lists": "latest", "@hackmd/markdown-it-task-lists": "^2.1.4",
"@hono/prometheus": "latest", "@hono/prometheus": "^1.0.1",
"@hono/swagger-ui": "latest", "@hono/swagger-ui": "^0.5.0",
"@hono/zod-openapi": "latest", "@hono/zod-openapi": "0.18.4",
"@hono/zod-validator": "latest", "@hono/zod-validator": "^0.4.2",
"@inquirer/confirm": "latest", "@inquirer/confirm": "^5.1.5",
"@inquirer/input": "latest", "@inquirer/input": "^4.1.5",
"@json2csv/plainjs": "latest", "@logtape/logtape": "npm:@jsr/logtape__logtape@0.9.0-dev.114+327c9473",
"@logtape/logtape": "npm:@jsr/logtape__logtape@latest", "@oclif/core": "^4.2.6",
"@oclif/core": "latest", "@sentry/bun": "^8.54.0",
"@sentry/bun": "latest", "@versia/client": "^0.1.5",
"@tufjs/canonical-json": "latest", "@versia/federation": "^0.1.4",
"@versia/client": "latest",
"@versia/federation": "latest",
"@versia/kit": "workspace:*", "@versia/kit": "workspace:*",
"altcha-lib": "latest", "altcha-lib": "^1.2.0",
"blurhash": "latest", "blurhash": "^2.0.5",
"bullmq": "latest", "bullmq": "^5.40.0",
"c12": "latest", "c12": "^2.0.1",
"chalk": "latest", "chalk": "^5.4.1",
"cli-progress": "latest", "cli-progress": "^3.12.0",
"cli-table": "latest", "cli-table": "^0.3.11",
"confbox": "latest", "confbox": "^0.1.8",
"drizzle-orm": "latest", "drizzle-orm": "^0.39.2",
"extract-zip": "latest", "extract-zip": "^2.0.1",
"hono": "latest", "hono": "^4.6.20",
"html-to-text": "latest", "html-to-text": "^9.0.5",
"ioredis": "latest", "ioredis": "^5.4.2",
"ip-matching": "latest", "ip-matching": "^2.1.2",
"iso-639-1": "latest", "iso-639-1": "^3.1.5",
"jose": "latest", "jose": "^5.9.6",
"linkify-html": "latest", "linkify-html": "^4.2.0",
"linkify-string": "latest", "linkify-string": "^4.2.0",
"linkifyjs": "latest", "linkifyjs": "^4.2.0",
"magic-regexp": "latest", "magic-regexp": "^0.8.0",
"markdown-it": "latest", "markdown-it": "^14.1.0",
"markdown-it-anchor": "latest", "markdown-it-anchor": "^9.2.0",
"markdown-it-container": "latest", "markdown-it-container": "^4.0.0",
"markdown-it-toc-done-right": "latest", "markdown-it-toc-done-right": "^4.2.0",
"mime-types": "latest", "mime-types": "^2.1.35",
"mitata": "latest", "mitata": "^1.0.34",
"oauth4webapi": "latest", "oauth4webapi": "^3.1.4",
"ora": "latest", "ora": "^8.2.0",
"pg": "latest", "pg": "^8.13.1",
"prom-client": "latest", "qs": "^6.14.0",
"qs": "latest", "sharp": "^0.33.5",
"sharp": "latest", "sonic-channel": "^1.3.1",
"sonic-channel": "latest", "string-comparison": "^1.3.0",
"string-comparison": "latest", "stringify-entities": "^4.0.4",
"stringify-entities": "latest", "strip-ansi": "^7.1.0",
"strip-ansi": "latest", "table": "^6.9.0",
"table": "latest", "unzipit": "^1.4.3",
"unzipit": "latest", "uqr": "^0.1.2",
"uqr": "latest", "web-push": "^3.6.7",
"web-push": "latest", "xss": "^1.0.15",
"xss": "latest", "zod": "^3.24.1",
"zod": "latest", "zod-validation-error": "^3.4.0",
"zod-validation-error": "latest",
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "latest", "@biomejs/biome": "^1.9.4",
"@types/bun": "latest", "@types/bun": "^1.2.2",
"@types/cli-progress": "latest", "@types/cli-progress": "^3.11.6",
"@types/cli-table": "latest", "@types/cli-table": "^0.3.4",
"@types/html-to-text": "latest", "@types/html-to-text": "^9.0.4",
"@types/jsonld": "latest", "@types/markdown-it-container": "^2.0.10",
"@types/markdown-it-container": "latest", "@types/mime-types": "^2.1.4",
"@types/mime-types": "latest", "@types/pg": "^8.11.11",
"@types/pg": "latest", "@types/qs": "^6.9.18",
"@types/qs": "latest", "@types/web-push": "^3.6.4",
"@types/web-push": "latest", "drizzle-kit": "^0.30.4",
"drizzle-kit": "latest", "markdown-it-image-figures": "^2.1.1",
"markdown-it-image-figures": "latest", "markdown-it-mathjax3": "^4.3.2",
"markdown-it-mathjax3": "latest", "oclif": "^4.17.25",
"oclif": "latest", "ts-prune": "^0.10.3",
"ts-prune": "latest", "typescript": "^5.7.3",
"typescript": "latest", "vitepress": "^1.6.3",
"vitepress": "latest", "vitepress-plugin-tabs": "^0.6.0",
"vitepress-plugin-tabs": "latest", "vitepress-sidebar": "^1.30.2",
"vitepress-sidebar": "latest", "vue": "^3.5.13",
"vue": "latest", "zod-to-json-schema": "^3.24.1",
"zod-to-json-schema": "latest",
}, },
"peerDependencies": { "peerDependencies": {
"typescript": "^5.7.2", "typescript": "^5.7.2",
@ -413,10 +409,6 @@
"@jridgewell/sourcemap-codec": ["@jridgewell/sourcemap-codec@1.5.0", "", {}, "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ=="], "@jridgewell/sourcemap-codec": ["@jridgewell/sourcemap-codec@1.5.0", "", {}, "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ=="],
"@json2csv/formatters": ["@json2csv/formatters@7.0.6", "", {}, "sha512-hjIk1H1TR4ydU5ntIENEPgoMGW+Q7mJ+537sDFDbsk+Y3EPl2i4NfFVjw0NJRgT+ihm8X30M67mA8AS6jPidSA=="],
"@json2csv/plainjs": ["@json2csv/plainjs@7.0.6", "", { "dependencies": { "@json2csv/formatters": "^7.0.6", "@streamparser/json": "^0.0.20" } }, "sha512-4Md7RPDCSYpmW1HWIpWBOqCd4vWfIqm53S3e/uzQ62iGi7L3r34fK/8nhOMEe+/eVfCx8+gdSCt1d74SlacQHw=="],
"@logtape/logtape": ["@jsr/logtape__logtape@0.9.0-dev.114+327c9473", "https://npm.jsr.io/~/11/@jsr/logtape__logtape/0.9.0-dev.114+327c9473.tgz", {}, "sha512-ms5c0i+nZCTBrY/2iZelMT+jFPk6bX3d0PDrEpYg/Ai0BmcgtLk00sec5ms8YA3ybGSyDo6EmvtlOmqzbhSRqA=="], "@logtape/logtape": ["@jsr/logtape__logtape@0.9.0-dev.114+327c9473", "https://npm.jsr.io/~/11/@jsr/logtape__logtape/0.9.0-dev.114+327c9473.tgz", {}, "sha512-ms5c0i+nZCTBrY/2iZelMT+jFPk6bX3d0PDrEpYg/Ai0BmcgtLk00sec5ms8YA3ybGSyDo6EmvtlOmqzbhSRqA=="],
"@msgpackr-extract/msgpackr-extract-darwin-arm64": ["@msgpackr-extract/msgpackr-extract-darwin-arm64@3.0.3", "", { "os": "darwin", "cpu": "arm64" }, "sha512-QZHtlVgbAdy2zAqNA9Gu1UpIuI8Xvsd1v8ic6B2pZmeFnFcMWiPLfWXh7TVw4eGEZ/C9TH281KwhVoeQUKbyjw=="], "@msgpackr-extract/msgpackr-extract-darwin-arm64": ["@msgpackr-extract/msgpackr-extract-darwin-arm64@3.0.3", "", { "os": "darwin", "cpu": "arm64" }, "sha512-QZHtlVgbAdy2zAqNA9Gu1UpIuI8Xvsd1v8ic6B2pZmeFnFcMWiPLfWXh7TVw4eGEZ/C9TH281KwhVoeQUKbyjw=="],
@ -689,14 +681,10 @@
"@smithy/util-waiter": ["@smithy/util-waiter@4.0.2", "", { "dependencies": { "@smithy/abort-controller": "^4.0.1", "@smithy/types": "^4.1.0", "tslib": "^2.6.2" } }, "sha512-piUTHyp2Axx3p/kc2CIJkYSv0BAaheBQmbACZgQSSfWUumWNW+R1lL+H9PDBxKJkvOeEX+hKYEFiwO8xagL8AQ=="], "@smithy/util-waiter": ["@smithy/util-waiter@4.0.2", "", { "dependencies": { "@smithy/abort-controller": "^4.0.1", "@smithy/types": "^4.1.0", "tslib": "^2.6.2" } }, "sha512-piUTHyp2Axx3p/kc2CIJkYSv0BAaheBQmbACZgQSSfWUumWNW+R1lL+H9PDBxKJkvOeEX+hKYEFiwO8xagL8AQ=="],
"@streamparser/json": ["@streamparser/json@0.0.20", "", {}, "sha512-VqAAkydywPpkw63WQhPVKCD3SdwXuihCUVZbbiY3SfSTGQyHmwRoq27y4dmJdZuJwd5JIlQoMPyGvMbUPY0RKQ=="],
"@szmarczak/http-timer": ["@szmarczak/http-timer@5.0.1", "", { "dependencies": { "defer-to-connect": "^2.0.1" } }, "sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw=="], "@szmarczak/http-timer": ["@szmarczak/http-timer@5.0.1", "", { "dependencies": { "defer-to-connect": "^2.0.1" } }, "sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw=="],
"@ts-morph/common": ["@ts-morph/common@0.12.3", "", { "dependencies": { "fast-glob": "^3.2.7", "minimatch": "^3.0.4", "mkdirp": "^1.0.4", "path-browserify": "^1.0.1" } }, "sha512-4tUmeLyXJnJWvTFOKtcNJ1yh0a3SsTLi2MUoyj8iUNznFRN1ZquaNe7Oukqrnki2FzZkm0J9adCNLDZxUzvj+w=="], "@ts-morph/common": ["@ts-morph/common@0.12.3", "", { "dependencies": { "fast-glob": "^3.2.7", "minimatch": "^3.0.4", "mkdirp": "^1.0.4", "path-browserify": "^1.0.1" } }, "sha512-4tUmeLyXJnJWvTFOKtcNJ1yh0a3SsTLi2MUoyj8iUNznFRN1ZquaNe7Oukqrnki2FzZkm0J9adCNLDZxUzvj+w=="],
"@tufjs/canonical-json": ["@tufjs/canonical-json@2.0.0", "", {}, "sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA=="],
"@types/bun": ["@types/bun@1.2.2", "", { "dependencies": { "bun-types": "1.2.2" } }, "sha512-tr74gdku+AEDN5ergNiBnplr7hpDp3V1h7fqI2GcR/rsUaM39jpSeKH0TFibRvU0KwniRx5POgaYnaXbk0hU+w=="], "@types/bun": ["@types/bun@1.2.2", "", { "dependencies": { "bun-types": "1.2.2" } }, "sha512-tr74gdku+AEDN5ergNiBnplr7hpDp3V1h7fqI2GcR/rsUaM39jpSeKH0TFibRvU0KwniRx5POgaYnaXbk0hU+w=="],
"@types/cli-progress": ["@types/cli-progress@3.11.6", "", { "dependencies": { "@types/node": "*" } }, "sha512-cE3+jb9WRlu+uOSAugewNpITJDt1VF8dHOopPO4IABFc3SXYL5WE/+PTz/FCdZRRfIujiWW3n3aMbv1eIGVRWA=="], "@types/cli-progress": ["@types/cli-progress@3.11.6", "", { "dependencies": { "@types/node": "*" } }, "sha512-cE3+jb9WRlu+uOSAugewNpITJDt1VF8dHOopPO4IABFc3SXYL5WE/+PTz/FCdZRRfIujiWW3n3aMbv1eIGVRWA=="],
@ -713,8 +701,6 @@
"@types/http-cache-semantics": ["@types/http-cache-semantics@4.0.4", "", {}, "sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA=="], "@types/http-cache-semantics": ["@types/http-cache-semantics@4.0.4", "", {}, "sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA=="],
"@types/jsonld": ["@types/jsonld@1.5.15", "", {}, "sha512-PlAFPZjL+AuGYmwlqwKEL0IMP8M8RexH0NIPGfCVWSQ041H2rR/8OlyZSD7KsCVoN8vCfWdtWDBxX8yBVP+xow=="],
"@types/linkify-it": ["@types/linkify-it@5.0.0", "", {}, "sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q=="], "@types/linkify-it": ["@types/linkify-it@5.0.0", "", {}, "sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q=="],
"@types/markdown-it": ["@types/markdown-it@14.1.2", "", { "dependencies": { "@types/linkify-it": "^5", "@types/mdurl": "^2" } }, "sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog=="], "@types/markdown-it": ["@types/markdown-it@14.1.2", "", { "dependencies": { "@types/linkify-it": "^5", "@types/mdurl": "^2" } }, "sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog=="],

View file

@ -47,16 +47,10 @@
}, },
"trustedDependencies": [ "trustedDependencies": [
"@biomejs/biome", "@biomejs/biome",
"@fortawesome/fontawesome-common-types",
"@fortawesome/free-regular-svg-icons",
"@fortawesome/free-solid-svg-icons",
"es5-ext", "es5-ext",
"esbuild", "esbuild",
"json-editor-vue",
"msgpackr-extract", "msgpackr-extract",
"nuxt-app", "sharp"
"sharp",
"vue-demi"
], ],
"oclif": { "oclif": {
"bin": "cli", "bin": "cli",
@ -85,7 +79,6 @@
"@types/cli-progress": "^3.11.6", "@types/cli-progress": "^3.11.6",
"@types/cli-table": "^0.3.4", "@types/cli-table": "^0.3.4",
"@types/html-to-text": "^9.0.4", "@types/html-to-text": "^9.0.4",
"@types/jsonld": "^1.5.15",
"@types/markdown-it-container": "^2.0.10", "@types/markdown-it-container": "^2.0.10",
"@types/mime-types": "^2.1.4", "@types/mime-types": "^2.1.4",
"@types/pg": "^8.11.11", "@types/pg": "^8.11.11",
@ -116,11 +109,9 @@
"@hono/zod-validator": "^0.4.2", "@hono/zod-validator": "^0.4.2",
"@inquirer/confirm": "^5.1.5", "@inquirer/confirm": "^5.1.5",
"@inquirer/input": "^4.1.5", "@inquirer/input": "^4.1.5",
"@json2csv/plainjs": "^7.0.6",
"@logtape/logtape": "npm:@jsr/logtape__logtape@0.9.0-dev.114+327c9473", "@logtape/logtape": "npm:@jsr/logtape__logtape@0.9.0-dev.114+327c9473",
"@oclif/core": "^4.2.6", "@oclif/core": "^4.2.6",
"@sentry/bun": "^8.54.0", "@sentry/bun": "^8.54.0",
"@tufjs/canonical-json": "^2.0.0",
"@versia/client": "^0.1.5", "@versia/client": "^0.1.5",
"@versia/federation": "^0.1.4", "@versia/federation": "^0.1.4",
"@versia/kit": "workspace:*", "@versia/kit": "workspace:*",
@ -153,7 +144,6 @@
"oauth4webapi": "^3.1.4", "oauth4webapi": "^3.1.4",
"ora": "^8.2.0", "ora": "^8.2.0",
"pg": "^8.13.1", "pg": "^8.13.1",
"prom-client": "^15.1.3",
"qs": "^6.14.0", "qs": "^6.14.0",
"sharp": "^0.33.5", "sharp": "^0.33.5",
"sonic-channel": "^1.3.1", "sonic-channel": "^1.3.1",