LinuxServer.io

Test Results

linuxserver/budge

0.0.9-ls179

Cumulative: PASS

Total Runtime: 91.61s

AMD64 PASS

linuxserver/budge

Runtime: 36.78s
amd64-0.0.9-ls179
Build Information
Builder: X86-BUILDER-3m --Hetzner
Created: 2026-03-15T04:11:16+00:00
Image: linuxserver/budge
Maintainer: alex-phillips
Size: 150.55MB
Tag: amd64-0.0.9-ls179
Version: 0.0.9-ls179
View Container Logs
Expand
2026-03-15T04:20:27.217410903Z [migrations] started
2026-03-15T04:20:27.222524019Z [migrations] 01-nginx-site-confs-default: executing...
2026-03-15T04:20:27.229969783Z [migrations] 01-nginx-site-confs-default: succeeded
2026-03-15T04:20:27.232975105Z [migrations] 02-default-location: executing...
2026-03-15T04:20:27.239044757Z [migrations] 02-default-location: succeeded
2026-03-15T04:20:27.239061531Z [migrations] done
2026-03-15T04:20:27.249672369Z usermod: no changes
2026-03-15T04:20:27.251633768Z ───────────────────────────────────────
2026-03-15T04:20:27.251654430Z 
2026-03-15T04:20:27.251658528Z       ██╗     ███████╗██╗ ██████╗
2026-03-15T04:20:27.251662236Z       ██║     ██╔════╝██║██╔═══██╗
2026-03-15T04:20:27.251665793Z       ██║     ███████╗██║██║   ██║
2026-03-15T04:20:27.251669450Z       ██║     ╚════██║██║██║   ██║
2026-03-15T04:20:27.251672947Z       ███████╗███████║██║╚██████╔╝
2026-03-15T04:20:27.251676414Z       ╚══════╝╚══════╝╚═╝ ╚═════╝
2026-03-15T04:20:27.251679901Z 
2026-03-15T04:20:27.251683478Z    Brought to you by linuxserver.io
2026-03-15T04:20:27.251686915Z ───────────────────────────────────────
2026-03-15T04:20:27.251964905Z 
2026-03-15T04:20:27.251974414Z To support LSIO projects visit:
2026-03-15T04:20:27.251978442Z https://www.linuxserver.io/donate/
2026-03-15T04:20:27.251982140Z 
2026-03-15T04:20:27.251985867Z ───────────────────────────────────────
2026-03-15T04:20:27.251990266Z GID/UID
2026-03-15T04:20:27.251993954Z ───────────────────────────────────────
2026-03-15T04:20:27.257902542Z 
2026-03-15T04:20:27.257912182Z User UID:    911
2026-03-15T04:20:27.257915919Z User GID:    911
2026-03-15T04:20:27.257919486Z ───────────────────────────────────────
2026-03-15T04:20:27.259489608Z Linuxserver.io version: 0.0.9-ls179
2026-03-15T04:20:27.259732077Z Build-date: 2026-03-15T04:11:16+00:00
2026-03-15T04:20:27.259738740Z ───────────────────────────────────────
2026-03-15T04:20:27.259742608Z     
2026-03-15T04:20:27.349134309Z Setting resolver to  8.8.8.8 8.8.4.4
2026-03-15T04:20:27.353955638Z Setting worker_processes to 64
2026-03-15T04:20:27.380785777Z generating self-signed keys in /config/keys, you can replace these with your own keys if required
2026-03-15T04:20:27.406308433Z ......+...+..+..........+...........+......+++++++++++++++++++++++++++++++++++++++*...+........+.............+........+.......+..+......+.+......+............+...........+....+..+++++++++++++++++++++++++++++++++++++++*.+...+..+.......+............+.......................+.+..+...+....+...+........+.+........+.+.........+............+...+........+.........+.+...+....................+.........+...+...+......+.........+.......+........+....+...........+.+...+...............++++++
2026-03-15T04:20:27.420542386Z .....+..+.......+.....+......+......+.+++++++++++++++++++++++++++++++++++++++*................+..............+...............+...+....+++++++++++++++++++++++++++++++++++++++*.................+...+.....+.+......+.....+...+.+...+..+.+.........+.........+..+...+.......+...+..............+.+..+....+..................+..+....+...............+..+....+...+...........++++++
2026-03-15T04:20:27.423720296Z -----
2026-03-15T04:20:27.475356257Z New container detected. Setting up app folder and fixing permissions.
2026-03-15T04:20:44.313514908Z query: SELECT * FROM "sqlite_master" WHERE "type" = 'table' AND "name" = 'migrations'
2026-03-15T04:20:44.317896712Z query: CREATE TABLE "migrations" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "timestamp" bigint NOT NULL, "name" varchar NOT NULL)
2026-03-15T04:20:44.444006855Z query: SELECT * FROM "migrations" "migrations" ORDER BY "id" DESC
2026-03-15T04:20:44.445363497Z 0 migrations are already loaded in the database.
2026-03-15T04:20:44.445396133Z 3 migrations were found in the source code.
2026-03-15T04:20:44.445405762Z 3 migrations are new migrations that needs to be executed.
2026-03-15T04:20:44.446317789Z query: BEGIN TRANSACTION
2026-03-15T04:20:44.448565615Z query: SELECT COUNT(*) FROM users
2026-03-15T04:20:44.450146990Z query failed: SELECT COUNT(*) FROM users
2026-03-15T04:20:44.452233521Z error: Error: SQLITE_ERROR: no such table: users
2026-03-15T04:20:44.452256929Z --> in Database#all('SELECT COUNT(*) FROM users', undefined, [Function: handler])
2026-03-15T04:20:44.452266728Z     at SqliteQueryRunner.<anonymous> (/app/www/public/backend/node_modules/typeorm/driver/sqlite/SqliteQueryRunner.js:60:56)
2026-03-15T04:20:44.452276157Z     at step (/app/www/public/backend/node_modules/typeorm/node_modules/tslib/tslib.js:143:27)
2026-03-15T04:20:44.452284434Z     at Object.next (/app/www/public/backend/node_modules/typeorm/node_modules/tslib/tslib.js:124:57)
2026-03-15T04:20:44.452292781Z     at /app/www/public/backend/node_modules/typeorm/node_modules/tslib/tslib.js:117:75
2026-03-15T04:20:44.452301288Z     at new Promise (<anonymous>)
2026-03-15T04:20:44.452309484Z     at Object.__awaiter (/app/www/public/backend/node_modules/typeorm/node_modules/tslib/tslib.js:113:16)
2026-03-15T04:20:44.452317641Z     at execute (/app/www/public/backend/node_modules/typeorm/driver/sqlite/SqliteQueryRunner.js:54:64)
2026-03-15T04:20:44.452325737Z     at SqliteQueryRunner.<anonymous> (/app/www/public/backend/node_modules/typeorm/driver/sqlite/SqliteQueryRunner.js:101:46)
2026-03-15T04:20:44.452346519Z     at step (/app/www/public/backend/node_modules/typeorm/node_modules/tslib/tslib.js:143:27) {
2026-03-15T04:20:44.452354956Z   errno: 1,
2026-03-15T04:20:44.452362792Z   code: 'SQLITE_ERROR',
2026-03-15T04:20:44.452370768Z   __augmented: true
2026-03-15T04:20:44.452378884Z }
2026-03-15T04:20:44.454755801Z query: CREATE TABLE "users" ("id" varchar PRIMARY KEY NOT NULL, "email" varchar NOT NULL, "password" varchar NOT NULL, "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')))
2026-03-15T04:20:44.456191161Z query: CREATE UNIQUE INDEX "IDX_97672ac88f789774dd47f7c8be" ON "users" ("email") 
2026-03-15T04:20:44.459479503Z query: CREATE TABLE "budget_months" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "month" varchar NOT NULL, "income" integer NOT NULL DEFAULT (0), "budgeted" integer NOT NULL DEFAULT (0), "activity" integer NOT NULL DEFAULT (0), "underfunded" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')))
2026-03-15T04:20:44.460987229Z query: CREATE INDEX "IDX_398c07457719d1899ba4f11914" ON "budget_months" ("budgetId") 
2026-03-15T04:20:44.461918605Z query: CREATE INDEX "IDX_0c21df54422306fdf78621fc18" ON "budget_months" ("month") 
2026-03-15T04:20:44.464758514Z query: CREATE TABLE "category_months" ("id" varchar PRIMARY KEY NOT NULL, "categoryId" varchar NOT NULL, "budgetMonthId" varchar NOT NULL, "month" varchar NOT NULL, "budgeted" integer NOT NULL DEFAULT (0), "activity" integer NOT NULL DEFAULT (0), "balance" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')))
2026-03-15T04:20:44.465991136Z query: CREATE INDEX "IDX_cba488e36ca6ff6eec83e91440" ON "category_months" ("categoryId") 
2026-03-15T04:20:44.466923002Z query: CREATE INDEX "IDX_de0f1ed5fe7ad4f2254bb815be" ON "category_months" ("budgetMonthId") 
2026-03-15T04:20:44.467958949Z query: CREATE INDEX "IDX_23f4c8894717fb764a2b88ff29" ON "category_months" ("month") 
2026-03-15T04:20:44.470706992Z query: CREATE TABLE "categories" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "categoryGroupId" varchar NOT NULL, "trackingAccountId" varchar, "name" varchar NOT NULL, "inflow" boolean NOT NULL DEFAULT (0), "locked" boolean NOT NULL DEFAULT (0), "order" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')))
2026-03-15T04:20:44.471721154Z query: CREATE INDEX "IDX_e6d5be2f8c1fbd283150e043a0" ON "categories" ("budgetId") 
2026-03-15T04:20:44.472903605Z query: CREATE UNIQUE INDEX "IDX_af173d6048d44da16b00e49e24" ON "categories" ("trackingAccountId") 
2026-03-15T04:20:44.475687361Z query: CREATE TABLE "payees" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "transferAccountId" varchar, "name" varchar NOT NULL, "internal" boolean NOT NULL, "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), CONSTRAINT "REL_f61fc1e67d3abfb79503cdd382" UNIQUE ("transferAccountId"))
2026-03-15T04:20:44.480144507Z query: CREATE TABLE "transactions" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "accountId" varchar NOT NULL, "payeeId" varchar NOT NULL, "transferAccountId" varchar, "transferTransactionId" varchar, "categoryId" varchar, "amount" integer NOT NULL DEFAULT (0), "date" datetime NOT NULL, "memo" varchar NOT NULL DEFAULT (''), "status" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')))
2026-03-15T04:20:44.482899665Z query: CREATE INDEX "IDX_7098ffeb5373b7d6344f4f1663" ON "transactions" ("transferTransactionId") 
2026-03-15T04:20:44.489825662Z query: CREATE TABLE "accounts" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "transferPayeeId" varchar, "name" varchar NOT NULL, "type" integer NOT NULL, "balance" integer NOT NULL DEFAULT (0), "cleared" integer NOT NULL DEFAULT (0), "uncleared" integer NOT NULL DEFAULT (0), "order" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), CONSTRAINT "REL_c2a8be4512a377b0a8614170e3" UNIQUE ("transferPayeeId"))
2026-03-15T04:20:44.493419950Z query: CREATE TABLE "budgets" ("id" varchar PRIMARY KEY NOT NULL, "userId" varchar NOT NULL, "name" varchar NOT NULL, "toBeBudgeted" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')))
2026-03-15T04:20:44.496320381Z query: CREATE TABLE "category_groups" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "name" varchar NOT NULL, "internal" boolean NOT NULL DEFAULT (0), "locked" boolean NOT NULL DEFAULT (0), "order" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')))
2026-03-15T04:20:44.497138468Z query: CREATE INDEX "IDX_0dcceebef7c019bc892be7b5d0" ON "category_groups" ("budgetId") 
2026-03-15T04:20:44.497809910Z query: DROP INDEX "IDX_398c07457719d1899ba4f11914"
2026-03-15T04:20:44.498581665Z query: DROP INDEX "IDX_0c21df54422306fdf78621fc18"
2026-03-15T04:20:44.502562852Z query: CREATE TABLE "temporary_budget_months" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "month" varchar NOT NULL, "income" integer NOT NULL DEFAULT (0), "budgeted" integer NOT NULL DEFAULT (0), "activity" integer NOT NULL DEFAULT (0), "underfunded" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), CONSTRAINT "FK_398c07457719d1899ba4f11914d" FOREIGN KEY ("budgetId") REFERENCES "budgets" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION)
2026-03-15T04:20:44.504577749Z query: INSERT INTO "temporary_budget_months"("id", "budgetId", "month", "income", "budgeted", "activity", "underfunded", "created", "updated") SELECT "id", "budgetId", "month", "income", "budgeted", "activity", "underfunded", "created", "updated" FROM "budget_months"
2026-03-15T04:20:44.505380586Z query: DROP TABLE "budget_months"
2026-03-15T04:20:44.506581063Z query: ALTER TABLE "temporary_budget_months" RENAME TO "budget_months"
2026-03-15T04:20:44.512185860Z query: CREATE INDEX "IDX_398c07457719d1899ba4f11914" ON "budget_months" ("budgetId") 
2026-03-15T04:20:44.513397139Z query: CREATE INDEX "IDX_0c21df54422306fdf78621fc18" ON "budget_months" ("month") 
2026-03-15T04:20:44.514524610Z query: DROP INDEX "IDX_cba488e36ca6ff6eec83e91440"
2026-03-15T04:20:44.515460374Z query: DROP INDEX "IDX_de0f1ed5fe7ad4f2254bb815be"
2026-03-15T04:20:44.516422702Z query: DROP INDEX "IDX_23f4c8894717fb764a2b88ff29"
2026-03-15T04:20:44.519900615Z query: CREATE TABLE "temporary_category_months" ("id" varchar PRIMARY KEY NOT NULL, "categoryId" varchar NOT NULL, "budgetMonthId" varchar NOT NULL, "month" varchar NOT NULL, "budgeted" integer NOT NULL DEFAULT (0), "activity" integer NOT NULL DEFAULT (0), "balance" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), CONSTRAINT "FK_cba488e36ca6ff6eec83e914409" FOREIGN KEY ("categoryId") REFERENCES "categories" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT "FK_de0f1ed5fe7ad4f2254bb815bef" FOREIGN KEY ("budgetMonthId") REFERENCES "budget_months" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION)
2026-03-15T04:20:44.521175954Z query: INSERT INTO "temporary_category_months"("id", "categoryId", "budgetMonthId", "month", "budgeted", "activity", "balance", "created", "updated") SELECT "id", "categoryId", "budgetMonthId", "month", "budgeted", "activity", "balance", "created", "updated" FROM "category_months"
2026-03-15T04:20:44.521612202Z query: DROP TABLE "category_months"
2026-03-15T04:20:44.522790735Z query: ALTER TABLE "temporary_category_months" RENAME TO "category_months"
2026-03-15T04:20:44.527014842Z query: CREATE INDEX "IDX_cba488e36ca6ff6eec83e91440" ON "category_months" ("categoryId") 
2026-03-15T04:20:44.527585501Z query: CREATE INDEX "IDX_de0f1ed5fe7ad4f2254bb815be" ON "category_months" ("budgetMonthId") 
2026-03-15T04:20:44.528312816Z query: CREATE INDEX "IDX_23f4c8894717fb764a2b88ff29" ON "category_months" ("month") 
2026-03-15T04:20:44.528881831Z query: DROP INDEX "IDX_e6d5be2f8c1fbd283150e043a0"
2026-03-15T04:20:44.529566400Z query: DROP INDEX "IDX_af173d6048d44da16b00e49e24"
2026-03-15T04:20:44.537250634Z query: CREATE TABLE "temporary_categories" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "categoryGroupId" varchar NOT NULL, "trackingAccountId" varchar, "name" varchar NOT NULL, "inflow" boolean NOT NULL DEFAULT (0), "locked" boolean NOT NULL DEFAULT (0), "order" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), CONSTRAINT "FK_e6d5be2f8c1fbd283150e043a08" FOREIGN KEY ("budgetId") REFERENCES "budgets" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT "FK_d05bb3b46b9b190eb9c20ad3c21" FOREIGN KEY ("categoryGroupId") REFERENCES "category_groups" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION)
2026-03-15T04:20:44.538846728Z query: INSERT INTO "temporary_categories"("id", "budgetId", "categoryGroupId", "trackingAccountId", "name", "inflow", "locked", "order", "created", "updated") SELECT "id", "budgetId", "categoryGroupId", "trackingAccountId", "name", "inflow", "locked", "order", "created", "updated" FROM "categories"
2026-03-15T04:20:44.539314370Z query: DROP TABLE "categories"
2026-03-15T04:20:44.540365978Z query: ALTER TABLE "temporary_categories" RENAME TO "categories"
2026-03-15T04:20:44.544766499Z query: CREATE INDEX "IDX_e6d5be2f8c1fbd283150e043a0" ON "categories" ("budgetId") 
2026-03-15T04:20:44.545473963Z query: CREATE UNIQUE INDEX "IDX_af173d6048d44da16b00e49e24" ON "categories" ("trackingAccountId") 
2026-03-15T04:20:44.547613131Z query: CREATE TABLE "temporary_payees" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "transferAccountId" varchar, "name" varchar NOT NULL, "internal" boolean NOT NULL, "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), CONSTRAINT "REL_f61fc1e67d3abfb79503cdd382" UNIQUE ("transferAccountId"), CONSTRAINT "FK_f61fc1e67d3abfb79503cdd3821" FOREIGN KEY ("transferAccountId") REFERENCES "accounts" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION)
2026-03-15T04:20:44.548882608Z query: INSERT INTO "temporary_payees"("id", "budgetId", "transferAccountId", "name", "internal", "created", "updated") SELECT "id", "budgetId", "transferAccountId", "name", "internal", "created", "updated" FROM "payees"
2026-03-15T04:20:44.549897231Z query: DROP TABLE "payees"
2026-03-15T04:20:44.551409046Z query: ALTER TABLE "temporary_payees" RENAME TO "payees"
2026-03-15T04:20:44.555750027Z query: DROP INDEX "IDX_7098ffeb5373b7d6344f4f1663"
2026-03-15T04:20:44.559316329Z query: CREATE TABLE "temporary_transactions" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "accountId" varchar NOT NULL, "payeeId" varchar NOT NULL, "transferAccountId" varchar, "transferTransactionId" varchar, "categoryId" varchar, "amount" integer NOT NULL DEFAULT (0), "date" datetime NOT NULL, "memo" varchar NOT NULL DEFAULT (''), "status" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), CONSTRAINT "FK_9552f6354aafa8f1818aa571aaf" FOREIGN KEY ("budgetId") REFERENCES "budgets" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT "FK_26d8aec71ae9efbe468043cd2b9" FOREIGN KEY ("accountId") REFERENCES "accounts" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT "FK_44075a45926dfce0379d2c81c83" FOREIGN KEY ("payeeId") REFERENCES "payees" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT "FK_86e965e74f9cc66149cf6c90f64" FOREIGN KEY ("categoryId") REFERENCES "categories" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION)
2026-03-15T04:20:44.561114490Z query: INSERT INTO "temporary_transactions"("id", "budgetId", "accountId", "payeeId", "transferAccountId", "transferTransactionId", "categoryId", "amount", "date", "memo", "status", "created", "updated") SELECT "id", "budgetId", "accountId", "payeeId", "transferAccountId", "transferTransactionId", "categoryId", "amount", "date", "memo", "status", "created", "updated" FROM "transactions"
2026-03-15T04:20:44.561743065Z query: DROP TABLE "transactions"
2026-03-15T04:20:44.563732682Z query: ALTER TABLE "temporary_transactions" RENAME TO "transactions"
2026-03-15T04:20:44.567943141Z query: CREATE INDEX "IDX_7098ffeb5373b7d6344f4f1663" ON "transactions" ("transferTransactionId") 
2026-03-15T04:20:44.571117483Z query: CREATE TABLE "temporary_accounts" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "transferPayeeId" varchar, "name" varchar NOT NULL, "type" integer NOT NULL, "balance" integer NOT NULL DEFAULT (0), "cleared" integer NOT NULL DEFAULT (0), "uncleared" integer NOT NULL DEFAULT (0), "order" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), CONSTRAINT "REL_c2a8be4512a377b0a8614170e3" UNIQUE ("transferPayeeId"), CONSTRAINT "FK_81acfbf2205a3be5b1c41455329" FOREIGN KEY ("budgetId") REFERENCES "budgets" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT "FK_c2a8be4512a377b0a8614170e33" FOREIGN KEY ("transferPayeeId") REFERENCES "payees" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION)
2026-03-15T04:20:44.572390937Z query: INSERT INTO "temporary_accounts"("id", "budgetId", "transferPayeeId", "name", "type", "balance", "cleared", "uncleared", "order", "created", "updated") SELECT "id", "budgetId", "transferPayeeId", "name", "type", "balance", "cleared", "uncleared", "order", "created", "updated" FROM "accounts"
2026-03-15T04:20:44.572751564Z query: DROP TABLE "accounts"
2026-03-15T04:20:44.573816118Z query: ALTER TABLE "temporary_accounts" RENAME TO "accounts"
2026-03-15T04:20:44.578047158Z query: CREATE TABLE "temporary_budgets" ("id" varchar PRIMARY KEY NOT NULL, "userId" varchar NOT NULL, "name" varchar NOT NULL, "toBeBudgeted" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), CONSTRAINT "FK_27e688ddf1ff3893b43065899f9" FOREIGN KEY ("userId") REFERENCES "users" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION)
2026-03-15T04:20:44.578919204Z query: INSERT INTO "temporary_budgets"("id", "userId", "name", "toBeBudgeted", "created", "updated") SELECT "id", "userId", "name", "toBeBudgeted", "created", "updated" FROM "budgets"
2026-03-15T04:20:44.579252835Z query: DROP TABLE "budgets"
2026-03-15T04:20:44.580409034Z query: ALTER TABLE "temporary_budgets" RENAME TO "budgets"
2026-03-15T04:20:44.583747116Z query: DROP INDEX "IDX_0dcceebef7c019bc892be7b5d0"
2026-03-15T04:20:44.585421337Z query: CREATE TABLE "temporary_category_groups" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "name" varchar NOT NULL, "internal" boolean NOT NULL DEFAULT (0), "locked" boolean NOT NULL DEFAULT (0), "order" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), CONSTRAINT "FK_0dcceebef7c019bc892be7b5d0e" FOREIGN KEY ("budgetId") REFERENCES "budgets" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION)
2026-03-15T04:20:44.586258834Z query: INSERT INTO "temporary_category_groups"("id", "budgetId", "name", "internal", "locked", "order", "created", "updated") SELECT "id", "budgetId", "name", "internal", "locked", "order", "created", "updated" FROM "category_groups"
2026-03-15T04:20:44.586628247Z query: DROP TABLE "category_groups"
2026-03-15T04:20:44.587481355Z query: ALTER TABLE "temporary_category_groups" RENAME TO "category_groups"
2026-03-15T04:20:44.590895441Z query: CREATE INDEX "IDX_0dcceebef7c019bc892be7b5d0" ON "category_groups" ("budgetId") 
2026-03-15T04:20:44.594258192Z query: INSERT INTO "migrations"("timestamp", "name") VALUES (?, ?) -- PARAMETERS: [1649259669912,"initial1649259669912"]
2026-03-15T04:20:44.594786426Z Migration initial1649259669912 has been executed successfully.
2026-03-15T04:20:44.595960541Z query: CREATE TABLE "temporary_budgets" ("id" varchar PRIMARY KEY NOT NULL, "userId" varchar NOT NULL, "name" varchar NOT NULL, "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), CONSTRAINT "FK_27e688ddf1ff3893b43065899f9" FOREIGN KEY ("userId") REFERENCES "users" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION)
2026-03-15T04:20:44.597049563Z query: INSERT INTO "temporary_budgets"("id", "userId", "name", "created", "updated") SELECT "id", "userId", "name", "created", "updated" FROM "budgets"
2026-03-15T04:20:44.597495281Z query: DROP TABLE "budgets"
2026-03-15T04:20:44.598821772Z query: ALTER TABLE "temporary_budgets" RENAME TO "budgets"
2026-03-15T04:20:44.603030317Z query: DROP INDEX "IDX_0c21df54422306fdf78621fc18"
2026-03-15T04:20:44.603568852Z query: DROP INDEX "IDX_398c07457719d1899ba4f11914"
2026-03-15T04:20:44.606956664Z query: CREATE TABLE "temporary_budget_months" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "month" varchar NOT NULL, "income" integer NOT NULL DEFAULT (0), "budgeted" integer NOT NULL DEFAULT (0), "activity" integer NOT NULL DEFAULT (0), "underfunded" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), "available" integer NOT NULL DEFAULT (0), CONSTRAINT "FK_398c07457719d1899ba4f11914d" FOREIGN KEY ("budgetId") REFERENCES "budgets" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION)
2026-03-15T04:20:44.609429423Z query: INSERT INTO "temporary_budget_months"("id", "budgetId", "month", "income", "budgeted", "activity", "underfunded", "created", "updated") SELECT "id", "budgetId", "month", "income", "budgeted", "activity", "underfunded", "created", "updated" FROM "budget_months"
2026-03-15T04:20:44.610012868Z query: DROP TABLE "budget_months"
2026-03-15T04:20:44.611936442Z query: ALTER TABLE "temporary_budget_months" RENAME TO "budget_months"
2026-03-15T04:20:44.616640595Z query: CREATE INDEX "IDX_0c21df54422306fdf78621fc18" ON "budget_months" ("month") 
2026-03-15T04:20:44.617746712Z query: CREATE INDEX "IDX_398c07457719d1899ba4f11914" ON "budget_months" ("budgetId") 
2026-03-15T04:20:44.619102172Z query: INSERT INTO "migrations"("timestamp", "name") VALUES (?, ?) -- PARAMETERS: [1649260258195,"budgetMonthAvailable1649260258195"]
2026-03-15T04:20:44.619342125Z Migration budgetMonthAvailable1649260258195 has been executed successfully.
2026-03-15T04:20:44.620992969Z query: CREATE TABLE "temporary_budgets" ("id" varchar PRIMARY KEY NOT NULL, "userId" varchar NOT NULL, "name" varchar NOT NULL, "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), "currency" varchar NOT NULL DEFAULT ('USD'), CONSTRAINT "FK_27e688ddf1ff3893b43065899f9" FOREIGN KEY ("userId") REFERENCES "users" ("id") ON DELETE CASCADE ON UPDATE NO ACTION)
2026-03-15T04:20:44.621991360Z query: INSERT INTO "temporary_budgets"("id", "userId", "name", "created", "updated") SELECT "id", "userId", "name", "created", "updated" FROM "budgets"
2026-03-15T04:20:44.622391035Z query: DROP TABLE "budgets"
2026-03-15T04:20:44.623812226Z query: ALTER TABLE "temporary_budgets" RENAME TO "budgets"
2026-03-15T04:20:44.628359153Z query: INSERT INTO "migrations"("timestamp", "name") VALUES (?, ?) -- PARAMETERS: [1650032177205,"addBudgetCurrency1650032177205"]
2026-03-15T04:20:44.628607252Z Migration addBudgetCurrency1650032177205 has been executed successfully.
2026-03-15T04:20:44.628882006Z query: COMMIT
2026-03-15T04:20:49.296506197Z [custom-init] No custom files found, skipping...
2026-03-15T04:20:49.482412584Z 
2026-03-15T04:20:49.482456152Z > BudgE@0.0.8 start
2026-03-15T04:20:49.482467745Z > node build/src/server.js
2026-03-15T04:20:49.482476312Z 
2026-03-15T04:20:50.561563406Z !!!WARNING!!! Running in development mode!
2026-03-15T04:20:50.640621619Z Server listening on: http://0.0.0.0:5000
2026-03-15T04:20:51.327027062Z Connection to localhost (127.0.0.1) 5000 port [tcp/*] succeeded!
2026-03-15T04:20:51.346115692Z [ls.io-init] done.
2026-03-15T04:20:53.199746648Z Error: You must be logged in to do that
2026-03-15T04:20:53.199785236Z     at /app/www/public/backend/build/src/middleware/authentication.js:41:23
2026-03-15T04:20:53.199796769Z     at Generator.next (<anonymous>)
2026-03-15T04:20:53.199807160Z     at /app/www/public/backend/build/src/middleware/authentication.js:8:71
2026-03-15T04:20:53.199817010Z     at new Promise (<anonymous>)
2026-03-15T04:20:53.199826719Z     at __awaiter (/app/www/public/backend/build/src/middleware/authentication.js:4:12)
2026-03-15T04:20:53.199836389Z     at expressAuthentication (/app/www/public/backend/build/src/middleware/authentication.js:22:12)
2026-03-15T04:20:53.199864405Z     at /app/www/public/backend/build/routes.js:1245:97
2026-03-15T04:20:53.199878774Z     at Generator.next (<anonymous>)
2026-03-15T04:20:53.199888854Z     at /app/www/public/backend/build/routes.js:8:71
2026-03-15T04:20:53.199898844Z     at new Promise (<anonymous>) {
2026-03-15T04:20:53.199908704Z   status: 401
2026-03-15T04:20:53.199918203Z }
View SBOM output
Expand
NAME                                                                                   VERSION                        
@apideck/better-ajv-errors                                                             0.3.3                          
@babel/code-frame                                                                      7.16.7                         
@babel/compat-data                                                                     7.17.0                         
@babel/core                                                                            7.16.0                         
@babel/eslint-parser                                                                   7.17.0                         
@babel/generator                                                                       7.17.3                         
@babel/helper-annotate-as-pure                                                         7.16.7                         
@babel/helper-builder-binary-assignment-operator-visitor                               7.16.7                         
@babel/helper-compilation-targets                                                      7.16.7                         
@babel/helper-create-class-features-plugin                                             7.17.6                         
@babel/helper-create-regexp-features-plugin                                            7.17.0                         
@babel/helper-define-polyfill-provider                                                 0.3.1                          
@babel/helper-environment-visitor                                                      7.16.7                         
@babel/helper-explode-assignable-expression                                            7.16.7                         
@babel/helper-function-name                                                            7.16.7                         
@babel/helper-get-function-arity                                                       7.16.7                         
@babel/helper-hoist-variables                                                          7.16.7                         
@babel/helper-member-expression-to-functions                                           7.16.7                         
@babel/helper-module-imports                                                           7.16.7                         
@babel/helper-module-transforms                                                        7.17.6                         
@babel/helper-optimise-call-expression                                                 7.16.7                         
@babel/helper-plugin-utils                                                             7.16.7                         
@babel/helper-remap-async-to-generator                                                 7.16.8                         
@babel/helper-replace-supers                                                           7.16.7                         
@babel/helper-simple-access                                                            7.16.7                         
@babel/helper-skip-transparent-expression-wrappers                                     7.16.0                         
@babel/helper-split-export-declaration                                                 7.16.7                         
@babel/helper-validator-identifier                                                     7.16.7                         
@babel/helper-validator-option                                                         7.16.7                         
@babel/helper-wrap-function                                                            7.16.8                         
@babel/helpers                                                                         7.16.3                         
@babel/highlight                                                                       7.16.10                        
@babel/parser                                                                          7.17.3                         
@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression          7.16.7                         
@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining                         7.16.7                         
@babel/plugin-proposal-async-generator-functions                                       7.16.8                         
@babel/plugin-proposal-class-properties                                                7.16.7                         
@babel/plugin-proposal-class-static-block                                              7.17.6                         
@babel/plugin-proposal-decorators                                                      7.17.2                         
@babel/plugin-proposal-dynamic-import                                                  7.16.7                         
@babel/plugin-proposal-export-namespace-from                                           7.16.7                         
@babel/plugin-proposal-json-strings                                                    7.16.7                         
@babel/plugin-proposal-logical-assignment-operators                                    7.16.7                         
@babel/plugin-proposal-nullish-coalescing-operator                                     7.16.7                         
@babel/plugin-proposal-numeric-separator                                               7.16.7                         
@babel/plugin-proposal-object-rest-spread                                              7.17.3                         
@babel/plugin-proposal-optional-catch-binding                                          7.16.7                         
@babel/plugin-proposal-optional-chaining                                               7.16.7                         
@babel/plugin-proposal-private-methods                                                 7.16.11                        
@babel/plugin-proposal-private-property-in-object                                      7.16.7                         
@babel/plugin-proposal-unicode-property-regex                                          7.16.7                         
@babel/plugin-syntax-async-generators                                                  7.8.4                          
@babel/plugin-syntax-bigint                                                            7.8.3                          
@babel/plugin-syntax-class-properties                                                  7.12.13                        
@babel/plugin-syntax-class-static-block                                                7.14.5                         
@babel/plugin-syntax-decorators                                                        7.17.0                         
@babel/plugin-syntax-dynamic-import                                                    7.8.3                          
@babel/plugin-syntax-export-namespace-from                                             7.8.3                          
@babel/plugin-syntax-flow                                                              7.16.7                         
@babel/plugin-syntax-import-meta                                                       7.10.4                         
@babel/plugin-syntax-json-strings                                                      7.8.3                          
@babel/plugin-syntax-jsx                                                               7.16.0                         
@babel/plugin-syntax-logical-assignment-operators                                      7.10.4                         
@babel/plugin-syntax-nullish-coalescing-operator                                       7.8.3                          
@babel/plugin-syntax-numeric-separator                                                 7.10.4                         
@babel/plugin-syntax-object-rest-spread                                                7.8.3                          
@babel/plugin-syntax-optional-catch-binding                                            7.8.3                          
@babel/plugin-syntax-optional-chaining                                                 7.8.3                          
@babel/plugin-syntax-private-property-in-object                                        7.14.5                         
@babel/plugin-syntax-top-level-await                                                   7.14.5                         
@babel/plugin-syntax-typescript                                                        7.16.7                         
@babel/plugin-transform-arrow-functions                                                7.16.7                         
@babel/plugin-transform-async-to-generator                                             7.16.8                         
@babel/plugin-transform-block-scoped-functions                                         7.16.7                         
@babel/plugin-transform-block-scoping                                                  7.16.7                         
@babel/plugin-transform-classes                                                        7.16.7                         
@babel/plugin-transform-computed-properties                                            7.16.7                         
@babel/plugin-transform-destructuring                                                  7.17.3                         
@babel/plugin-transform-dotall-regex                                                   7.16.7                         
@babel/plugin-transform-duplicate-keys                                                 7.16.7                         
@babel/plugin-transform-exponentiation-operator                                        7.16.7                         
@babel/plugin-transform-flow-strip-types                                               7.16.7                         
@babel/plugin-transform-for-of                                                         7.16.7                         
@babel/plugin-transform-function-name                                                  7.16.7                         
@babel/plugin-transform-literals                                                       7.16.7                         
@babel/plugin-transform-member-expression-literals                                     7.16.7                         
@babel/plugin-transform-modules-amd                                                    7.16.7                         
@babel/plugin-transform-modules-commonjs                                               7.16.8                         
@babel/plugin-transform-modules-systemjs                                               7.16.7                         
@babel/plugin-transform-modules-umd                                                    7.16.7                         
@babel/plugin-transform-named-capturing-groups-regex                                   7.16.8                         
@babel/plugin-transform-new-target                                                     7.16.7                         
@babel/plugin-transform-object-super                                                   7.16.7                         
@babel/plugin-transform-parameters                                                     7.16.7                         
@babel/plugin-transform-property-literals                                              7.16.7                         
@babel/plugin-transform-react-constant-elements                                        7.16.0                         
@babel/plugin-transform-react-display-name                                             7.16.0                         
@babel/plugin-transform-react-jsx                                                      7.16.0                         
@babel/plugin-transform-react-jsx-development                                          7.16.0                         
@babel/plugin-transform-react-pure-annotations                                         7.16.0                         
@babel/plugin-transform-regenerator                                                    7.16.7                         
@babel/plugin-transform-reserved-words                                                 7.16.7                         
@babel/plugin-transform-runtime                                                        7.17.0                         
@babel/plugin-transform-shorthand-properties                                           7.16.7                         
@babel/plugin-transform-spread                                                         7.16.7                         
@babel/plugin-transform-sticky-regex                                                   7.16.7                         
@babel/plugin-transform-template-literals                                              7.16.7                         
@babel/plugin-transform-typeof-symbol                                                  7.16.7                         
@babel/plugin-transform-typescript                                                     7.16.8                         
@babel/plugin-transform-unicode-escapes                                                7.16.7                         
@babel/plugin-transform-unicode-regex                                                  7.16.7                         
@babel/preset-env                                                                      7.16.11                        
@babel/preset-modules                                                                  0.1.5                          
@babel/preset-react                                                                    7.16.0                         
@babel/preset-typescript                                                               7.16.7                         
@babel/runtime                                                                         7.17.2                         
@babel/runtime-corejs3                                                                 7.16.3                         
@babel/template                                                                        7.16.7                         
@babel/traverse                                                                        7.17.3                         
@babel/types                                                                           7.17.0                         
@bcoe/v8-coverage                                                                      0.2.3                          
@cspotcode/source-map-consumer                                                         0.8.0                          
@cspotcode/source-map-support                                                          0.7.0                          
@csstools/normalize.css                                                                12.0.0                         
@csstools/postcss-color-function                                                       1.0.2                          
@csstools/postcss-font-format-keywords                                                 1.0.0                          
@csstools/postcss-hwb-function                                                         1.0.0                          
@csstools/postcss-ic-unit                                                              1.0.0                          
@csstools/postcss-is-pseudo-class                                                      2.0.0                          
@csstools/postcss-normalize-display-values                                             1.0.0                          
@csstools/postcss-oklab-function                                                       1.0.1                          
@csstools/postcss-progressive-custom-properties                                        1.2.0                          
@dabh/diagnostics                                                                      2.0.2                          
@date-io/core                                                                          2.11.0                         
@date-io/date-fns                                                                      2.11.0                         
@date-io/dayjs                                                                         2.11.0                         
@date-io/luxon                                                                         2.11.1                         
@date-io/moment                                                                        2.11.0                         
@dinero.js/calculator-number                                                           2.0.0-alpha.8                  
@dinero.js/core                                                                        2.0.0-alpha.8                  
@dinero.js/currencies                                                                  2.0.0-alpha.8                  
@emotion/babel-plugin                                                                  11.3.0                         
@emotion/cache                                                                         11.6.0                         
@emotion/hash                                                                          0.8.0                          
@emotion/is-prop-valid                                                                 1.1.1                          
@emotion/memoize                                                                       0.7.5                          
@emotion/react                                                                         11.5.0                         
@emotion/serialize                                                                     1.0.2                          
@emotion/sheet                                                                         1.1.0                          
@emotion/styled                                                                        11.3.0                         
@emotion/unitless                                                                      0.7.5                          
@emotion/utils                                                                         1.0.0                          
@emotion/weak-memoize                                                                  0.2.5                          
@eslint/eslintrc                                                                       1.1.0                          
@humanwhocodes/config-array                                                            0.9.3                          
@humanwhocodes/object-schema                                                           1.2.1                          
@isaacs/cliui                                                                          8.0.2                          
@isaacs/fs-minipass                                                                    4.0.1                          
@isaacs/string-locale-compare                                                          1.1.0                          
@istanbuljs/load-nyc-config                                                            1.1.0                          
@istanbuljs/schema                                                                     0.1.3                          
@jest/console                                                                          27.5.1                         
@jest/core                                                                             27.5.1                         
@jest/environment                                                                      27.5.1                         
@jest/fake-timers                                                                      27.5.1                         
@jest/globals                                                                          27.5.1                         
@jest/reporters                                                                        27.5.1                         
@jest/source-map                                                                       27.5.1                         
@jest/test-result                                                                      27.5.1                         
@jest/test-sequencer                                                                   27.5.1                         
@jest/transform                                                                        27.5.1                         
@jest/types                                                                            26.6.2                         
@jest/types                                                                            27.2.5                         
@jest/types                                                                            27.5.1                         
@juggle/resize-observer                                                                3.3.1                          
@mapbox/node-pre-gyp                                                                   1.0.6                          
@mui/base                                                                              5.0.0-alpha.58                 
@mui/base                                                                              5.0.0-alpha.59                 
@mui/icons-material                                                                    5.2.0                          
@mui/lab                                                                               5.0.0-alpha.59                 
@mui/material                                                                          5.2.2                          
@mui/private-theming                                                                   5.2.3                          
@mui/styled-engine                                                                     5.2.0                          
@mui/styles                                                                            5.2.2                          
@mui/system                                                                            5.2.3                          
@mui/types                                                                             7.1.0                          
@mui/utils                                                                             5.2.3                          
@my-scope/package-a                                                                    0.0.0                          
@my-scope/package-b                                                                    0.0.0                          
@nodelib/fs.scandir                                                                    2.1.5                          
@nodelib/fs.stat                                                                       2.0.5                          
@nodelib/fs.walk                                                                       1.2.8                          
@npmcli/agent                                                                          2.2.2                          
@npmcli/agent                                                                          3.0.0                          
@npmcli/arborist                                                                       8.0.0                          
@npmcli/config                                                                         9.0.0                          
@npmcli/fs                                                                             3.1.1                          
@npmcli/fs                                                                             4.0.0                          
@npmcli/git                                                                            6.0.1                          
@npmcli/installed-package-contents                                                     3.0.0                          
@npmcli/map-workspaces                                                                 4.0.1                          
@npmcli/metavuln-calculator                                                            8.0.1                          
@npmcli/name-from-folder                                                               3.0.0                          
@npmcli/node-gyp                                                                       4.0.0                          
@npmcli/package-json                                                                   6.0.1                          
@npmcli/promise-spawn                                                                  8.0.2                          
@npmcli/query                                                                          4.0.0                          
@npmcli/redact                                                                         3.0.0                          
@npmcli/run-script                                                                     9.0.1                          
@pkgjs/parseargs                                                                       0.11.0                         
@pmmmwh/react-refresh-webpack-plugin                                                   0.5.4                          
@popperjs/core                                                                         2.10.2                         
@reduxjs/toolkit                                                                       1.6.2                          
@reduxjs/toolkit-query                                                                 1.0.0                          
@reduxjs/toolkit-query-react                                                           1.0.0                          
@rollup/plugin-babel                                                                   5.3.0                          
@rollup/plugin-node-resolve                                                            11.2.1                         
@rollup/plugin-replace                                                                 2.4.2                          
@rollup/pluginutils                                                                    3.1.0                          
@rsuite/icon-font                                                                      4.0.0                          
@rsuite/icons                                                                          1.0.2                          
@rushstack/eslint-patch                                                                1.1.0                          
@sigstore/bundle                                                                       3.0.0                          
@sigstore/core                                                                         2.0.0                          
@sigstore/protobuf-specs                                                               0.3.2                          
@sigstore/sign                                                                         3.0.0                          
@sigstore/tuf                                                                          3.0.0                          
@sigstore/verify                                                                       2.0.0                          
@sindresorhus/is                                                                       4.2.0                          
@sinonjs/commons                                                                       1.8.3                          
@sinonjs/fake-timers                                                                   8.1.0                          
@sqltools/formatter                                                                    1.2.3                          
@surma/rollup-plugin-off-main-thread                                                   2.2.3                          
@svgr/babel-plugin-add-jsx-attribute                                                   5.4.0                          
@svgr/babel-plugin-remove-jsx-attribute                                                5.4.0                          
@svgr/babel-plugin-remove-jsx-empty-expression                                         5.0.1                          
@svgr/babel-plugin-replace-jsx-attribute-value                                         5.0.1                          
@svgr/babel-plugin-svg-dynamic-title                                                   5.4.0                          
@svgr/babel-plugin-svg-em-dimensions                                                   5.4.0                          
@svgr/babel-plugin-transform-react-native-svg                                          5.4.0                          
@svgr/babel-plugin-transform-svg-component                                             5.5.0                          
@svgr/babel-preset                                                                     5.5.0                          
@svgr/core                                                                             5.5.0                          
@svgr/hast-util-to-babel-ast                                                           5.5.0                          
@svgr/plugin-jsx                                                                       5.5.0                          
@svgr/plugin-svgo                                                                      5.5.0                          
@svgr/webpack                                                                          5.5.0                          
@szmarczak/http-timer                                                                  4.0.6                          
@testing-library/dom                                                                   10.4.1                         
@testing-library/dom                                                                   7.31.2                         
@testing-library/jest-dom                                                              5.15.0                         
@testing-library/react                                                                 11.2.7                         
@testing-library/user-event                                                            12.8.3                         
@tootallnate/once                                                                      1.1.2                          
@trysound/sax                                                                          0.2.0                          
@tsconfig/node10                                                                       1.0.8                          
@tsconfig/node12                                                                       1.0.9                          
@tsconfig/node14                                                                       1.0.1                          
@tsconfig/node16                                                                       1.0.2                          
@tsoa/cli                                                                              3.14.0                         
@tsoa/runtime                                                                          3.13.0                         
@tufjs/canonical-json                                                                  2.0.0                          
@tufjs/models                                                                          3.0.1                          
@types/aria-query                                                                      4.2.2                          
@types/aria-query                                                                      5.0.4                          
@types/babel__core                                                                     7.1.18                         
@types/babel__generator                                                                7.6.4                          
@types/babel__template                                                                 7.4.1                          
@types/babel__traverse                                                                 7.14.2                         
@types/bcrypt                                                                          5.0.0                          
@types/body-parser                                                                     1.19.2                         
@types/bonjour                                                                         3.5.10                         
@types/cacheable-request                                                               6.0.2                          
@types/connect                                                                         3.4.35                         
@types/connect-history-api-fallback                                                    1.3.5                          
@types/eslint                                                                          7.29.0                         
@types/eslint-scope                                                                    3.7.3                          
@types/estree                                                                          0.0.39                         
@types/estree                                                                          0.0.51                         
@types/express                                                                         4.17.13                        
@types/express-serve-static-core                                                       4.17.28                        
@types/graceful-fs                                                                     4.1.5                          
@types/hoist-non-react-statics                                                         3.3.1                          
@types/html-minifier-terser                                                            6.1.0                          
@types/http-cache-semantics                                                            4.0.1                          
@types/http-proxy                                                                      1.17.8                         
@types/istanbul-lib-coverage                                                           2.0.3                          
@types/istanbul-lib-report                                                             3.0.0                          
@types/istanbul-reports                                                                3.0.1                          
@types/jest                                                                            27.0.2                         
@types/json-schema                                                                     7.0.9                          
@types/json5                                                                           0.0.29                         
@types/jsonwebtoken                                                                    8.5.5                          
@types/keyv                                                                            3.1.3                          
@types/luxon                                                                           2.0.9                          
@types/mime                                                                            1.3.2                          
@types/node                                                                            14.14.16                       
@types/node                                                                            16.11.11                       
@types/node                                                                            16.11.7                        
@types/parse-json                                                                      4.0.0                          
@types/prettier                                                                        2.4.4                          
@types/prop-types                                                                      15.7.4                         
@types/q                                                                               1.5.5                          
@types/qs                                                                              6.9.7                          
@types/range-parser                                                                    1.2.4                          
@types/react                                                                           17.0.34                        
@types/react-is                                                                        17.0.3                         
@types/react-redux                                                                     7.1.20                         
@types/react-transition-group                                                          4.4.4                          
@types/resolve                                                                         1.17.1                         
@types/responselike                                                                    1.0.0                          
@types/retry                                                                           0.12.1                         
@types/scheduler                                                                       0.16.2                         
@types/serve-index                                                                     1.9.1                          
@types/serve-static                                                                    1.13.10                        
@types/sockjs                                                                          0.3.33                         
@types/stack-utils                                                                     2.0.1                          
@types/testing-library__jest-dom                                                       5.14.1                         
@types/trusted-types                                                                   2.0.2                          
@types/validator                                                                       13.6.6                         
@types/ws                                                                              8.2.3                          
@types/yargs                                                                           15.0.14                        
@types/yargs                                                                           16.0.4                         
@types/yargs-parser                                                                    20.2.1                         
@types/zen-observable                                                                  0.8.3                          
@typescript-eslint/eslint-plugin                                                       5.12.1                         
@typescript-eslint/experimental-utils                                                  5.12.1                         
@typescript-eslint/parser                                                              5.12.1                         
@typescript-eslint/scope-manager                                                       5.12.1                         
@typescript-eslint/type-utils                                                          5.12.1                         
@typescript-eslint/types                                                               5.12.1                         
@typescript-eslint/typescript-estree                                                   5.12.1                         
@typescript-eslint/utils                                                               5.12.1                         
@typescript-eslint/visitor-keys                                                        5.12.1                         
@webassemblyjs/ast                                                                     1.11.1                         
@webassemblyjs/floating-point-hex-parser                                               1.11.1                         
@webassemblyjs/helper-api-error                                                        1.11.1                         
@webassemblyjs/helper-buffer                                                           1.11.1                         
@webassemblyjs/helper-numbers                                                          1.11.1                         
@webassemblyjs/helper-wasm-bytecode                                                    1.11.1                         
@webassemblyjs/helper-wasm-section                                                     1.11.1                         
@webassemblyjs/ieee754                                                                 1.11.1                         
@webassemblyjs/leb128                                                                  1.11.1                         
@webassemblyjs/utf8                                                                    1.11.1                         
@webassemblyjs/wasm-edit                                                               1.11.1                         
@webassemblyjs/wasm-gen                                                                1.11.1                         
@webassemblyjs/wasm-opt                                                                1.11.1                         
@webassemblyjs/wasm-parser                                                             1.11.1                         
@webassemblyjs/wast-printer                                                            1.11.1                         
@xtuc/ieee754                                                                          1.2.0                          
@xtuc/long                                                                             4.2.2                          
BudgE                                                                                  0.0.8                          
abab                                                                                   2.0.5                          
abbrev                                                                                 1.1.1                          
abbrev                                                                                 2.0.0                          
abbrev                                                                                 3.0.0                          
accepts                                                                                1.3.7                          
accepts                                                                                1.3.8                          
acorn                                                                                  7.4.1                          
acorn                                                                                  8.5.0                          
acorn                                                                                  8.6.0                          
acorn                                                                                  8.7.0                          
acorn-globals                                                                          6.0.0                          
acorn-import-assertions                                                                1.8.0                          
acorn-jsx                                                                              5.3.2                          
acorn-node                                                                             1.8.2                          
acorn-walk                                                                             7.2.0                          
acorn-walk                                                                             8.2.0                          
ada-libs                                                                               2.7.8-r0                       
address                                                                                1.1.2                          
adjust-sourcemap-loader                                                                4.0.0                          
agent-base                                                                             6.0.2                          
agent-base                                                                             7.1.1                          
aggregate-error                                                                        3.1.0                          
ajv                                                                                    6.12.6                         
ajv                                                                                    8.10.0                         
ajv-formats                                                                            2.1.1                          
ajv-keywords                                                                           3.5.2                          
ajv-keywords                                                                           5.1.0                          
alpine-baselayout                                                                      3.6.5-r0                       
alpine-baselayout-data                                                                 3.6.5-r0                       
alpine-keys                                                                            2.4-r1                         
alpine-release                                                                         3.20.9-r0                      
ansi-escapes                                                                           4.3.2                          
ansi-html-community                                                                    0.0.8                          
ansi-regex                                                                             2.1.1                          
ansi-regex                                                                             3.0.0                          
ansi-regex                                                                             4.1.0                          
ansi-regex                                                                             5.0.1                          
ansi-regex                                                                             6.0.1                          
ansi-regex                                                                             6.1.0                          
ansi-styles                                                                            2.2.1                          
ansi-styles                                                                            3.2.1                          
ansi-styles                                                                            4.3.0                          
ansi-styles                                                                            5.2.0                          
ansi-styles                                                                            6.2.1                          
any-promise                                                                            1.3.0                          
anymatch                                                                               3.1.2                          
apache2-utils                                                                          2.4.66-r0                      
apk-tools                                                                              2.14.4-r1                      
app-root-path                                                                          3.0.0                          
apr                                                                                    1.7.5-r0                       
apr-util                                                                               1.6.3-r1                       
aproba                                                                                 1.2.0                          
aproba                                                                                 2.0.0                          
archy                                                                                  1.0.0                          
are-we-there-yet                                                                       1.1.7                          
are-we-there-yet                                                                       2.0.0                          
arg                                                                                    4.1.3                          
arg                                                                                    5.0.1                          
argon2-libs                                                                            20190702-r5                    
argparse                                                                               1.0.10                         
argparse                                                                               2.0.1                          
aria-query                                                                             4.2.2                          
aria-query                                                                             5.3.0                          
array-flatten                                                                          1.1.1                          
array-flatten                                                                          2.1.2                          
array-includes                                                                         3.1.4                          
array-union                                                                            2.1.0                          
array.prototype.flat                                                                   1.2.5                          
array.prototype.flatmap                                                                1.2.5                          
array.prototype.map                                                                    1.0.4                          
asap                                                                                   2.0.6                          
asn1                                                                                   0.2.4                          
assert-plus                                                                            1.0.0                          
ast-types-flow                                                                         0.0.7                          
async                                                                                  0.9.2                          
async                                                                                  1.0.0                          
async                                                                                  2.6.3                          
async                                                                                  3.2.0                          
asynckit                                                                               0.4.0                          
at-least-node                                                                          1.0.0                          
atob                                                                                   2.1.2                          
autoprefixer                                                                           10.4.2                         
aws-sign2                                                                              0.7.0                          
aws4                                                                                   1.11.0                         
axe-core                                                                               4.4.1                          
axios                                                                                  0.24.0                         
axobject-query                                                                         2.2.0                          
babel-jest                                                                             27.5.1                         
babel-loader                                                                           8.2.3                          
babel-plugin-dynamic-import-node                                                       2.3.3                          
babel-plugin-istanbul                                                                  6.1.1                          
babel-plugin-jest-hoist                                                                27.5.1                         
babel-plugin-macros                                                                    2.8.0                          
babel-plugin-macros                                                                    3.1.0                          
babel-plugin-named-asset-import                                                        0.3.8                          
babel-plugin-polyfill-corejs2                                                          0.3.1                          
babel-plugin-polyfill-corejs3                                                          0.5.2                          
babel-plugin-polyfill-regenerator                                                      0.3.1                          
babel-plugin-transform-react-remove-prop-types                                         0.4.24                         
babel-preset-current-node-syntax                                                       1.0.1                          
babel-preset-jest                                                                      27.5.1                         
babel-preset-react-app                                                                 10.0.1                         
balanced-match                                                                         1.0.0                          
balanced-match                                                                         1.0.2                          
base64-js                                                                              1.5.1                          
bash                                                                                   5.2.26-r0                      
basic-auth                                                                             2.0.1                          
batch                                                                                  0.6.1                          
baz                                                                                    UNKNOWN                        
bcrypt                                                                                 5.0.1                          
bcrypt-pbkdf                                                                           1.0.2                          
bfj                                                                                    7.0.2                          
big.js                                                                                 5.2.2                          
bignumber.js                                                                           9.0.0                          
bin                                                                                    1.0.0                          
bin-links                                                                              5.0.0                          
binary-extensions                                                                      2.2.0                          
binary-extensions                                                                      2.3.0                          
bl                                                                                     2.2.1                          
block-stream                                                                           0.0.9                          
bluebird                                                                               3.7.2                          
body-parser                                                                            1.19.0                         
body-parser                                                                            1.19.2                         
bonjour                                                                                3.5.0                          
boolbase                                                                               1.0.0                          
brace-expansion                                                                        1.1.11                         
brace-expansion                                                                        2.0.1                          
braces                                                                                 3.0.2                          
brotli-libs                                                                            1.1.0-r2                       
browser-process-hrtime                                                                 1.0.0                          
browser_field                                                                          UNKNOWN                        
browserslist                                                                           4.19.3                         
bser                                                                                   2.1.1                          
bson                                                                                   1.1.6                          
bson                                                                                   UNKNOWN                        
buffer                                                                                 6.0.3                          
buffer-equal-constant-time                                                             1.0.1                          
buffer-from                                                                            1.1.2                          
buffer-indexof                                                                         1.1.1                          
buffer-writer                                                                          2.0.0                          
builtin-modules                                                                        3.2.0                          
busybox                                                                                1.36.1-r31                     
busybox-binsh                                                                          1.36.1-r31                     
bytes                                                                                  3.0.0                          
bytes                                                                                  3.1.0                          
bytes                                                                                  3.1.2                          
c-ares                                                                                 1.33.1-r0                      
ca-certificates                                                                        20250911-r0                    
ca-certificates-bundle                                                                 20250911-r0                    
cacache                                                                                18.0.4                         
cacache                                                                                19.0.1                         
cacheable-lookup                                                                       5.0.4                          
cacheable-request                                                                      7.0.2                          
call-bind                                                                              1.0.2                          
callsites                                                                              3.1.0                          
camel-case                                                                             4.1.2                          
camelcase                                                                              5.3.1                          
camelcase                                                                              6.3.0                          
camelcase-css                                                                          2.0.1                          
caniuse-api                                                                            3.0.0                          
caniuse-lite                                                                           1.0.30001312                   
case-sensitive-paths-webpack-plugin                                                    2.4.0                          
caseless                                                                               0.12.0                         
catatonit                                                                              0.2.0-r0                       
chalk                                                                                  1.1.3                          
chalk                                                                                  2.4.2                          
chalk                                                                                  3.0.0                          
chalk                                                                                  4.1.2                          
chalk                                                                                  5.3.0                          
char-regex                                                                             1.0.2                          
char-regex                                                                             2.0.1                          
charcodes                                                                              0.2.0                          
check-types                                                                            11.1.2                         
chokidar                                                                               3.5.3                          
chownr                                                                                 1.1.4                          
chownr                                                                                 2.0.0                          
chownr                                                                                 3.0.0                          
chrome-trace-event                                                                     1.0.3                          
ci-info                                                                                3.3.0                          
ci-info                                                                                4.1.0                          
cidr-regex                                                                             4.1.1                          
cjs-module-lexer                                                                       1.2.2                          
class-validator                                                                        0.13.1                         
classnames                                                                             2.3.1                          
clean-css                                                                              5.2.4                          
clean-stack                                                                            2.2.0                          
cli-columns                                                                            4.0.0                          
cli-highlight                                                                          2.1.11                         
cliui                                                                                  5.0.0                          
cliui                                                                                  7.0.4                          
clone-response                                                                         1.0.2                          
clsx                                                                                   1.1.1                          
cmd-shim                                                                               7.0.0                          
co                                                                                     4.6.0                          
coa                                                                                    2.0.2                          
code-point-at                                                                          1.1.0                          
collect-v8-coverage                                                                    1.0.1                          
color                                                                                  3.0.0                          
color-convert                                                                          1.9.3                          
color-convert                                                                          2.0.1                          
color-name                                                                             1.1.3                          
color-name                                                                             1.1.4                          
color-string                                                                           1.6.0                          
color-support                                                                          1.1.3                          
colord                                                                                 2.9.2                          
colorette                                                                              2.0.16                         
colors                                                                                 1.0.3                          
colors                                                                                 1.4.0                          
colorspace                                                                             1.1.2                          
combined-stream                                                                        1.0.8                          
commander                                                                              2.20.3                         
commander                                                                              7.2.0                          
commander                                                                              8.3.0                          
common-ancestor-path                                                                   1.0.1                          
common-path-prefix                                                                     3.0.0                          
common-tags                                                                            1.8.2                          
commondir                                                                              1.0.1                          
composer                                                                               2.9.5                          
compressible                                                                           2.0.18                         
compression                                                                            1.7.4                          
concat-map                                                                             0.0.1                          
confusing-browser-globals                                                              1.0.11                         
connect-history-api-fallback                                                           1.6.0                          
console-control-strings                                                                1.1.0                          
content-disposition                                                                    0.5.3                          
content-disposition                                                                    0.5.4                          
content-type                                                                           1.0.4                          
convert-source-map                                                                     1.8.0                          
cookie                                                                                 0.4.0                          
cookie                                                                                 0.4.2                          
cookie-parser                                                                          1.4.5                          
cookie-signature                                                                       1.0.6                          
core-js                                                                                3.21.1                         
core-js-compat                                                                         3.21.1                         
core-js-pure                                                                           3.19.1                         
core-util-is                                                                           1.0.2                          
core-util-is                                                                           1.0.3                          
coreutils                                                                              9.5-r2                         
coreutils-env                                                                          9.5-r2                         
coreutils-fmt                                                                          9.5-r2                         
coreutils-sha512sum                                                                    9.5-r2                         
cors                                                                                   2.8.5                          
cosmiconfig                                                                            6.0.0                          
cosmiconfig                                                                            7.0.1                          
create-require                                                                         1.1.1                          
cross-spawn                                                                            7.0.3                          
cross-spawn                                                                            7.0.6                          
crypto-random-string                                                                   2.0.0                          
css                                                                                    3.0.0                          
css-blank-pseudo                                                                       3.0.3                          
css-declaration-sorter                                                                 6.1.4                          
css-has-pseudo                                                                         3.0.4                          
css-loader                                                                             6.6.0                          
css-minimizer-webpack-plugin                                                           3.4.1                          
css-prefers-color-scheme                                                               6.0.3                          
css-select                                                                             2.1.0                          
css-select                                                                             4.2.1                          
css-select-base-adapter                                                                0.1.1                          
css-tree                                                                               1.0.0-alpha.37                 
css-tree                                                                               1.1.3                          
css-vendor                                                                             2.0.8                          
css-what                                                                               3.4.2                          
css-what                                                                               5.1.0                          
css.escape                                                                             1.5.1                          
cssdb                                                                                  6.4.0                          
cssesc                                                                                 3.0.0                          
cssnano                                                                                5.0.17                         
cssnano-preset-default                                                                 5.1.12                         
cssnano-utils                                                                          3.0.2                          
csso                                                                                   4.2.0                          
cssom                                                                                  0.3.8                          
cssom                                                                                  0.4.4                          
cssstyle                                                                               2.3.0                          
csstype                                                                                3.0.10                         
csv-parse                                                                              4.16.3                         
csv-parse                                                                              5.0.4                          
curl                                                                                   8.14.1-r2                      
cycle                                                                                  1.0.3                          
damerau-levenshtein                                                                    1.0.8                          
dashdash                                                                               1.14.1                         
data-urls                                                                              2.0.0                          
date-fns                                                                               2.25.0                         
dayjs                                                                                  1.10.7                         
debug                                                                                  2.6.9                          
debug                                                                                  3.2.7                          
debug                                                                                  4.3.2                          
debug                                                                                  4.3.7                          
decamelize                                                                             1.2.0                          
decimal.js                                                                             10.3.1                         
decode-uri-component                                                                   0.2.0                          
decompress-response                                                                    6.0.0                          
dedent                                                                                 0.7.0                          
deep-equal                                                                             1.1.1                          
deep-extend                                                                            0.6.0                          
deep-is                                                                                0.1.4                          
deepmerge                                                                              4.2.2                          
default-gateway                                                                        6.0.3                          
defer-to-connect                                                                       2.0.1                          
define-lazy-prop                                                                       2.0.0                          
define-properties                                                                      1.1.3                          
defined                                                                                1.0.0                          
del                                                                                    6.0.0                          
delayed-stream                                                                         1.0.0                          
delegates                                                                              1.0.0                          
denque                                                                                 1.5.1                          
depd                                                                                   1.1.2                          
depd                                                                                   2.0.0                          
dequal                                                                                 2.0.3                          
destroy                                                                                1.0.4                          
detect-libc                                                                            1.0.3                          
detect-newline                                                                         3.1.0                          
detect-node                                                                            2.1.0                          
detect-port-alt                                                                        1.1.6                          
detective                                                                              5.2.0                          
didyoumean                                                                             1.2.2                          
diff                                                                                   4.0.2                          
diff                                                                                   5.2.0                          
diff-sequences                                                                         27.5.1                         
dinero.js                                                                              2.0.0-alpha.8                  
dir-glob                                                                               3.0.1                          
dist                                                                                   1.0.0                          
dlv                                                                                    1.1.3                          
dns-equal                                                                              1.0.0                          
dns-packet                                                                             1.3.4                          
dns-txt                                                                                2.0.2                          
doctrine                                                                               2.1.0                          
doctrine                                                                               3.0.0                          
dom-accessibility-api                                                                  0.5.10                         
dom-converter                                                                          0.2.0                          
dom-helpers                                                                            5.2.1                          
dom-helpers/activeElement                                                              UNKNOWN                        
dom-helpers/addClass                                                                   UNKNOWN                        
dom-helpers/addEventListener                                                           UNKNOWN                        
dom-helpers/animate                                                                    UNKNOWN                        
dom-helpers/animationFrame                                                             UNKNOWN                        
dom-helpers/attribute                                                                  UNKNOWN                        
dom-helpers/camelize                                                                   UNKNOWN                        
dom-helpers/camelizeStyle                                                              UNKNOWN                        
dom-helpers/canUseDOM                                                                  UNKNOWN                        
dom-helpers/childElements                                                              UNKNOWN                        
dom-helpers/childNodes                                                                 UNKNOWN                        
dom-helpers/clear                                                                      UNKNOWN                        
dom-helpers/closest                                                                    UNKNOWN                        
dom-helpers/collectElements                                                            UNKNOWN                        
dom-helpers/collectSiblings                                                            UNKNOWN                        
dom-helpers/contains                                                                   UNKNOWN                        
dom-helpers/css                                                                        UNKNOWN                        
dom-helpers/filterEventHandler                                                         UNKNOWN                        
dom-helpers/getComputedStyle                                                           UNKNOWN                        
dom-helpers/getScrollAccessor                                                          UNKNOWN                        
dom-helpers/hasClass                                                                   UNKNOWN                        
dom-helpers/height                                                                     UNKNOWN                        
dom-helpers/hyphenate                                                                  UNKNOWN                        
dom-helpers/hyphenateStyle                                                             UNKNOWN                        
dom-helpers/insertAfter                                                                UNKNOWN                        
dom-helpers/isDocument                                                                 UNKNOWN                        
dom-helpers/isInput                                                                    UNKNOWN                        
dom-helpers/isTransform                                                                UNKNOWN                        
dom-helpers/isVisible                                                                  UNKNOWN                        
dom-helpers/isWindow                                                                   UNKNOWN                        
dom-helpers/listen                                                                     UNKNOWN                        
dom-helpers/matches                                                                    UNKNOWN                        
dom-helpers/nextUntil                                                                  UNKNOWN                        
dom-helpers/offset                                                                     UNKNOWN                        
dom-helpers/offsetParent                                                               UNKNOWN                        
dom-helpers/ownerDocument                                                              UNKNOWN                        
dom-helpers/ownerWindow                                                                UNKNOWN                        
dom-helpers/parents                                                                    UNKNOWN                        
dom-helpers/position                                                                   UNKNOWN                        
dom-helpers/prepend                                                                    UNKNOWN                        
dom-helpers/querySelectorAll                                                           UNKNOWN                        
dom-helpers/remove                                                                     UNKNOWN                        
dom-helpers/removeClass                                                                UNKNOWN                        
dom-helpers/removeEventListener                                                        UNKNOWN                        
dom-helpers/scrollLeft                                                                 UNKNOWN                        
dom-helpers/scrollParent                                                               UNKNOWN                        
dom-helpers/scrollTo                                                                   UNKNOWN                        
dom-helpers/scrollTop                                                                  UNKNOWN                        
dom-helpers/scrollbarSize                                                              UNKNOWN                        
dom-helpers/siblings                                                                   UNKNOWN                        
dom-helpers/text                                                                       UNKNOWN                        
dom-helpers/toggleClass                                                                UNKNOWN                        
dom-helpers/transitionEnd                                                              UNKNOWN                        
dom-helpers/triggerEvent                                                               UNKNOWN                        
dom-helpers/width                                                                      UNKNOWN                        
dom-lib                                                                                3.0.1                          
dom-lib/DOMMouseMoveTracker                                                            UNKNOWN                        
dom-lib/WheelHandler                                                                   UNKNOWN                        
dom-lib/addClass                                                                       UNKNOWN                        
dom-lib/addStyle                                                                       UNKNOWN                        
dom-lib/canUseDOM                                                                      UNKNOWN                        
dom-lib/cancelAnimationFramePolyfill                                                   UNKNOWN                        
dom-lib/contains                                                                       UNKNOWN                        
dom-lib/getAnimationEnd                                                                UNKNOWN                        
dom-lib/getContainer                                                                   UNKNOWN                        
dom-lib/getHeight                                                                      UNKNOWN                        
dom-lib/getOffset                                                                      UNKNOWN                        
dom-lib/getOffsetParent                                                                UNKNOWN                        
dom-lib/getPosition                                                                    UNKNOWN                        
dom-lib/getScrollbarSize                                                               UNKNOWN                        
dom-lib/getStyle                                                                       UNKNOWN                        
dom-lib/getTransitionEnd                                                               UNKNOWN                        
dom-lib/getTransitionProperties                                                        UNKNOWN                        
dom-lib/getWidth                                                                       UNKNOWN                        
dom-lib/getWindow                                                                      UNKNOWN                        
dom-lib/hasClass                                                                       UNKNOWN                        
dom-lib/index                                                                          UNKNOWN                        
dom-lib/isFocusable                                                                    UNKNOWN                        
dom-lib/isOverflowing                                                                  UNKNOWN                        
dom-lib/nodeName                                                                       UNKNOWN                        
dom-lib/off                                                                            UNKNOWN                        
dom-lib/on                                                                             UNKNOWN                        
dom-lib/ownerDocument                                                                  UNKNOWN                        
dom-lib/ownerWindow                                                                    UNKNOWN                        
dom-lib/removeClass                                                                    UNKNOWN                        
dom-lib/removeStyle                                                                    UNKNOWN                        
dom-lib/requestAnimationFramePolyfill                                                  UNKNOWN                        
dom-lib/scrollLeft                                                                     UNKNOWN                        
dom-lib/scrollTop                                                                      UNKNOWN                        
dom-lib/toggleClass                                                                    UNKNOWN                        
dom-lib/translateDOMPositionXY                                                         UNKNOWN                        
dom-serializer                                                                         0.2.2                          
dom-serializer                                                                         1.3.2                          
domelementtype                                                                         1.3.1                          
domelementtype                                                                         2.2.0                          
domexception                                                                           2.0.1                          
domhandler                                                                             4.3.0                          
domutils                                                                               1.7.0                          
domutils                                                                               2.8.0                          
dot-case                                                                               3.0.4                          
dotenv                                                                                 10.0.0                         
dotenv                                                                                 8.6.0                          
dotenv-expand                                                                          5.1.0                          
duplexer                                                                               0.1.2                          
eastasianwidth                                                                         0.2.0                          
ecc-jsbn                                                                               0.1.2                          
ecdsa-sig-formatter                                                                    1.0.11                         
ee-first                                                                               1.1.1                          
ejs                                                                                    3.1.6                          
electron-to-chromium                                                                   1.4.71                         
emittery                                                                               0.8.1                          
emoji-regex                                                                            7.0.3                          
emoji-regex                                                                            8.0.0                          
emoji-regex                                                                            9.2.2                          
emojis-list                                                                            3.0.0                          
enabled                                                                                2.0.0                          
encodeurl                                                                              1.0.2                          
encoding                                                                               0.1.13                         
end-of-stream                                                                          1.4.4                          
enhanced-resolve                                                                       5.9.0                          
entities                                                                               2.2.0                          
env-paths                                                                              2.2.1                          
err-code                                                                               2.0.3                          
error-ex                                                                               1.3.2                          
error-stack-parser                                                                     2.0.7                          
es-abstract                                                                            1.19.1                         
es-aggregate-error                                                                     1.0.7                          
es-array-method-boxes-properly                                                         1.0.0                          
es-get-iterator                                                                        1.1.2                          
es-module-lexer                                                                        0.9.3                          
es-to-primitive                                                                        1.2.1                          
escalade                                                                               3.1.1                          
escape-html                                                                            1.0.3                          
escape-string-regexp                                                                   1.0.5                          
escape-string-regexp                                                                   2.0.0                          
escape-string-regexp                                                                   4.0.0                          
escodegen                                                                              2.0.0                          
eslint                                                                                 8.9.0                          
eslint-config-react-app                                                                7.0.0                          
eslint-import-resolver-node                                                            0.3.6                          
eslint-module-utils                                                                    2.7.3                          
eslint-plugin-flowtype                                                                 8.0.3                          
eslint-plugin-import                                                                   2.25.4                         
eslint-plugin-jest                                                                     25.7.0                         
eslint-plugin-jsx-a11y                                                                 6.5.1                          
eslint-plugin-react                                                                    7.28.0                         
eslint-plugin-react-hooks                                                              4.3.0                          
eslint-plugin-testing-library                                                          5.0.5                          
eslint-scope                                                                           5.1.1                          
eslint-scope                                                                           7.1.1                          
eslint-utils                                                                           3.0.0                          
eslint-visitor-keys                                                                    2.1.0                          
eslint-visitor-keys                                                                    3.3.0                          
eslint-webpack-plugin                                                                  3.1.1                          
espree                                                                                 9.3.1                          
esprima                                                                                4.0.1                          
esquery                                                                                1.4.0                          
esrecurse                                                                              4.3.0                          
estraverse                                                                             4.3.0                          
estraverse                                                                             5.3.0                          
estree-walker                                                                          1.0.1                          
esutils                                                                                2.0.3                          
etag                                                                                   1.8.1                          
eventemitter3                                                                          4.0.7                          
events                                                                                 3.3.0                          
execa                                                                                  5.1.1                          
exit                                                                                   0.1.2                          
expect                                                                                 27.5.1                         
exponential-backoff                                                                    3.1.1                          
express                                                                                4.17.1                         
express                                                                                4.17.3                         
extend                                                                                 3.0.2                          
extsprintf                                                                             1.3.0                          
eyes                                                                                   0.1.8                          
fast-deep-equal                                                                        3.1.3                          
fast-glob                                                                              3.2.11                         
fast-json-stable-stringify                                                             2.1.0                          
fast-levenshtein                                                                       2.0.6                          
fast-safe-stringify                                                                    2.0.7                          
fastest-levenshtein                                                                    1.0.16                         
fastq                                                                                  1.13.0                         
faye-websocket                                                                         0.11.4                         
fb-watchman                                                                            2.0.1                          
fecha                                                                                  4.2.0                          
figlet                                                                                 1.5.2                          
file-entry-cache                                                                       6.0.1                          
file-loader                                                                            6.2.0                          
filefy                                                                                 0.1.11                         
filelist                                                                               1.0.2                          
filesize                                                                               8.0.7                          
fill-range                                                                             7.0.1                          
finalhandler                                                                           1.1.2                          
find-cache-dir                                                                         3.3.2                          
find-root                                                                              1.1.0                          
find-up                                                                                2.1.0                          
find-up                                                                                3.0.0                          
find-up                                                                                4.1.0                          
find-up                                                                                5.0.0                          
findutils                                                                              4.9.0-r5                       
flat-cache                                                                             3.0.4                          
flatted                                                                                3.2.4                          
fn.name                                                                                1.1.0                          
follow-redirects                                                                       1.14.7                         
foreground-child                                                                       3.3.0                          
forever-agent                                                                          0.6.1                          
fork-ts-checker-webpack-plugin                                                         6.5.0                          
form-data                                                                              2.3.3                          
form-data                                                                              3.0.1                          
forwarded                                                                              0.1.2                          
forwarded                                                                              0.2.0                          
fraction.js                                                                            4.1.3                          
fresh                                                                                  0.5.2                          
fs-extra                                                                               10.0.0                         
fs-extra                                                                               8.1.0                          
fs-extra                                                                               9.1.0                          
fs-minipass                                                                            1.2.7                          
fs-minipass                                                                            2.1.0                          
fs-minipass                                                                            3.0.3                          
fs-monkey                                                                              1.0.3                          
fs.realpath                                                                            1.0.0                          
fstream                                                                                1.0.12                         
function-bind                                                                          1.1.1                          
functional-red-black-tree                                                              1.0.1                          
functions-have-names                                                                   1.2.2                          
gauge                                                                                  2.7.4                          
gauge                                                                                  3.0.1                          
gensync                                                                                1.0.0-beta.2                   
get-caller-file                                                                        2.0.5                          
get-intrinsic                                                                          1.1.1                          
get-own-enumerable-property-symbols                                                    3.0.2                          
get-package-type                                                                       0.1.0                          
get-stream                                                                             5.2.0                          
get-stream                                                                             6.0.1                          
get-symbol-description                                                                 1.0.0                          
getpass                                                                                0.1.7                          
git                                                                                    2.45.4-r0                      
git-init-template                                                                      2.45.4-r0                      
glob                                                                                   10.4.5                         
glob                                                                                   7.1.6                          
glob                                                                                   7.2.0                          
glob-parent                                                                            5.1.2                          
glob-parent                                                                            6.0.2                          
glob-to-regexp                                                                         0.4.1                          
global-modules                                                                         2.0.0                          
global-prefix                                                                          3.0.0                          
globals                                                                                11.12.0                        
globals                                                                                13.12.0                        
globals                                                                                13.12.1                        
globalthis                                                                             1.0.2                          
globby                                                                                 11.0.4                         
gmp                                                                                    6.3.0-r1                       
got                                                                                    11.8.3                         
graceful-fs                                                                            4.2.11                         
graceful-fs                                                                            4.2.8                          
graceful-fs                                                                            4.2.9                          
gzip-size                                                                              6.0.0                          
handle-thing                                                                           2.0.1                          
handlebars                                                                             4.7.7                          
har-schema                                                                             2.0.0                          
har-validator                                                                          5.1.5                          
harmony-reflect                                                                        1.6.2                          
has                                                                                    1.0.3                          
has-ansi                                                                               2.0.0                          
has-bigints                                                                            1.0.1                          
has-flag                                                                               3.0.0                          
has-flag                                                                               4.0.0                          
has-symbols                                                                            1.0.2                          
has-tostringtag                                                                        1.0.0                          
has-unicode                                                                            2.0.1                          
he                                                                                     1.2.0                          
helmet                                                                                 4.6.0                          
highlight.js                                                                           10.7.3                         
history                                                                                5.1.0                          
hoist-non-react-statics                                                                3.3.2                          
hoopy                                                                                  0.1.4                          
hosted-git-info                                                                        8.0.2                          
hpack.js                                                                               2.1.6                          
html-encoding-sniffer                                                                  2.0.1                          
html-entities                                                                          2.3.2                          
html-escaper                                                                           2.0.2                          
html-minifier-terser                                                                   6.1.0                          
html-webpack-plugin                                                                    5.5.0                          
htmlparser2                                                                            6.1.0                          
http-cache-semantics                                                                   4.1.0                          
http-cache-semantics                                                                   4.1.1                          
http-deceiver                                                                          1.2.7                          
http-errors                                                                            1.6.3                          
http-errors                                                                            1.7.2                          
http-errors                                                                            1.8.1                          
http-parser-js                                                                         0.5.5                          
http-proxy                                                                             1.18.1                         
http-proxy-agent                                                                       4.0.1                          
http-proxy-agent                                                                       7.0.2                          
http-proxy-middleware                                                                  2.0.3                          
http-signature                                                                         1.2.0                          
http2-wrapper                                                                          1.0.3                          
https-proxy-agent                                                                      5.0.0                          
https-proxy-agent                                                                      7.0.5                          
human-signals                                                                          2.1.0                          
hyphenate-style-name                                                                   1.0.4                          
iconv-lite                                                                             0.4.24                         
iconv-lite                                                                             0.6.3                          
icss-utils                                                                             5.1.0                          
icu-data-en                                                                            74.2-r1                        
icu-libs                                                                               74.2-r1                        
idb                                                                                    6.1.5                          
identity-obj-proxy                                                                     3.0.0                          
ieee754                                                                                1.2.1                          
ignore                                                                                 4.0.6                          
ignore                                                                                 5.1.9                          
ignore                                                                                 5.2.0                          
ignore-walk                                                                            3.0.4                          
ignore-walk                                                                            7.0.0                          
immer                                                                                  9.0.12                         
import-fresh                                                                           3.3.0                          
import-local                                                                           3.1.0                          
imurmurhash                                                                            0.1.4                          
indent-string                                                                          4.0.0                          
inflight                                                                               1.0.6                          
inherits                                                                               2.0.3                          
inherits                                                                               2.0.4                          
ini                                                                                    1.3.8                          
ini                                                                                    5.0.0                          
init-package-json                                                                      7.0.1                          
insert-css                                                                             2.0.0                          
internal-slot                                                                          1.0.3                          
invalid main                                                                           UNKNOWN                        
invalid_main                                                                           UNKNOWN                        
ip                                                                                     1.1.5                          
ip-address                                                                             9.0.5                          
ip-regex                                                                               5.0.0                          
ipaddr.js                                                                              1.9.1                          
ipaddr.js                                                                              2.0.1                          
is-arguments                                                                           1.1.1                          
is-arrayish                                                                            0.2.1                          
is-arrayish                                                                            0.3.2                          
is-bigint                                                                              1.0.4                          
is-binary-path                                                                         2.1.0                          
is-boolean-object                                                                      1.1.2                          
is-callable                                                                            1.2.4                          
is-cidr                                                                                5.1.0                          
is-core-module                                                                         2.8.1                          
is-date-object                                                                         1.0.5                          
is-docker                                                                              2.2.1                          
is-extglob                                                                             2.1.1                          
is-fullwidth-code-point                                                                1.0.0                          
is-fullwidth-code-point                                                                2.0.0                          
is-fullwidth-code-point                                                                3.0.0                          
is-generator-fn                                                                        2.1.0                          
is-glob                                                                                4.0.3                          
is-in-browser                                                                          1.1.3                          
is-lambda                                                                              1.0.1                          
is-map                                                                                 2.0.2                          
is-module                                                                              1.0.0                          
is-negative-zero                                                                       2.0.1                          
is-number                                                                              7.0.0                          
is-number-object                                                                       1.0.6                          
is-obj                                                                                 1.0.1                          
is-path-cwd                                                                            2.2.0                          
is-path-inside                                                                         3.0.3                          
is-plain-obj                                                                           3.0.0                          
is-potential-custom-element-name                                                       1.0.1                          
is-regex                                                                               1.1.4                          
is-regexp                                                                              1.0.0                          
is-root                                                                                2.1.0                          
is-set                                                                                 2.0.2                          
is-shared-array-buffer                                                                 1.0.1                          
is-stream                                                                              2.0.0                          
is-stream                                                                              2.0.1                          
is-string                                                                              1.0.7                          
is-symbol                                                                              1.0.4                          
is-typedarray                                                                          1.0.0                          
is-weakref                                                                             1.0.1                          
is-wsl                                                                                 2.2.0                          
isarray                                                                                1.0.0                          
isarray                                                                                2.0.5                          
isexe                                                                                  2.0.0                          
isexe                                                                                  3.1.1                          
isstream                                                                               0.1.2                          
istanbul-lib-coverage                                                                  3.2.0                          
istanbul-lib-instrument                                                                5.1.0                          
istanbul-lib-report                                                                    3.0.0                          
istanbul-lib-source-maps                                                               4.0.1                          
istanbul-reports                                                                       3.1.4                          
iterate-iterator                                                                       1.0.2                          
iterate-value                                                                          1.0.2                          
jackspeak                                                                              3.4.3                          
jake                                                                                   10.8.2                         
jest                                                                                   27.5.1                         
jest-changed-files                                                                     27.5.1                         
jest-circus                                                                            27.5.1                         
jest-cli                                                                               27.5.1                         
jest-config                                                                            27.5.1                         
jest-diff                                                                              27.5.1                         
jest-docblock                                                                          27.5.1                         
jest-each                                                                              27.5.1                         
jest-environment-jsdom                                                                 27.5.1                         
jest-environment-node                                                                  27.5.1                         
jest-get-type                                                                          27.5.1                         
jest-haste-map                                                                         27.5.1                         
jest-jasmine2                                                                          27.5.1                         
jest-leak-detector                                                                     27.5.1                         
jest-matcher-utils                                                                     27.5.1                         
jest-message-util                                                                      27.5.1                         
jest-mock                                                                              27.5.1                         
jest-pnp-resolver                                                                      1.2.2                          
jest-regex-util                                                                        27.5.1                         
jest-resolve                                                                           27.5.1                         
jest-resolve-dependencies                                                              27.5.1                         
jest-runner                                                                            27.5.1                         
jest-runtime                                                                           27.5.1                         
jest-serializer                                                                        27.5.1                         
jest-snapshot                                                                          27.5.1                         
jest-util                                                                              27.5.1                         
jest-validate                                                                          27.5.1                         
jest-watch-typeahead                                                                   1.0.0                          
jest-watcher                                                                           27.5.1                         
jest-worker                                                                            26.6.2                         
jest-worker                                                                            27.5.1                         
jq                                                                                     1.7.1-r0                       
js-tokens                                                                              4.0.0                          
js-yaml                                                                                3.14.1                         
js-yaml                                                                                4.1.0                          
jsbn                                                                                   0.1.1                          
jsbn                                                                                   1.1.0                          
jsdom                                                                                  16.7.0                         
jsesc                                                                                  0.5.0                          
jsesc                                                                                  2.5.2                          
json-buffer                                                                            3.0.1                          
json-parse-better-errors                                                               1.0.2                          
json-parse-even-better-errors                                                          2.3.1                          
json-parse-even-better-errors                                                          4.0.0                          
json-schema                                                                            0.2.3                          
json-schema                                                                            0.4.0                          
json-schema-traverse                                                                   0.4.1                          
json-schema-traverse                                                                   1.0.0                          
json-stable-stringify-without-jsonify                                                  1.0.1                          
json-stringify-nice                                                                    1.1.4                          
json-stringify-safe                                                                    5.0.1                          
json5                                                                                  1.0.1                          
json5                                                                                  2.2.0                          
jsonfile                                                                               4.0.0                          
jsonfile                                                                               6.1.0                          
jsonparse                                                                              1.3.1                          
jsonpointer                                                                            5.0.0                          
jsonwebtoken                                                                           8.5.1                          
jsprim                                                                                 1.4.1                          
jss                                                                                    10.8.2                         
jss-plugin-camel-case                                                                  10.8.2                         
jss-plugin-default-unit                                                                10.8.2                         
jss-plugin-global                                                                      10.8.2                         
jss-plugin-nested                                                                      10.8.2                         
jss-plugin-props-sort                                                                  10.8.2                         
jss-plugin-rule-value-function                                                         10.8.2                         
jss-plugin-vendor-prefixer                                                             10.8.2                         
jsx-ast-utils                                                                          3.2.1                          
just-diff                                                                              6.0.2                          
just-diff-apply                                                                        5.5.0                          
jwa                                                                                    1.4.1                          
jws                                                                                    3.2.2                          
keyv                                                                                   4.0.4                          
kind-of                                                                                6.0.3                          
kleur                                                                                  3.0.3                          
klona                                                                                  2.0.5                          
kuler                                                                                  2.0.0                          
language-subtag-registry                                                               0.3.21                         
language-tags                                                                          1.0.5                          
leven                                                                                  3.1.0                          
levn                                                                                   0.3.0                          
levn                                                                                   0.4.1                          
libacl                                                                                 2.3.2-r0                       
libattr                                                                                2.5.2-r0                       
libbase64                                                                              0.5.2-r0                       
libbsd                                                                                 0.12.2-r0                      
libbz2                                                                                 1.0.8-r6                       
libcrypto3                                                                             3.3.6-r0                       
libcurl                                                                                8.14.1-r2                      
libedit                                                                                20240517.3.1-r0                
libexpat                                                                               2.7.4-r0                       
libgcc                                                                                 13.2.1_git20240309-r1          
libidn2                                                                                2.3.7-r0                       
libintl                                                                                0.22.5-r0                      
libmd                                                                                  1.1.0-r0                       
libncursesw                                                                            6.4_p20240420-r2               
libnpmaccess                                                                           9.0.0                          
libnpmdiff                                                                             7.0.0                          
libnpmexec                                                                             9.0.0                          
libnpmfund                                                                             6.0.0                          
libnpmhook                                                                             11.0.0                         
libnpmorg                                                                              7.0.0                          
libnpmpack                                                                             8.0.0                          
libnpmpublish                                                                          10.0.1                         
libnpmsearch                                                                           8.0.0                          
libnpmteam                                                                             7.0.0                          
libnpmversion                                                                          7.0.0                          
libphonenumber-js                                                                      1.9.42                         
libphonenumber-js-core                                                                 1.0.0                          
libphonenumber-js-max                                                                  1.0.0                          
libphonenumber-js-min                                                                  1.0.0                          
libphonenumber-js-mobile                                                               1.0.0                          
libproc2                                                                               4.0.4-r0                       
libpsl                                                                                 0.21.5-r1                      
libssl3                                                                                3.3.6-r0                       
libstdc++                                                                              13.2.1_git20240309-r1          
libunistring                                                                           1.2-r0                         
libuuid                                                                                2.40.1-r1                      
libxml2                                                                                2.12.10-r0                     
libzip                                                                                 1.10.1-r0                      
lilconfig                                                                              2.0.4                          
lines-and-columns                                                                      1.1.6                          
linux-pam                                                                              1.6.0-r0                       
loader-runner                                                                          4.2.0                          
loader-utils                                                                           1.4.0                          
loader-utils                                                                           2.0.2                          
loader-utils                                                                           3.2.0                          
locate-path                                                                            2.0.0                          
locate-path                                                                            3.0.0                          
locate-path                                                                            5.0.0                          
locate-path                                                                            6.0.0                          
lodash                                                                                 4.17.21                        
lodash.debounce                                                                        4.0.8                          
lodash.includes                                                                        4.3.0                          
lodash.isboolean                                                                       3.0.3                          
lodash.isinteger                                                                       4.0.4                          
lodash.isnumber                                                                        3.0.3                          
lodash.isplainobject                                                                   4.0.6                          
lodash.isstring                                                                        4.0.1                          
lodash.memoize                                                                         4.1.2                          
lodash.merge                                                                           4.6.2                          
lodash.once                                                                            4.1.1                          
lodash.sortby                                                                          4.7.0                          
lodash.uniq                                                                            4.5.0                          
logform                                                                                2.2.0                          
logrotate                                                                              3.21.0-r1                      
loose-envify                                                                           1.4.0                          
lower-case                                                                             2.0.2                          
lowercase-keys                                                                         2.0.0                          
lru-cache                                                                              10.4.3                         
lru-cache                                                                              6.0.0                          
luxon                                                                                  2.3.0                          
lz-string                                                                              1.5.0                          
magic-string                                                                           0.25.7                         
make-dir                                                                               3.1.0                          
make-error                                                                             1.3.6                          
make-fetch-happen                                                                      13.0.1                         
make-fetch-happen                                                                      14.0.3                         
makeerror                                                                              1.0.12                         
material-ui-popup-state                                                                2.0.0                          
math-expression-evaluator                                                              1.3.8                          
mdn-data                                                                               2.0.14                         
mdn-data                                                                               2.0.4                          
media-typer                                                                            0.3.0                          
memfs                                                                                  3.4.1                          
memoize-one                                                                            5.2.1                          
memory-pager                                                                           1.5.0                          
merge                                                                                  2.1.1                          
merge-descriptors                                                                      1.0.1                          
merge-stream                                                                           2.0.0                          
merge2                                                                                 1.4.1                          
methods                                                                                1.1.2                          
micromatch                                                                             4.0.4                          
mime                                                                                   1.6.0                          
mime-db                                                                                1.44.0                         
mime-db                                                                                1.51.0                         
mime-types                                                                             2.1.27                         
mime-types                                                                             2.1.34                         
mimic-fn                                                                               2.1.0                          
mimic-response                                                                         1.0.1                          
mimic-response                                                                         3.1.0                          
min-indent                                                                             1.0.1                          
mini-css-extract-plugin                                                                2.5.3                          
minimalistic-assert                                                                    1.0.1                          
minimatch                                                                              3.0.4                          
minimatch                                                                              9.0.5                          
minimist                                                                               1.2.5                          
minipass                                                                               2.9.0                          
minipass                                                                               3.1.5                          
minipass                                                                               3.3.6                          
minipass                                                                               5.0.0                          
minipass                                                                               7.1.2                          
minipass-collect                                                                       2.0.1                          
minipass-fetch                                                                         3.0.5                          
minipass-fetch                                                                         4.0.0                          
minipass-flush                                                                         1.0.5                          
minipass-pipeline                                                                      1.2.4                          
minipass-sized                                                                         1.0.3                          
minizlib                                                                               1.3.3                          
minizlib                                                                               2.1.2                          
minizlib                                                                               3.0.1                          
mkdirp                                                                                 0.5.5                          
mkdirp                                                                                 1.0.4                          
mkdirp                                                                                 3.0.1                          
mongodb                                                                                3.7.4                          
monorepo-symlink-test                                                                  0.0.0                          
morgan                                                                                 1.10.0                         
ms                                                                                     2.0.0                          
ms                                                                                     2.1.1                          
ms                                                                                     2.1.2                          
ms                                                                                     2.1.3                          
multicast-dns                                                                          6.2.3                          
multicast-dns-service-types                                                            1.1.0                          
musl                                                                                   1.2.5-r1                       
musl-utils                                                                             1.2.5-r1                       
mute-stream                                                                            0.0.8                          
mute-stream                                                                            2.0.0                          
mylib                                                                                  0.0.0                          
mysql                                                                                  2.18.1                         
mz                                                                                     2.7.0                          
nano                                                                                   8.0-r0                         
nanoid                                                                                 3.3.1                          
natural-compare                                                                        1.4.0                          
ncurses-terminfo-base                                                                  6.4_p20240420-r2               
needle                                                                                 2.9.1                          
negotiator                                                                             0.6.2                          
negotiator                                                                             0.6.3                          
negotiator                                                                             0.6.4                          
negotiator                                                                             1.0.0                          
neo-async                                                                              2.6.2                          
netcat-openbsd                                                                         1.226-r0                       
nghttp2-libs                                                                           1.62.1-r0                      
nginx                                                                                  1.26.3-r0                      
no-case                                                                                3.0.4                          
node-addon-api                                                                         3.2.1                          
node-fetch                                                                             2.6.6                          
node-forge                                                                             1.2.1                          
node-forge-flash                                                                       0.0.0                          
node-gyp                                                                               10.2.0                         
node-gyp                                                                               3.8.0                          
node-int64                                                                             0.4.0                          
node-pre-gyp                                                                           0.11.0                         
node-releases                                                                          2.0.2                          
nodejs                                                                                 20.15.1-r0                     
nopt                                                                                   3.0.6                          
nopt                                                                                   4.0.3                          
nopt                                                                                   5.0.0                          
nopt                                                                                   7.2.1                          
nopt                                                                                   8.0.0                          
normalize-package-data                                                                 7.0.0                          
normalize-path                                                                         3.0.0                          
normalize-range                                                                        0.1.2                          
normalize-url                                                                          6.1.0                          
normalizr                                                                              3.6.1                          
npm                                                                                    10.9.1                         
npm                                                                                    10.9.1-r0                      
npm-audit-report                                                                       6.0.0                          
npm-bundled                                                                            1.1.2                          
npm-bundled                                                                            4.0.0                          
npm-install-checks                                                                     7.1.1                          
npm-normalize-package-bin                                                              1.0.1                          
npm-normalize-package-bin                                                              4.0.0                          
npm-package-arg                                                                        12.0.0                         
npm-packlist                                                                           1.4.8                          
npm-packlist                                                                           9.0.0                          
npm-pick-manifest                                                                      10.0.0                         
npm-profile                                                                            11.0.1                         
npm-registry-fetch                                                                     18.0.2                         
npm-run-path                                                                           4.0.1                          
npm-user-validate                                                                      3.0.0                          
npmlog                                                                                 4.1.2                          
npmlog                                                                                 5.0.1                          
nth-check                                                                              1.0.2                          
nth-check                                                                              2.0.1                          
number-is-nan                                                                          1.0.1                          
nw-pre-gyp-module-test                                                                 0.0.1                          
nwsapi                                                                                 2.2.0                          
oauth-sign                                                                             0.9.0                          
object-assign                                                                          4.1.1                          
object-hash                                                                            2.2.0                          
object-inspect                                                                         1.11.0                         
object-is                                                                              1.1.5                          
object-keys                                                                            1.1.1                          
object.assign                                                                          4.1.2                          
object.entries                                                                         1.1.5                          
object.fromentries                                                                     2.0.5                          
object.getownpropertydescriptors                                                       2.1.3                          
object.hasown                                                                          1.1.0                          
object.values                                                                          1.1.5                          
obuf                                                                                   1.1.2                          
on-finished                                                                            2.3.0                          
on-headers                                                                             1.0.2                          
once                                                                                   1.4.0                          
one-time                                                                               1.0.0                          
onetime                                                                                5.1.2                          
oniguruma                                                                              6.9.9-r0                       
open                                                                                   8.4.0                          
openssl                                                                                3.3.6-r0                       
optional-require                                                                       1.1.10                         
optionator                                                                             0.8.3                          
optionator                                                                             0.9.1                          
os-homedir                                                                             1.0.2                          
os-tmpdir                                                                              1.0.2                          
osenv                                                                                  0.1.5                          
p-cancelable                                                                           2.1.1                          
p-limit                                                                                1.3.0                          
p-limit                                                                                2.3.0                          
p-limit                                                                                3.1.0                          
p-locate                                                                               2.0.0                          
p-locate                                                                               3.0.0                          
p-locate                                                                               4.1.0                          
p-locate                                                                               5.0.0                          
p-map                                                                                  4.0.0                          
p-map                                                                                  7.0.2                          
p-retry                                                                                4.6.1                          
p-try                                                                                  1.0.0                          
p-try                                                                                  2.2.0                          
package-json-from-dist                                                                 1.0.1                          
packet-reader                                                                          1.0.0                          
pacote                                                                                 19.0.1                         
pacote                                                                                 20.0.0                         
param-case                                                                             3.0.4                          
parent-module                                                                          1.0.1                          
parent-require                                                                         1.0.0                          
parse-conflict-json                                                                    4.0.0                          
parse-json                                                                             5.2.0                          
parseurl                                                                               1.3.3                          
pascal-case                                                                            3.1.2                          
path-exists                                                                            3.0.0                          
path-exists                                                                            4.0.0                          
path-is-absolute                                                                       1.0.1                          
path-key                                                                               3.1.1                          
path-parse                                                                             1.0.7                          
path-scurry                                                                            1.11.1                         
path-to-regexp                                                                         0.1.7                          
path-type                                                                              4.0.0                          
pcre                                                                                   8.45-r3                        
pcre2                                                                                  10.43-r0                       
performance-now                                                                        2.1.0                          
pg                                                                                     8.7.1                          
pg-connection-string                                                                   2.5.0                          
pg-int8                                                                                1.0.1                          
pg-pool                                                                                3.4.1                          
pg-protocol                                                                            1.5.0                          
pg-types                                                                               2.2.0                          
pgpass                                                                                 1.0.5                          
php83                                                                                  8.3.15-r0                      
php83-common                                                                           8.3.15-r0                      
php83-ctype                                                                            8.3.15-r0                      
php83-curl                                                                             8.3.15-r0                      
php83-fileinfo                                                                         8.3.15-r0                      
php83-fpm                                                                              8.3.15-r0                      
php83-iconv                                                                            8.3.15-r0                      
php83-mbstring                                                                         8.3.15-r0                      
php83-openssl                                                                          8.3.15-r0                      
php83-phar                                                                             8.3.15-r0                      
php83-session                                                                          8.3.15-r0                      
php83-simplexml                                                                        8.3.15-r0                      
php83-xml                                                                              8.3.15-r0                      
php83-xmlwriter                                                                        8.3.15-r0                      
php83-zip                                                                              8.3.15-r0                      
picocolors                                                                             0.2.1                          
picocolors                                                                             1.1.1                          
picomatch                                                                              2.3.0                          
pirates                                                                                4.0.5                          
pkg-dir                                                                                4.2.0                          
pkg-up                                                                                 3.1.0                          
popt                                                                                   1.19-r3                        
portfinder                                                                             1.0.28                         
postcss                                                                                7.0.39                         
postcss                                                                                8.4.6                          
postcss-attribute-case-insensitive                                                     5.0.0                          
postcss-browser-comments                                                               4.0.0                          
postcss-calc                                                                           8.2.4                          
postcss-clamp                                                                          4.0.0                          
postcss-color-functional-notation                                                      4.2.2                          
postcss-color-hex-alpha                                                                8.0.3                          
postcss-color-rebeccapurple                                                            7.0.2                          
postcss-colormin                                                                       5.2.5                          
postcss-convert-values                                                                 5.0.4                          
postcss-custom-media                                                                   8.0.0                          
postcss-custom-properties                                                              12.1.4                         
postcss-custom-selectors                                                               6.0.0                          
postcss-dir-pseudo-class                                                               6.0.4                          
postcss-discard-comments                                                               5.0.3                          
postcss-discard-duplicates                                                             5.0.3                          
postcss-discard-empty                                                                  5.0.3                          
postcss-discard-overridden                                                             5.0.4                          
postcss-double-position-gradients                                                      3.1.0                          
postcss-env-function                                                                   4.0.5                          
postcss-flexbugs-fixes                                                                 5.0.2                          
postcss-focus-visible                                                                  6.0.4                          
postcss-focus-within                                                                   5.0.4                          
postcss-font-variant                                                                   5.0.0                          
postcss-gap-properties                                                                 3.0.3                          
postcss-image-set-function                                                             4.0.6                          
postcss-initial                                                                        4.0.1                          
postcss-js                                                                             4.0.0                          
postcss-lab-function                                                                   4.1.1                          
postcss-load-config                                                                    3.1.3                          
postcss-loader                                                                         6.2.1                          
postcss-logical                                                                        5.0.4                          
postcss-media-minmax                                                                   5.0.0                          
postcss-merge-longhand                                                                 5.0.6                          
postcss-merge-rules                                                                    5.0.6                          
postcss-minify-font-values                                                             5.0.4                          
postcss-minify-gradients                                                               5.0.6                          
postcss-minify-params                                                                  5.0.5                          
postcss-minify-selectors                                                               5.1.3                          
postcss-modules-extract-imports                                                        3.0.0                          
postcss-modules-local-by-default                                                       4.0.0                          
postcss-modules-scope                                                                  3.0.0                          
postcss-modules-values                                                                 4.0.0                          
postcss-nested                                                                         5.0.6                          
postcss-nesting                                                                        10.1.2                         
postcss-normalize                                                                      10.0.1                         
postcss-normalize-charset                                                              5.0.3                          
postcss-normalize-display-values                                                       5.0.3                          
postcss-normalize-positions                                                            5.0.4                          
postcss-normalize-repeat-style                                                         5.0.4                          
postcss-normalize-string                                                               5.0.4                          
postcss-normalize-timing-functions                                                     5.0.3                          
postcss-normalize-unicode                                                              5.0.4                          
postcss-normalize-url                                                                  5.0.5                          
postcss-normalize-whitespace                                                           5.0.4                          
postcss-opacity-percentage                                                             1.1.2                          
postcss-ordered-values                                                                 5.0.5                          
postcss-overflow-shorthand                                                             3.0.3                          
postcss-page-break                                                                     3.0.4                          
postcss-place                                                                          7.0.4                          
postcss-preset-env                                                                     7.4.1                          
postcss-pseudo-class-any-link                                                          7.1.1                          
postcss-reduce-initial                                                                 5.0.3                          
postcss-reduce-transforms                                                              5.0.4                          
postcss-replace-overflow-wrap                                                          4.0.0                          
postcss-selector-not                                                                   5.0.0                          
postcss-selector-parser                                                                6.0.9                          
postcss-selector-parser                                                                6.1.2                          
postcss-svgo                                                                           5.0.4                          
postcss-unique-selectors                                                               5.0.4                          
postcss-value-parser                                                                   4.2.0                          
postgres-array                                                                         2.0.0                          
postgres-bytea                                                                         1.0.0                          
postgres-date                                                                          1.0.7                          
postgres-interval                                                                      1.2.0                          
prelude-ls                                                                             1.1.2                          
prelude-ls                                                                             1.2.1                          
pretty-bytes                                                                           5.6.0                          
pretty-error                                                                           4.0.0                          
pretty-format                                                                          26.6.2                         
pretty-format                                                                          27.3.1                         
pretty-format                                                                          27.5.1                         
proc-log                                                                               4.2.0                          
proc-log                                                                               5.0.0                          
process-nextick-args                                                                   2.0.1                          
procps-ng                                                                              4.0.4-r0                       
proggy                                                                                 3.0.0                          
promise                                                                                8.1.0                          
promise-all-reject-late                                                                1.0.1                          
promise-call-limit                                                                     3.0.2                          
promise-inflight                                                                       1.0.1                          
promise-retry                                                                          2.0.1                          
promise.any                                                                            2.0.2                          
prompt                                                                                 1.2.0                          
prompts                                                                                2.4.2                          
promzard                                                                               2.0.0                          
prop-types                                                                             15.7.2                         
proxy-addr                                                                             2.0.6                          
proxy-addr                                                                             2.0.7                          
psl                                                                                    1.8.0                          
pump                                                                                   3.0.0                          
punycode                                                                               2.1.1                          
q                                                                                      1.5.1                          
qrcode-terminal                                                                        0.12.0                         
qs                                                                                     6.5.2                          
qs                                                                                     6.7.0                          
qs                                                                                     6.9.7                          
queue-microtask                                                                        1.2.3                          
quick-lru                                                                              5.1.1                          
raf                                                                                    3.4.1                          
randombytes                                                                            2.1.0                          
range-parser                                                                           1.2.1                          
raw-body                                                                               2.4.0                          
raw-body                                                                               2.4.3                          
rc                                                                                     1.2.8                          
react                                                                                  17.0.2                         
react-app-polyfill                                                                     3.0.0                          
react-dev-utils                                                                        12.0.0                         
react-dom                                                                              17.0.2                         
react-error-overlay                                                                    6.0.10                         
react-is                                                                               16.13.1                        
react-is                                                                               17.0.2                         
react-redux                                                                            7.2.6                          
react-refresh                                                                          0.11.0                         
react-router                                                                           6.0.2                          
react-router-dom                                                                       6.0.2                          
react-scripts                                                                          5.0.0                          
react-table                                                                            7.7.0                          
react-transition-group                                                                 4.4.2                          
react-transition-group/CSSTransition                                                   UNKNOWN                        
react-transition-group/ReplaceTransition                                               UNKNOWN                        
react-transition-group/SwitchTransition                                                UNKNOWN                        
react-transition-group/Transition                                                      UNKNOWN                        
react-transition-group/TransitionGroup                                                 UNKNOWN                        
react-transition-group/TransitionGroupContext                                          UNKNOWN                        
react-transition-group/config                                                          UNKNOWN                        
react-virtualized-auto-sizer                                                           1.0.6                          
react-window                                                                           1.8.6                          
read                                                                                   1.0.7                          
read                                                                                   4.0.0                          
read-cmd-shim                                                                          5.0.0                          
read-package-json-fast                                                                 4.0.0                          
readable-stream                                                                        2.3.7                          
readable-stream                                                                        3.6.0                          
readdirp                                                                               3.6.0                          
readline                                                                               8.2.10-r0                      
recursive-readdir                                                                      2.2.2                          
redent                                                                                 3.0.0                          
redux                                                                                  4.1.2                          
redux-thunk                                                                            2.4.0                          
reflect-metadata                                                                       0.1.13                         
regenerate                                                                             1.4.2                          
regenerate-unicode-properties                                                          10.0.1                         
regenerator-runtime                                                                    0.13.9                         
regenerator-transform                                                                  0.14.5                         
regex-parser                                                                           2.2.11                         
regexp.prototype.flags                                                                 1.3.1                          
regexpp                                                                                3.2.0                          
regexpu-core                                                                           5.0.1                          
regjsgen                                                                               0.6.0                          
regjsparser                                                                            0.8.4                          
relateurl                                                                              0.2.7                          
renderkid                                                                              3.0.0                          
request                                                                                2.88.2                         
require-at                                                                             1.0.6                          
require-directory                                                                      2.1.1                          
require-from-string                                                                    2.0.2                          
require-main-filename                                                                  2.0.0                          
requires-port                                                                          1.0.0                          
reselect                                                                               4.1.2                          
resolve                                                                                1.22.0                         
resolve                                                                                2.0.0-next.3                   
resolve-alpn                                                                           1.2.1                          
resolve-cwd                                                                            3.0.0                          
resolve-from                                                                           4.0.0                          
resolve-from                                                                           5.0.0                          
resolve-url-loader                                                                     4.0.0                          
resolve.exports                                                                        1.1.0                          
responselike                                                                           2.0.0                          
retry                                                                                  0.12.0                         
retry                                                                                  0.13.1                         
reusify                                                                                1.0.4                          
revalidator                                                                            0.1.8                          
rifm                                                                                   0.12.1                         
rimraf                                                                                 2.7.1                          
rimraf                                                                                 3.0.2                          
rimraf                                                                                 5.0.10                         
rollup                                                                                 2.67.3                         
rollup-plugin-terser                                                                   7.0.2                          
rsuite-table                                                                           5.3.2                          
run-parallel                                                                           1.2.0                          
safe-buffer                                                                            5.1.2                          
safe-buffer                                                                            5.2.1                          
safer-buffer                                                                           2.1.2                          
sanitize.css                                                                           13.0.0                         
saslprep                                                                               1.0.3                          
sass-loader                                                                            12.6.0                         
sax                                                                                    1.2.4                          
saxes                                                                                  5.0.1                          
scanelf                                                                                1.3.7-r2                       
scheduler                                                                              0.20.2                         
schema-utils                                                                           2.7.0                          
schema-utils                                                                           2.7.1                          
schema-utils                                                                           3.1.1                          
schema-utils                                                                           4.0.0                          
select-hose                                                                            2.0.0                          
selfsigned                                                                             2.0.0                          
semver                                                                                 5.3.0                          
semver                                                                                 5.7.1                          
semver                                                                                 6.3.0                          
semver                                                                                 7.0.0                          
semver                                                                                 7.3.5                          
semver                                                                                 7.6.3                          
send                                                                                   0.17.1                         
send                                                                                   0.17.2                         
serialize-javascript                                                                   4.0.0                          
serialize-javascript                                                                   6.0.0                          
serve-index                                                                            1.9.1                          
serve-static                                                                           1.14.1                         
serve-static                                                                           1.14.2                         
set-blocking                                                                           2.0.0                          
setprototypeof                                                                         1.1.0                          
setprototypeof                                                                         1.1.1                          
setprototypeof                                                                         1.2.0                          
sha.js                                                                                 2.4.11                         
shadow                                                                                 4.15.1-r0                      
shebang-command                                                                        2.0.0                          
shebang-regex                                                                          3.0.0                          
shell-quote                                                                            1.7.3                          
side-channel                                                                           1.0.4                          
signal-exit                                                                            3.0.5                          
signal-exit                                                                            3.0.7                          
signal-exit                                                                            4.1.0                          
sigstore                                                                               3.0.0                          
simple-swizzle                                                                         0.2.2                          
sisteransi                                                                             1.0.5                          
skalibs                                                                                2.14.1.1-r0                    
slash                                                                                  3.0.0                          
slash                                                                                  4.0.0                          
smart-buffer                                                                           4.2.0                          
sockjs                                                                                 0.3.24                         
socks                                                                                  2.8.3                          
socks-proxy-agent                                                                      8.0.4                          
source-list-map                                                                        2.0.1                          
source-map                                                                             0.5.7                          
source-map                                                                             0.6.1                          
source-map                                                                             0.7.3                          
source-map                                                                             0.8.0-beta.0                   
source-map-js                                                                          1.0.2                          
source-map-loader                                                                      3.0.1                          
source-map-resolve                                                                     0.6.0                          
source-map-support                                                                     0.5.21                         
source-map-url                                                                         0.4.1                          
sourcemap-codec                                                                        1.4.8                          
sparse-bitfield                                                                        3.0.3                          
spdx-correct                                                                           3.2.0                          
spdx-exceptions                                                                        2.5.0                          
spdx-expression-parse                                                                  3.0.1                          
spdx-expression-parse                                                                  4.0.0                          
spdx-license-ids                                                                       3.0.20                         
spdy                                                                                   4.0.2                          
spdy-transport                                                                         3.0.0                          
split2                                                                                 4.1.0                          
sprintf-js                                                                             1.0.3                          
sprintf-js                                                                             1.1.3                          
sqlite                                                                                 3.45.3-r3                      
sqlite3                                                                                5.0.2                          
sqlstring                                                                              2.3.1                          
sshpk                                                                                  1.16.1                         
ssl_client                                                                             1.36.1-r31                     
ssri                                                                                   10.0.6                         
ssri                                                                                   12.0.0                         
stable                                                                                 0.1.8                          
stack-trace                                                                            0.0.10                         
stack-utils                                                                            2.0.5                          
stackframe                                                                             1.2.1                          
statuses                                                                               1.5.0                          
string-length                                                                          4.0.2                          
string-length                                                                          5.0.1                          
string-natural-compare                                                                 3.0.1                          
string-width                                                                           1.0.2                          
string-width                                                                           2.1.1                          
string-width                                                                           3.1.0                          
string-width                                                                           4.2.3                          
string-width                                                                           5.1.2                          
string.prototype.matchall                                                              4.0.6                          
string.prototype.trimend                                                               1.0.4                          
string.prototype.trimstart                                                             1.0.4                          
string_decoder                                                                         1.1.1                          
string_decoder                                                                         1.3.0                          
stringify-object                                                                       3.3.0                          
strip-ansi                                                                             3.0.1                          
strip-ansi                                                                             4.0.0                          
strip-ansi                                                                             5.2.0                          
strip-ansi                                                                             6.0.1                          
strip-ansi                                                                             7.0.1                          
strip-ansi                                                                             7.1.0                          
strip-bom                                                                              3.0.0                          
strip-bom                                                                              4.0.0                          
strip-comments                                                                         2.0.1                          
strip-final-newline                                                                    2.0.0                          
strip-indent                                                                           3.0.0                          
strip-json-comments                                                                    2.0.1                          
strip-json-comments                                                                    3.1.1                          
style-loader                                                                           3.3.1                          
stylehacks                                                                             5.0.3                          
stylis                                                                                 4.0.10                         
supports-color                                                                         2.0.0                          
supports-color                                                                         5.5.0                          
supports-color                                                                         7.2.0                          
supports-color                                                                         8.1.1                          
supports-color                                                                         9.4.0                          
supports-hyperlinks                                                                    2.2.0                          
supports-preserve-symlinks-flag                                                        1.0.0                          
svg-parser                                                                             2.0.4                          
svgo                                                                                   1.3.2                          
svgo                                                                                   2.8.0                          
swagger-ui-dist                                                                        3.38.0                         
swagger-ui-express                                                                     4.1.6                          
symbol-tree                                                                            3.2.4                          
tailwindcss                                                                            3.0.23                         
tapable                                                                                1.1.3                          
tapable                                                                                2.2.1                          
tar                                                                                    2.2.2                          
tar                                                                                    4.4.19                         
tar                                                                                    6.1.11                         
tar                                                                                    6.2.1                          
tar                                                                                    7.4.3                          
temp-dir                                                                               2.0.0                          
tempy                                                                                  0.6.0                          
terminal-link                                                                          2.1.1                          
terser                                                                                 5.11.0                         
terser-webpack-plugin                                                                  5.3.1                          
test-exclude                                                                           6.0.0                          
text-hex                                                                               1.0.0                          
text-table                                                                             0.2.0                          
thenify                                                                                3.3.1                          
thenify-all                                                                            1.6.0                          
throat                                                                                 6.0.1                          
thunky                                                                                 1.1.0                          
timsort                                                                                0.3.0                          
tiny-relative-date                                                                     1.3.0                          
tiny-warning                                                                           1.0.3                          
tmpl                                                                                   1.0.5                          
to-fast-properties                                                                     2.0.0                          
to-regex-range                                                                         5.0.1                          
toidentifier                                                                           1.0.0                          
toidentifier                                                                           1.0.1                          
tough-cookie                                                                           2.5.0                          
tough-cookie                                                                           4.0.0                          
tr46                                                                                   0.0.3                          
tr46                                                                                   1.0.1                          
tr46                                                                                   2.1.0                          
treeverse                                                                              3.0.0                          
triple-beam                                                                            1.3.0                          
tryer                                                                                  1.0.1                          
ts-node                                                                                10.4.0                         
ts-node                                                                                10.7.0                         
tsconfig-paths                                                                         3.12.0                         
tslib                                                                                  1.14.1                         
tslib                                                                                  2.3.1                          
tsoa                                                                                   3.14.0                         
tsutils                                                                                3.21.0                         
tuf-js                                                                                 3.0.1                          
tunnel-agent                                                                           0.6.0                          
tweetnacl                                                                              0.14.5                         
type-check                                                                             0.3.2                          
type-check                                                                             0.4.0                          
type-detect                                                                            4.0.8                          
type-fest                                                                              0.16.0                         
type-fest                                                                              0.20.2                         
type-fest                                                                              0.21.3                         
type-is                                                                                1.6.18                         
typedarray-to-buffer                                                                   3.1.5                          
typeorm                                                                                0.2.38                         
typescript                                                                             4.4.4                          
typescript                                                                             4.5.3                          
tzdata                                                                                 2026a-r0                       
uglify-js                                                                              3.14.3                         
unbox-primitive                                                                        1.0.1                          
unicode-canonical-property-names-ecmascript                                            2.0.0                          
unicode-match-property-ecmascript                                                      2.0.0                          
unicode-match-property-value-ecmascript                                                2.0.0                          
unicode-property-aliases-ecmascript                                                    2.0.0                          
unique-filename                                                                        3.0.0                          
unique-filename                                                                        4.0.0                          
unique-slug                                                                            4.0.0                          
unique-slug                                                                            5.0.0                          
unique-string                                                                          2.0.0                          
universalify                                                                           0.1.2                          
universalify                                                                           2.0.0                          
unpipe                                                                                 1.0.0                          
unquote                                                                                1.1.1                          
upath                                                                                  1.2.0                          
uri-js                                                                                 4.4.1                          
util-deprecate                                                                         1.0.2                          
util.promisify                                                                         1.0.0                          
utila                                                                                  0.4.0                          
utils-merge                                                                            1.0.1                          
utmps-libs                                                                             0.1.2.2-r1                     
uuid                                                                                   3.4.0                          
uuid                                                                                   8.3.2                          
v8-compile-cache                                                                       2.3.0                          
v8-compile-cache-lib                                                                   3.0.1                          
v8-to-istanbul                                                                         8.1.1                          
validate-npm-package-license                                                           3.0.4                          
validate-npm-package-name                                                              6.0.0                          
validator                                                                              13.7.0                         
vary                                                                                   1.1.2                          
verror                                                                                 1.10.0                         
w3c-hr-time                                                                            1.0.2                          
w3c-xmlserializer                                                                      2.0.0                          
walk-up-path                                                                           3.0.1                          
walker                                                                                 1.0.8                          
watchpack                                                                              2.3.1                          
wbuf                                                                                   1.7.3                          
web-vitals                                                                             1.1.2                          
webidl-conversions                                                                     3.0.1                          
webidl-conversions                                                                     4.0.2                          
webidl-conversions                                                                     5.0.0                          
webidl-conversions                                                                     6.1.0                          
webpack                                                                                5.69.1                         
webpack-dev-middleware                                                                 5.3.1                          
webpack-dev-server                                                                     4.7.4                          
webpack-manifest-plugin                                                                4.1.1                          
webpack-sources                                                                        1.4.3                          
webpack-sources                                                                        2.3.1                          
webpack-sources                                                                        3.2.3                          
websocket-driver                                                                       0.7.4                          
websocket-extensions                                                                   0.1.4                          
whatwg-encoding                                                                        1.0.5                          
whatwg-fetch                                                                           3.6.2                          
whatwg-mimetype                                                                        2.3.0                          
whatwg-url                                                                             5.0.0                          
whatwg-url                                                                             7.1.0                          
whatwg-url                                                                             8.7.0                          
which                                                                                  1.3.1                          
which                                                                                  2.0.2                          
which                                                                                  4.0.0                          
which                                                                                  5.0.0                          
which-boxed-primitive                                                                  1.0.2                          
which-module                                                                           2.0.0                          
wide-align                                                                             1.1.5                          
winston                                                                                2.4.5                          
winston                                                                                3.3.3                          
winston-transport                                                                      4.4.0                          
word-wrap                                                                              1.2.3                          
wordwrap                                                                               1.0.0                          
workbox-background-sync                                                                6.4.2                          
workbox-broadcast-update                                                               6.4.2                          
workbox-build                                                                          6.4.2                          
workbox-cacheable-response                                                             6.4.2                          
workbox-core                                                                           6.4.2                          
workbox-expiration                                                                     6.4.2                          
workbox-google-analytics                                                               6.4.2                          
workbox-navigation-preload                                                             6.4.2                          
workbox-precaching                                                                     6.4.2                          
workbox-range-requests                                                                 6.4.2                          
workbox-recipes                                                                        6.4.2                          
workbox-routing                                                                        6.4.2                          
workbox-strategies                                                                     6.4.2                          
workbox-streams                                                                        6.4.2                          
workbox-sw                                                                             6.4.2                          
workbox-webpack-plugin                                                                 6.4.2                          
workbox-window                                                                         6.4.2                          
wrap-ansi                                                                              5.1.0                          
wrap-ansi                                                                              7.0.0                          
wrap-ansi                                                                              8.1.0                          
wrappy                                                                                 1.0.2                          
write-file-atomic                                                                      3.0.3                          
write-file-atomic                                                                      6.0.0                          
ws                                                                                     7.5.5                          
ws                                                                                     8.5.0                          
xml-name-validator                                                                     3.0.0                          
xml2js                                                                                 0.4.23                         
xmlbuilder                                                                             11.0.1                         
xmlchars                                                                               2.2.0                          
xtend                                                                                  4.0.2                          
xz-libs                                                                                5.6.2-r1                       
y18n                                                                                   4.0.3                          
y18n                                                                                   5.0.8                          
yallist                                                                                3.1.1                          
yallist                                                                                4.0.0                          
yallist                                                                                5.0.0                          
yaml                                                                                   1.10.2                         
yamljs                                                                                 0.3.0                          
yargonaut                                                                              1.1.4                          
yargs                                                                                  14.2.3                         
yargs                                                                                  16.2.0                         
yargs                                                                                  17.2.1                         
yargs-parser                                                                           15.0.3                         
yargs-parser                                                                           20.2.9                         
yn                                                                                     3.1.1                          
ynab_import                                                                            1.0.0                          
yocto-queue                                                                            0.1.0                          
zen-observable                                                                         0.8.15                         
zen-observable-ts                                                                      1.1.0                          
zlib                                                                                   1.3.1-r1                       
zstd-libs                                                                              1.5.6-r0                       
sbom                                                                                                                  
View Browser Console Logs
Expand
[
    {
        "level": "SEVERE",
        "message": "http://172.17.0.5/api/ping - Failed to load resource: the server responded with a status of 500 (Internal Server Error)",
        "source": "network",
        "timestamp": 1773548463192
    },
    {
        "level": "DEBUG",
        "message": "http://172.17.0.5/ - [DOM] Password field is not contained in a form: (More info: https://goo.gl/9p2vKq) %o",
        "source": "recommendation",
        "timestamp": 1773548463193
    }
]
Test Result Message Runtime
Capture Screenshot PASS - 10.97s
Container Start PASS - 25.15s
Create Buildx SBOM PASS - 2.07s
Get Build Info PASS - 0.04s

ARM64 PASS

linuxserver/budge

Runtime: 87.00s
arm64v8-0.0.9-ls179
Build Information
Builder: X86-BUILDER-3m --Hetzner
Created: 2026-03-15T04:11:16+00:00
Image: linuxserver/budge
Maintainer: alex-phillips
Size: 169.90MB
Tag: arm64v8-0.0.9-ls179
Version: 0.0.9-ls179
View Container Logs
Expand
2026-03-15T04:20:28.636668397Z [migrations] started
2026-03-15T04:20:28.743241247Z [migrations] 01-nginx-site-confs-default: executing...
2026-03-15T04:20:28.995685123Z [migrations] 01-nginx-site-confs-default: succeeded
2026-03-15T04:20:29.069190594Z [migrations] 02-default-location: executing...
2026-03-15T04:20:29.285540115Z [migrations] 02-default-location: succeeded
2026-03-15T04:20:29.286121356Z [migrations] done
2026-03-15T04:20:29.636188390Z usermod: no changes
2026-03-15T04:20:29.673304391Z ───────────────────────────────────────
2026-03-15T04:20:29.673330153Z 
2026-03-15T04:20:29.673334492Z       ██╗     ███████╗██╗ ██████╗
2026-03-15T04:20:29.673338500Z       ██║     ██╔════╝██║██╔═══██╗
2026-03-15T04:20:29.673342518Z       ██║     ███████╗██║██║   ██║
2026-03-15T04:20:29.673346256Z       ██║     ╚════██║██║██║   ██║
2026-03-15T04:20:29.673349933Z       ███████╗███████║██║╚██████╔╝
2026-03-15T04:20:29.673353721Z       ╚══════╝╚══════╝╚═╝ ╚═════╝
2026-03-15T04:20:29.673357498Z 
2026-03-15T04:20:29.673361116Z    Brought to you by linuxserver.io
2026-03-15T04:20:29.673364823Z ───────────────────────────────────────
2026-03-15T04:20:29.680770356Z 
2026-03-15T04:20:29.680778032Z To support LSIO projects visit:
2026-03-15T04:20:29.680782000Z https://www.linuxserver.io/donate/
2026-03-15T04:20:29.680785907Z 
2026-03-15T04:20:29.680789344Z ───────────────────────────────────────
2026-03-15T04:20:29.680793853Z GID/UID
2026-03-15T04:20:29.681140692Z ───────────────────────────────────────
2026-03-15T04:20:29.770307801Z 
2026-03-15T04:20:29.770318743Z User UID:    911
2026-03-15T04:20:29.770322852Z User GID:    911
2026-03-15T04:20:29.770327190Z ───────────────────────────────────────
2026-03-15T04:20:29.802719229Z Linuxserver.io version: 0.0.9-ls179
2026-03-15T04:20:29.806730627Z Build-date: 2026-03-15T04:11:16+00:00
2026-03-15T04:20:29.806754325Z ───────────────────────────────────────
2026-03-15T04:20:29.806764355Z     
2026-03-15T04:20:32.384412969Z Setting resolver to  8.8.8.8 8.8.4.4
2026-03-15T04:20:32.493033733Z Setting worker_processes to 64
2026-03-15T04:20:33.221180291Z generating self-signed keys in /config/keys, you can replace these with your own keys if required
2026-03-15T04:20:33.403701180Z ..............+.+..+.......+.....+...+.......+...+++++++++++++++++++++++++++++++++++++++*...+...+........+......+.+...+.....+++++++++++++++++++++++++++++++++++++++*.+...++++++
2026-03-15T04:20:33.624690715Z .........+....+..+...+.......+...+............+..+......+......+.............+........+++++++++++++++++++++++++++++++++++++++*...+.+...+..+....+..+...+.......+..+.+..+.............+.....+..........+++++++++++++++++++++++++++++++++++++++*.........+...........+....+........+.+.....+.+.....+....+.....+....+...+..+......+...............+....+...+.....+....+.....+....+..+.............+..+...+.+.........+.....+..........+..+....+.....+.+.....+...+.+...+...............+..+..........+...+..+..........+......+.....+...+.........+............+....+......+......+..+.......+.....+.+............+.....+................+.....+.........+...+...+....+.....+.+......+.....++++++
2026-03-15T04:20:33.662728624Z -----
2026-03-15T04:20:35.004102473Z New container detected. Setting up app folder and fixing permissions.
2026-03-15T04:21:13.264141727Z query: SELECT * FROM "sqlite_master" WHERE "type" = 'table' AND "name" = 'migrations'
2026-03-15T04:21:13.396302635Z query: CREATE TABLE "migrations" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "timestamp" bigint NOT NULL, "name" varchar NOT NULL)
2026-03-15T04:21:13.494836177Z query: SELECT * FROM "migrations" "migrations" ORDER BY "id" DESC
2026-03-15T04:21:13.505455090Z 0 migrations are already loaded in the database.
2026-03-15T04:21:13.505830166Z 3 migrations were found in the source code.
2026-03-15T04:21:13.506117584Z 3 migrations are new migrations that needs to be executed.
2026-03-15T04:21:13.519087192Z query: BEGIN TRANSACTION
2026-03-15T04:21:13.551737371Z query: SELECT COUNT(*) FROM users
2026-03-15T04:21:13.588400542Z query failed: SELECT COUNT(*) FROM users
2026-03-15T04:21:13.598959575Z error: Error: SQLITE_ERROR: no such table: users
2026-03-15T04:21:13.598983232Z --> in Database#all('SELECT COUNT(*) FROM users', undefined, [Function: handler])
2026-03-15T04:21:13.598993844Z     at SqliteQueryRunner.<anonymous> (/app/www/public/backend/node_modules/typeorm/driver/sqlite/SqliteQueryRunner.js:60:56)
2026-03-15T04:21:13.599003613Z     at step (/app/www/public/backend/node_modules/typeorm/node_modules/tslib/tslib.js:143:27)
2026-03-15T04:21:13.599011890Z     at Object.next (/app/www/public/backend/node_modules/typeorm/node_modules/tslib/tslib.js:124:57)
2026-03-15T04:21:13.599020097Z     at /app/www/public/backend/node_modules/typeorm/node_modules/tslib/tslib.js:117:75
2026-03-15T04:21:13.599028303Z     at new Promise (<anonymous>)
2026-03-15T04:21:13.599036440Z     at Object.__awaiter (/app/www/public/backend/node_modules/typeorm/node_modules/tslib/tslib.js:113:16)
2026-03-15T04:21:13.599044616Z     at execute (/app/www/public/backend/node_modules/typeorm/driver/sqlite/SqliteQueryRunner.js:54:64)
2026-03-15T04:21:13.599052903Z     at SqliteQueryRunner.<anonymous> (/app/www/public/backend/node_modules/typeorm/driver/sqlite/SqliteQueryRunner.js:101:46)
2026-03-15T04:21:13.599080799Z     at step (/app/www/public/backend/node_modules/typeorm/node_modules/tslib/tslib.js:143:27) {
2026-03-15T04:21:13.599089116Z   errno: 1,
2026-03-15T04:21:13.599096921Z   code: 'SQLITE_ERROR',
2026-03-15T04:21:13.599104797Z   __augmented: true
2026-03-15T04:21:13.599112583Z }
2026-03-15T04:21:13.630875605Z query: CREATE TABLE "users" ("id" varchar PRIMARY KEY NOT NULL, "email" varchar NOT NULL, "password" varchar NOT NULL, "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')))
2026-03-15T04:21:13.656851224Z query: CREATE UNIQUE INDEX "IDX_97672ac88f789774dd47f7c8be" ON "users" ("email") 
2026-03-15T04:21:13.713705293Z query: CREATE TABLE "budget_months" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "month" varchar NOT NULL, "income" integer NOT NULL DEFAULT (0), "budgeted" integer NOT NULL DEFAULT (0), "activity" integer NOT NULL DEFAULT (0), "underfunded" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')))
2026-03-15T04:21:13.735023854Z query: CREATE INDEX "IDX_398c07457719d1899ba4f11914" ON "budget_months" ("budgetId") 
2026-03-15T04:21:13.749607842Z query: CREATE INDEX "IDX_0c21df54422306fdf78621fc18" ON "budget_months" ("month") 
2026-03-15T04:21:13.787434014Z query: CREATE TABLE "category_months" ("id" varchar PRIMARY KEY NOT NULL, "categoryId" varchar NOT NULL, "budgetMonthId" varchar NOT NULL, "month" varchar NOT NULL, "budgeted" integer NOT NULL DEFAULT (0), "activity" integer NOT NULL DEFAULT (0), "balance" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')))
2026-03-15T04:21:13.803587423Z query: CREATE INDEX "IDX_cba488e36ca6ff6eec83e91440" ON "category_months" ("categoryId") 
2026-03-15T04:21:13.811769910Z query: CREATE INDEX "IDX_de0f1ed5fe7ad4f2254bb815be" ON "category_months" ("budgetMonthId") 
2026-03-15T04:21:13.822379796Z query: CREATE INDEX "IDX_23f4c8894717fb764a2b88ff29" ON "category_months" ("month") 
2026-03-15T04:21:13.864178949Z query: CREATE TABLE "categories" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "categoryGroupId" varchar NOT NULL, "trackingAccountId" varchar, "name" varchar NOT NULL, "inflow" boolean NOT NULL DEFAULT (0), "locked" boolean NOT NULL DEFAULT (0), "order" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')))
2026-03-15T04:21:13.878737095Z query: CREATE INDEX "IDX_e6d5be2f8c1fbd283150e043a0" ON "categories" ("budgetId") 
2026-03-15T04:21:13.890600726Z query: CREATE UNIQUE INDEX "IDX_af173d6048d44da16b00e49e24" ON "categories" ("trackingAccountId") 
2026-03-15T04:21:13.920254481Z query: CREATE TABLE "payees" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "transferAccountId" varchar, "name" varchar NOT NULL, "internal" boolean NOT NULL, "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), CONSTRAINT "REL_f61fc1e67d3abfb79503cdd382" UNIQUE ("transferAccountId"))
2026-03-15T04:21:13.957297336Z query: CREATE TABLE "transactions" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "accountId" varchar NOT NULL, "payeeId" varchar NOT NULL, "transferAccountId" varchar, "transferTransactionId" varchar, "categoryId" varchar, "amount" integer NOT NULL DEFAULT (0), "date" datetime NOT NULL, "memo" varchar NOT NULL DEFAULT (''), "status" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')))
2026-03-15T04:21:13.989071611Z query: CREATE INDEX "IDX_7098ffeb5373b7d6344f4f1663" ON "transactions" ("transferTransactionId") 
2026-03-15T04:21:14.026053563Z query: CREATE TABLE "accounts" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "transferPayeeId" varchar, "name" varchar NOT NULL, "type" integer NOT NULL, "balance" integer NOT NULL DEFAULT (0), "cleared" integer NOT NULL DEFAULT (0), "uncleared" integer NOT NULL DEFAULT (0), "order" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), CONSTRAINT "REL_c2a8be4512a377b0a8614170e3" UNIQUE ("transferPayeeId"))
2026-03-15T04:21:14.050799896Z query: CREATE TABLE "budgets" ("id" varchar PRIMARY KEY NOT NULL, "userId" varchar NOT NULL, "name" varchar NOT NULL, "toBeBudgeted" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')))
2026-03-15T04:21:14.076099313Z query: CREATE TABLE "category_groups" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "name" varchar NOT NULL, "internal" boolean NOT NULL DEFAULT (0), "locked" boolean NOT NULL DEFAULT (0), "order" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')))
2026-03-15T04:21:14.082361403Z query: CREATE INDEX "IDX_0dcceebef7c019bc892be7b5d0" ON "category_groups" ("budgetId") 
2026-03-15T04:21:14.090047381Z query: DROP INDEX "IDX_398c07457719d1899ba4f11914"
2026-03-15T04:21:14.107373200Z query: DROP INDEX "IDX_0c21df54422306fdf78621fc18"
2026-03-15T04:21:14.139516148Z query: CREATE TABLE "temporary_budget_months" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "month" varchar NOT NULL, "income" integer NOT NULL DEFAULT (0), "budgeted" integer NOT NULL DEFAULT (0), "activity" integer NOT NULL DEFAULT (0), "underfunded" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), CONSTRAINT "FK_398c07457719d1899ba4f11914d" FOREIGN KEY ("budgetId") REFERENCES "budgets" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION)
2026-03-15T04:21:14.163199561Z query: INSERT INTO "temporary_budget_months"("id", "budgetId", "month", "income", "budgeted", "activity", "underfunded", "created", "updated") SELECT "id", "budgetId", "month", "income", "budgeted", "activity", "underfunded", "created", "updated" FROM "budget_months"
2026-03-15T04:21:14.180079463Z query: DROP TABLE "budget_months"
2026-03-15T04:21:14.190663095Z query: ALTER TABLE "temporary_budget_months" RENAME TO "budget_months"
2026-03-15T04:21:14.256844408Z query: CREATE INDEX "IDX_398c07457719d1899ba4f11914" ON "budget_months" ("budgetId") 
2026-03-15T04:21:14.269053564Z query: CREATE INDEX "IDX_0c21df54422306fdf78621fc18" ON "budget_months" ("month") 
2026-03-15T04:21:14.274570183Z query: DROP INDEX "IDX_cba488e36ca6ff6eec83e91440"
2026-03-15T04:21:14.279548338Z query: DROP INDEX "IDX_de0f1ed5fe7ad4f2254bb815be"
2026-03-15T04:21:14.284194724Z query: DROP INDEX "IDX_23f4c8894717fb764a2b88ff29"
2026-03-15T04:21:14.323666520Z query: CREATE TABLE "temporary_category_months" ("id" varchar PRIMARY KEY NOT NULL, "categoryId" varchar NOT NULL, "budgetMonthId" varchar NOT NULL, "month" varchar NOT NULL, "budgeted" integer NOT NULL DEFAULT (0), "activity" integer NOT NULL DEFAULT (0), "balance" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), CONSTRAINT "FK_cba488e36ca6ff6eec83e914409" FOREIGN KEY ("categoryId") REFERENCES "categories" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT "FK_de0f1ed5fe7ad4f2254bb815bef" FOREIGN KEY ("budgetMonthId") REFERENCES "budget_months" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION)
2026-03-15T04:21:14.334799870Z query: INSERT INTO "temporary_category_months"("id", "categoryId", "budgetMonthId", "month", "budgeted", "activity", "balance", "created", "updated") SELECT "id", "categoryId", "budgetMonthId", "month", "budgeted", "activity", "balance", "created", "updated" FROM "category_months"
2026-03-15T04:21:14.338979948Z query: DROP TABLE "category_months"
2026-03-15T04:21:14.343839053Z query: ALTER TABLE "temporary_category_months" RENAME TO "category_months"
2026-03-15T04:21:14.376567790Z query: CREATE INDEX "IDX_cba488e36ca6ff6eec83e91440" ON "category_months" ("categoryId") 
2026-03-15T04:21:14.384681750Z query: CREATE INDEX "IDX_de0f1ed5fe7ad4f2254bb815be" ON "category_months" ("budgetMonthId") 
2026-03-15T04:21:14.390803517Z query: CREATE INDEX "IDX_23f4c8894717fb764a2b88ff29" ON "category_months" ("month") 
2026-03-15T04:21:14.394533198Z query: DROP INDEX "IDX_e6d5be2f8c1fbd283150e043a0"
2026-03-15T04:21:14.398312458Z query: DROP INDEX "IDX_af173d6048d44da16b00e49e24"
2026-03-15T04:21:14.431429327Z query: CREATE TABLE "temporary_categories" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "categoryGroupId" varchar NOT NULL, "trackingAccountId" varchar, "name" varchar NOT NULL, "inflow" boolean NOT NULL DEFAULT (0), "locked" boolean NOT NULL DEFAULT (0), "order" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), CONSTRAINT "FK_e6d5be2f8c1fbd283150e043a08" FOREIGN KEY ("budgetId") REFERENCES "budgets" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT "FK_d05bb3b46b9b190eb9c20ad3c21" FOREIGN KEY ("categoryGroupId") REFERENCES "category_groups" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION)
2026-03-15T04:21:14.444383313Z query: INSERT INTO "temporary_categories"("id", "budgetId", "categoryGroupId", "trackingAccountId", "name", "inflow", "locked", "order", "created", "updated") SELECT "id", "budgetId", "categoryGroupId", "trackingAccountId", "name", "inflow", "locked", "order", "created", "updated" FROM "categories"
2026-03-15T04:21:14.448423068Z query: DROP TABLE "categories"
2026-03-15T04:21:14.484389065Z query: ALTER TABLE "temporary_categories" RENAME TO "categories"
2026-03-15T04:21:14.520594072Z query: CREATE INDEX "IDX_e6d5be2f8c1fbd283150e043a0" ON "categories" ("budgetId") 
2026-03-15T04:21:14.526220041Z query: CREATE UNIQUE INDEX "IDX_af173d6048d44da16b00e49e24" ON "categories" ("trackingAccountId") 
2026-03-15T04:21:14.551201768Z query: CREATE TABLE "temporary_payees" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "transferAccountId" varchar, "name" varchar NOT NULL, "internal" boolean NOT NULL, "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), CONSTRAINT "REL_f61fc1e67d3abfb79503cdd382" UNIQUE ("transferAccountId"), CONSTRAINT "FK_f61fc1e67d3abfb79503cdd3821" FOREIGN KEY ("transferAccountId") REFERENCES "accounts" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION)
2026-03-15T04:21:14.563529864Z query: INSERT INTO "temporary_payees"("id", "budgetId", "transferAccountId", "name", "internal", "created", "updated") SELECT "id", "budgetId", "transferAccountId", "name", "internal", "created", "updated" FROM "payees"
2026-03-15T04:21:14.567479417Z query: DROP TABLE "payees"
2026-03-15T04:21:14.573631737Z query: ALTER TABLE "temporary_payees" RENAME TO "payees"
2026-03-15T04:21:14.606798436Z query: DROP INDEX "IDX_7098ffeb5373b7d6344f4f1663"
2026-03-15T04:21:14.647585831Z query: CREATE TABLE "temporary_transactions" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "accountId" varchar NOT NULL, "payeeId" varchar NOT NULL, "transferAccountId" varchar, "transferTransactionId" varchar, "categoryId" varchar, "amount" integer NOT NULL DEFAULT (0), "date" datetime NOT NULL, "memo" varchar NOT NULL DEFAULT (''), "status" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), CONSTRAINT "FK_9552f6354aafa8f1818aa571aaf" FOREIGN KEY ("budgetId") REFERENCES "budgets" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT "FK_26d8aec71ae9efbe468043cd2b9" FOREIGN KEY ("accountId") REFERENCES "accounts" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT "FK_44075a45926dfce0379d2c81c83" FOREIGN KEY ("payeeId") REFERENCES "payees" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT "FK_86e965e74f9cc66149cf6c90f64" FOREIGN KEY ("categoryId") REFERENCES "categories" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION)
2026-03-15T04:21:14.663584238Z query: INSERT INTO "temporary_transactions"("id", "budgetId", "accountId", "payeeId", "transferAccountId", "transferTransactionId", "categoryId", "amount", "date", "memo", "status", "created", "updated") SELECT "id", "budgetId", "accountId", "payeeId", "transferAccountId", "transferTransactionId", "categoryId", "amount", "date", "memo", "status", "created", "updated" FROM "transactions"
2026-03-15T04:21:14.667969899Z query: DROP TABLE "transactions"
2026-03-15T04:21:14.672890308Z query: ALTER TABLE "temporary_transactions" RENAME TO "transactions"
2026-03-15T04:21:14.705383371Z query: CREATE INDEX "IDX_7098ffeb5373b7d6344f4f1663" ON "transactions" ("transferTransactionId") 
2026-03-15T04:21:14.738534679Z query: CREATE TABLE "temporary_accounts" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "transferPayeeId" varchar, "name" varchar NOT NULL, "type" integer NOT NULL, "balance" integer NOT NULL DEFAULT (0), "cleared" integer NOT NULL DEFAULT (0), "uncleared" integer NOT NULL DEFAULT (0), "order" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), CONSTRAINT "REL_c2a8be4512a377b0a8614170e3" UNIQUE ("transferPayeeId"), CONSTRAINT "FK_81acfbf2205a3be5b1c41455329" FOREIGN KEY ("budgetId") REFERENCES "budgets" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT "FK_c2a8be4512a377b0a8614170e33" FOREIGN KEY ("transferPayeeId") REFERENCES "payees" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION)
2026-03-15T04:21:14.750956323Z query: INSERT INTO "temporary_accounts"("id", "budgetId", "transferPayeeId", "name", "type", "balance", "cleared", "uncleared", "order", "created", "updated") SELECT "id", "budgetId", "transferPayeeId", "name", "type", "balance", "cleared", "uncleared", "order", "created", "updated" FROM "accounts"
2026-03-15T04:21:14.754887209Z query: DROP TABLE "accounts"
2026-03-15T04:21:14.761494534Z query: ALTER TABLE "temporary_accounts" RENAME TO "accounts"
2026-03-15T04:21:14.813638499Z query: CREATE TABLE "temporary_budgets" ("id" varchar PRIMARY KEY NOT NULL, "userId" varchar NOT NULL, "name" varchar NOT NULL, "toBeBudgeted" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), CONSTRAINT "FK_27e688ddf1ff3893b43065899f9" FOREIGN KEY ("userId") REFERENCES "users" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION)
2026-03-15T04:21:14.823406900Z query: INSERT INTO "temporary_budgets"("id", "userId", "name", "toBeBudgeted", "created", "updated") SELECT "id", "userId", "name", "toBeBudgeted", "created", "updated" FROM "budgets"
2026-03-15T04:21:14.827002030Z query: DROP TABLE "budgets"
2026-03-15T04:21:14.835055047Z query: ALTER TABLE "temporary_budgets" RENAME TO "budgets"
2026-03-15T04:21:14.866403555Z query: DROP INDEX "IDX_0dcceebef7c019bc892be7b5d0"
2026-03-15T04:21:14.897734026Z query: CREATE TABLE "temporary_category_groups" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "name" varchar NOT NULL, "internal" boolean NOT NULL DEFAULT (0), "locked" boolean NOT NULL DEFAULT (0), "order" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), CONSTRAINT "FK_0dcceebef7c019bc892be7b5d0e" FOREIGN KEY ("budgetId") REFERENCES "budgets" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION)
2026-03-15T04:21:14.909930647Z query: INSERT INTO "temporary_category_groups"("id", "budgetId", "name", "internal", "locked", "order", "created", "updated") SELECT "id", "budgetId", "name", "internal", "locked", "order", "created", "updated" FROM "category_groups"
2026-03-15T04:21:14.914705342Z query: DROP TABLE "category_groups"
2026-03-15T04:21:14.921213338Z query: ALTER TABLE "temporary_category_groups" RENAME TO "category_groups"
2026-03-15T04:21:14.955487928Z query: CREATE INDEX "IDX_0dcceebef7c019bc892be7b5d0" ON "category_groups" ("budgetId") 
2026-03-15T04:21:15.006831751Z query: INSERT INTO "migrations"("timestamp", "name") VALUES (?, ?) -- PARAMETERS: [1649259669912,"initial1649259669912"]
2026-03-15T04:21:15.018226968Z Migration initial1649259669912 has been executed successfully.
2026-03-15T04:21:15.035074555Z query: CREATE TABLE "temporary_budgets" ("id" varchar PRIMARY KEY NOT NULL, "userId" varchar NOT NULL, "name" varchar NOT NULL, "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), CONSTRAINT "FK_27e688ddf1ff3893b43065899f9" FOREIGN KEY ("userId") REFERENCES "users" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION)
2026-03-15T04:21:15.044020420Z query: INSERT INTO "temporary_budgets"("id", "userId", "name", "created", "updated") SELECT "id", "userId", "name", "created", "updated" FROM "budgets"
2026-03-15T04:21:15.047803388Z query: DROP TABLE "budgets"
2026-03-15T04:21:15.060350775Z query: ALTER TABLE "temporary_budgets" RENAME TO "budgets"
2026-03-15T04:21:15.094963937Z query: DROP INDEX "IDX_0c21df54422306fdf78621fc18"
2026-03-15T04:21:15.098296178Z query: DROP INDEX "IDX_398c07457719d1899ba4f11914"
2026-03-15T04:21:15.128277322Z query: CREATE TABLE "temporary_budget_months" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "month" varchar NOT NULL, "income" integer NOT NULL DEFAULT (0), "budgeted" integer NOT NULL DEFAULT (0), "activity" integer NOT NULL DEFAULT (0), "underfunded" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), "available" integer NOT NULL DEFAULT (0), CONSTRAINT "FK_398c07457719d1899ba4f11914d" FOREIGN KEY ("budgetId") REFERENCES "budgets" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION)
2026-03-15T04:21:15.138833790Z query: INSERT INTO "temporary_budget_months"("id", "budgetId", "month", "income", "budgeted", "activity", "underfunded", "created", "updated") SELECT "id", "budgetId", "month", "income", "budgeted", "activity", "underfunded", "created", "updated" FROM "budget_months"
2026-03-15T04:21:15.144737769Z query: DROP TABLE "budget_months"
2026-03-15T04:21:15.151737956Z query: ALTER TABLE "temporary_budget_months" RENAME TO "budget_months"
2026-03-15T04:21:15.186969663Z query: CREATE INDEX "IDX_0c21df54422306fdf78621fc18" ON "budget_months" ("month") 
2026-03-15T04:21:15.191663856Z query: CREATE INDEX "IDX_398c07457719d1899ba4f11914" ON "budget_months" ("budgetId") 
2026-03-15T04:21:15.207829489Z query: INSERT INTO "migrations"("timestamp", "name") VALUES (?, ?) -- PARAMETERS: [1649260258195,"budgetMonthAvailable1649260258195"]
2026-03-15T04:21:15.210658006Z Migration budgetMonthAvailable1649260258195 has been executed successfully.
2026-03-15T04:21:15.227324438Z query: CREATE TABLE "temporary_budgets" ("id" varchar PRIMARY KEY NOT NULL, "userId" varchar NOT NULL, "name" varchar NOT NULL, "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), "currency" varchar NOT NULL DEFAULT ('USD'), CONSTRAINT "FK_27e688ddf1ff3893b43065899f9" FOREIGN KEY ("userId") REFERENCES "users" ("id") ON DELETE CASCADE ON UPDATE NO ACTION)
2026-03-15T04:21:15.236379031Z query: INSERT INTO "temporary_budgets"("id", "userId", "name", "created", "updated") SELECT "id", "userId", "name", "created", "updated" FROM "budgets"
2026-03-15T04:21:15.239655960Z query: DROP TABLE "budgets"
2026-03-15T04:21:15.244900030Z query: ALTER TABLE "temporary_budgets" RENAME TO "budgets"
2026-03-15T04:21:15.286050928Z query: INSERT INTO "migrations"("timestamp", "name") VALUES (?, ?) -- PARAMETERS: [1650032177205,"addBudgetCurrency1650032177205"]
2026-03-15T04:21:15.288166027Z Migration addBudgetCurrency1650032177205 has been executed successfully.
2026-03-15T04:21:15.291656296Z query: COMMIT
2026-03-15T04:21:25.796123580Z [custom-init] No custom files found, skipping...
2026-03-15T04:21:29.538991241Z 
2026-03-15T04:21:29.539026001Z > BudgE@0.0.8 start
2026-03-15T04:21:29.539035811Z > node build/src/server.js
2026-03-15T04:21:29.539044268Z 
2026-03-15T04:21:39.874019347Z !!!WARNING!!! Running in development mode!
2026-03-15T04:21:40.789891433Z Server listening on: http://0.0.0.0:5000
2026-03-15T04:21:40.917041671Z Connection to localhost (127.0.0.1) 5000 port [tcp/*] succeeded!
2026-03-15T04:21:41.366537143Z [ls.io-init] done.
2026-03-15T04:21:43.582550677Z Error: You must be logged in to do that
2026-03-15T04:21:43.582589055Z     at /app/www/public/backend/build/src/middleware/authentication.js:41:23
2026-03-15T04:21:43.582598744Z     at Generator.next (<anonymous>)
2026-03-15T04:21:43.582607863Z     at /app/www/public/backend/build/src/middleware/authentication.js:8:71
2026-03-15T04:21:43.582616219Z     at new Promise (<anonymous>)
2026-03-15T04:21:43.582624917Z     at __awaiter (/app/www/public/backend/build/src/middleware/authentication.js:4:12)
2026-03-15T04:21:43.582633204Z     at expressAuthentication (/app/www/public/backend/build/src/middleware/authentication.js:22:12)
2026-03-15T04:21:43.582641621Z     at /app/www/public/backend/build/routes.js:1245:97
2026-03-15T04:21:43.582649687Z     at Generator.next (<anonymous>)
2026-03-15T04:21:43.582657833Z     at /app/www/public/backend/build/routes.js:8:71
2026-03-15T04:21:43.582665920Z     at new Promise (<anonymous>) {
2026-03-15T04:21:43.582674377Z   status: 401
2026-03-15T04:21:43.582682403Z }
View SBOM output
Expand
NAME                                                                                   VERSION                        
@apideck/better-ajv-errors                                                             0.3.3                          
@babel/code-frame                                                                      7.16.7                         
@babel/compat-data                                                                     7.17.0                         
@babel/core                                                                            7.16.0                         
@babel/eslint-parser                                                                   7.17.0                         
@babel/generator                                                                       7.17.3                         
@babel/helper-annotate-as-pure                                                         7.16.7                         
@babel/helper-builder-binary-assignment-operator-visitor                               7.16.7                         
@babel/helper-compilation-targets                                                      7.16.7                         
@babel/helper-create-class-features-plugin                                             7.17.6                         
@babel/helper-create-regexp-features-plugin                                            7.17.0                         
@babel/helper-define-polyfill-provider                                                 0.3.1                          
@babel/helper-environment-visitor                                                      7.16.7                         
@babel/helper-explode-assignable-expression                                            7.16.7                         
@babel/helper-function-name                                                            7.16.7                         
@babel/helper-get-function-arity                                                       7.16.7                         
@babel/helper-hoist-variables                                                          7.16.7                         
@babel/helper-member-expression-to-functions                                           7.16.7                         
@babel/helper-module-imports                                                           7.16.7                         
@babel/helper-module-transforms                                                        7.17.6                         
@babel/helper-optimise-call-expression                                                 7.16.7                         
@babel/helper-plugin-utils                                                             7.16.7                         
@babel/helper-remap-async-to-generator                                                 7.16.8                         
@babel/helper-replace-supers                                                           7.16.7                         
@babel/helper-simple-access                                                            7.16.7                         
@babel/helper-skip-transparent-expression-wrappers                                     7.16.0                         
@babel/helper-split-export-declaration                                                 7.16.7                         
@babel/helper-validator-identifier                                                     7.16.7                         
@babel/helper-validator-option                                                         7.16.7                         
@babel/helper-wrap-function                                                            7.16.8                         
@babel/helpers                                                                         7.16.3                         
@babel/highlight                                                                       7.16.10                        
@babel/parser                                                                          7.17.3                         
@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression          7.16.7                         
@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining                         7.16.7                         
@babel/plugin-proposal-async-generator-functions                                       7.16.8                         
@babel/plugin-proposal-class-properties                                                7.16.7                         
@babel/plugin-proposal-class-static-block                                              7.17.6                         
@babel/plugin-proposal-decorators                                                      7.17.2                         
@babel/plugin-proposal-dynamic-import                                                  7.16.7                         
@babel/plugin-proposal-export-namespace-from                                           7.16.7                         
@babel/plugin-proposal-json-strings                                                    7.16.7                         
@babel/plugin-proposal-logical-assignment-operators                                    7.16.7                         
@babel/plugin-proposal-nullish-coalescing-operator                                     7.16.7                         
@babel/plugin-proposal-numeric-separator                                               7.16.7                         
@babel/plugin-proposal-object-rest-spread                                              7.17.3                         
@babel/plugin-proposal-optional-catch-binding                                          7.16.7                         
@babel/plugin-proposal-optional-chaining                                               7.16.7                         
@babel/plugin-proposal-private-methods                                                 7.16.11                        
@babel/plugin-proposal-private-property-in-object                                      7.16.7                         
@babel/plugin-proposal-unicode-property-regex                                          7.16.7                         
@babel/plugin-syntax-async-generators                                                  7.8.4                          
@babel/plugin-syntax-bigint                                                            7.8.3                          
@babel/plugin-syntax-class-properties                                                  7.12.13                        
@babel/plugin-syntax-class-static-block                                                7.14.5                         
@babel/plugin-syntax-decorators                                                        7.17.0                         
@babel/plugin-syntax-dynamic-import                                                    7.8.3                          
@babel/plugin-syntax-export-namespace-from                                             7.8.3                          
@babel/plugin-syntax-flow                                                              7.16.7                         
@babel/plugin-syntax-import-meta                                                       7.10.4                         
@babel/plugin-syntax-json-strings                                                      7.8.3                          
@babel/plugin-syntax-jsx                                                               7.16.0                         
@babel/plugin-syntax-logical-assignment-operators                                      7.10.4                         
@babel/plugin-syntax-nullish-coalescing-operator                                       7.8.3                          
@babel/plugin-syntax-numeric-separator                                                 7.10.4                         
@babel/plugin-syntax-object-rest-spread                                                7.8.3                          
@babel/plugin-syntax-optional-catch-binding                                            7.8.3                          
@babel/plugin-syntax-optional-chaining                                                 7.8.3                          
@babel/plugin-syntax-private-property-in-object                                        7.14.5                         
@babel/plugin-syntax-top-level-await                                                   7.14.5                         
@babel/plugin-syntax-typescript                                                        7.16.7                         
@babel/plugin-transform-arrow-functions                                                7.16.7                         
@babel/plugin-transform-async-to-generator                                             7.16.8                         
@babel/plugin-transform-block-scoped-functions                                         7.16.7                         
@babel/plugin-transform-block-scoping                                                  7.16.7                         
@babel/plugin-transform-classes                                                        7.16.7                         
@babel/plugin-transform-computed-properties                                            7.16.7                         
@babel/plugin-transform-destructuring                                                  7.17.3                         
@babel/plugin-transform-dotall-regex                                                   7.16.7                         
@babel/plugin-transform-duplicate-keys                                                 7.16.7                         
@babel/plugin-transform-exponentiation-operator                                        7.16.7                         
@babel/plugin-transform-flow-strip-types                                               7.16.7                         
@babel/plugin-transform-for-of                                                         7.16.7                         
@babel/plugin-transform-function-name                                                  7.16.7                         
@babel/plugin-transform-literals                                                       7.16.7                         
@babel/plugin-transform-member-expression-literals                                     7.16.7                         
@babel/plugin-transform-modules-amd                                                    7.16.7                         
@babel/plugin-transform-modules-commonjs                                               7.16.8                         
@babel/plugin-transform-modules-systemjs                                               7.16.7                         
@babel/plugin-transform-modules-umd                                                    7.16.7                         
@babel/plugin-transform-named-capturing-groups-regex                                   7.16.8                         
@babel/plugin-transform-new-target                                                     7.16.7                         
@babel/plugin-transform-object-super                                                   7.16.7                         
@babel/plugin-transform-parameters                                                     7.16.7                         
@babel/plugin-transform-property-literals                                              7.16.7                         
@babel/plugin-transform-react-constant-elements                                        7.16.0                         
@babel/plugin-transform-react-display-name                                             7.16.0                         
@babel/plugin-transform-react-jsx                                                      7.16.0                         
@babel/plugin-transform-react-jsx-development                                          7.16.0                         
@babel/plugin-transform-react-pure-annotations                                         7.16.0                         
@babel/plugin-transform-regenerator                                                    7.16.7                         
@babel/plugin-transform-reserved-words                                                 7.16.7                         
@babel/plugin-transform-runtime                                                        7.17.0                         
@babel/plugin-transform-shorthand-properties                                           7.16.7                         
@babel/plugin-transform-spread                                                         7.16.7                         
@babel/plugin-transform-sticky-regex                                                   7.16.7                         
@babel/plugin-transform-template-literals                                              7.16.7                         
@babel/plugin-transform-typeof-symbol                                                  7.16.7                         
@babel/plugin-transform-typescript                                                     7.16.8                         
@babel/plugin-transform-unicode-escapes                                                7.16.7                         
@babel/plugin-transform-unicode-regex                                                  7.16.7                         
@babel/preset-env                                                                      7.16.11                        
@babel/preset-modules                                                                  0.1.5                          
@babel/preset-react                                                                    7.16.0                         
@babel/preset-typescript                                                               7.16.7                         
@babel/runtime                                                                         7.17.2                         
@babel/runtime-corejs3                                                                 7.16.3                         
@babel/template                                                                        7.16.7                         
@babel/traverse                                                                        7.17.3                         
@babel/types                                                                           7.17.0                         
@bcoe/v8-coverage                                                                      0.2.3                          
@cspotcode/source-map-consumer                                                         0.8.0                          
@cspotcode/source-map-support                                                          0.7.0                          
@csstools/normalize.css                                                                12.0.0                         
@csstools/postcss-color-function                                                       1.0.2                          
@csstools/postcss-font-format-keywords                                                 1.0.0                          
@csstools/postcss-hwb-function                                                         1.0.0                          
@csstools/postcss-ic-unit                                                              1.0.0                          
@csstools/postcss-is-pseudo-class                                                      2.0.0                          
@csstools/postcss-normalize-display-values                                             1.0.0                          
@csstools/postcss-oklab-function                                                       1.0.1                          
@csstools/postcss-progressive-custom-properties                                        1.2.0                          
@dabh/diagnostics                                                                      2.0.2                          
@date-io/core                                                                          2.11.0                         
@date-io/date-fns                                                                      2.11.0                         
@date-io/dayjs                                                                         2.11.0                         
@date-io/luxon                                                                         2.11.1                         
@date-io/moment                                                                        2.11.0                         
@dinero.js/calculator-number                                                           2.0.0-alpha.8                  
@dinero.js/core                                                                        2.0.0-alpha.8                  
@dinero.js/currencies                                                                  2.0.0-alpha.8                  
@emotion/babel-plugin                                                                  11.3.0                         
@emotion/cache                                                                         11.6.0                         
@emotion/hash                                                                          0.8.0                          
@emotion/is-prop-valid                                                                 1.1.1                          
@emotion/memoize                                                                       0.7.5                          
@emotion/react                                                                         11.5.0                         
@emotion/serialize                                                                     1.0.2                          
@emotion/sheet                                                                         1.1.0                          
@emotion/styled                                                                        11.3.0                         
@emotion/unitless                                                                      0.7.5                          
@emotion/utils                                                                         1.0.0                          
@emotion/weak-memoize                                                                  0.2.5                          
@eslint/eslintrc                                                                       1.1.0                          
@humanwhocodes/config-array                                                            0.9.3                          
@humanwhocodes/object-schema                                                           1.2.1                          
@isaacs/cliui                                                                          8.0.2                          
@isaacs/fs-minipass                                                                    4.0.1                          
@isaacs/string-locale-compare                                                          1.1.0                          
@istanbuljs/load-nyc-config                                                            1.1.0                          
@istanbuljs/schema                                                                     0.1.3                          
@jest/console                                                                          27.5.1                         
@jest/core                                                                             27.5.1                         
@jest/environment                                                                      27.5.1                         
@jest/fake-timers                                                                      27.5.1                         
@jest/globals                                                                          27.5.1                         
@jest/reporters                                                                        27.5.1                         
@jest/source-map                                                                       27.5.1                         
@jest/test-result                                                                      27.5.1                         
@jest/test-sequencer                                                                   27.5.1                         
@jest/transform                                                                        27.5.1                         
@jest/types                                                                            26.6.2                         
@jest/types                                                                            27.2.5                         
@jest/types                                                                            27.5.1                         
@juggle/resize-observer                                                                3.3.1                          
@mapbox/node-pre-gyp                                                                   1.0.6                          
@mui/base                                                                              5.0.0-alpha.58                 
@mui/base                                                                              5.0.0-alpha.59                 
@mui/icons-material                                                                    5.2.0                          
@mui/lab                                                                               5.0.0-alpha.59                 
@mui/material                                                                          5.2.2                          
@mui/private-theming                                                                   5.2.3                          
@mui/styled-engine                                                                     5.2.0                          
@mui/styles                                                                            5.2.2                          
@mui/system                                                                            5.2.3                          
@mui/types                                                                             7.1.0                          
@mui/utils                                                                             5.2.3                          
@my-scope/package-a                                                                    0.0.0                          
@my-scope/package-b                                                                    0.0.0                          
@nodelib/fs.scandir                                                                    2.1.5                          
@nodelib/fs.stat                                                                       2.0.5                          
@nodelib/fs.walk                                                                       1.2.8                          
@npmcli/agent                                                                          2.2.2                          
@npmcli/agent                                                                          3.0.0                          
@npmcli/arborist                                                                       8.0.0                          
@npmcli/config                                                                         9.0.0                          
@npmcli/fs                                                                             3.1.1                          
@npmcli/fs                                                                             4.0.0                          
@npmcli/git                                                                            6.0.1                          
@npmcli/installed-package-contents                                                     3.0.0                          
@npmcli/map-workspaces                                                                 4.0.1                          
@npmcli/metavuln-calculator                                                            8.0.1                          
@npmcli/name-from-folder                                                               3.0.0                          
@npmcli/node-gyp                                                                       4.0.0                          
@npmcli/package-json                                                                   6.0.1                          
@npmcli/promise-spawn                                                                  8.0.2                          
@npmcli/query                                                                          4.0.0                          
@npmcli/redact                                                                         3.0.0                          
@npmcli/run-script                                                                     9.0.1                          
@pkgjs/parseargs                                                                       0.11.0                         
@pmmmwh/react-refresh-webpack-plugin                                                   0.5.4                          
@popperjs/core                                                                         2.10.2                         
@reduxjs/toolkit                                                                       1.6.2                          
@reduxjs/toolkit-query                                                                 1.0.0                          
@reduxjs/toolkit-query-react                                                           1.0.0                          
@rollup/plugin-babel                                                                   5.3.0                          
@rollup/plugin-node-resolve                                                            11.2.1                         
@rollup/plugin-replace                                                                 2.4.2                          
@rollup/pluginutils                                                                    3.1.0                          
@rsuite/icon-font                                                                      4.0.0                          
@rsuite/icons                                                                          1.0.2                          
@rushstack/eslint-patch                                                                1.1.0                          
@sigstore/bundle                                                                       3.0.0                          
@sigstore/core                                                                         2.0.0                          
@sigstore/protobuf-specs                                                               0.3.2                          
@sigstore/sign                                                                         3.0.0                          
@sigstore/tuf                                                                          3.0.0                          
@sigstore/verify                                                                       2.0.0                          
@sindresorhus/is                                                                       4.2.0                          
@sinonjs/commons                                                                       1.8.3                          
@sinonjs/fake-timers                                                                   8.1.0                          
@sqltools/formatter                                                                    1.2.3                          
@surma/rollup-plugin-off-main-thread                                                   2.2.3                          
@svgr/babel-plugin-add-jsx-attribute                                                   5.4.0                          
@svgr/babel-plugin-remove-jsx-attribute                                                5.4.0                          
@svgr/babel-plugin-remove-jsx-empty-expression                                         5.0.1                          
@svgr/babel-plugin-replace-jsx-attribute-value                                         5.0.1                          
@svgr/babel-plugin-svg-dynamic-title                                                   5.4.0                          
@svgr/babel-plugin-svg-em-dimensions                                                   5.4.0                          
@svgr/babel-plugin-transform-react-native-svg                                          5.4.0                          
@svgr/babel-plugin-transform-svg-component                                             5.5.0                          
@svgr/babel-preset                                                                     5.5.0                          
@svgr/core                                                                             5.5.0                          
@svgr/hast-util-to-babel-ast                                                           5.5.0                          
@svgr/plugin-jsx                                                                       5.5.0                          
@svgr/plugin-svgo                                                                      5.5.0                          
@svgr/webpack                                                                          5.5.0                          
@szmarczak/http-timer                                                                  4.0.6                          
@testing-library/dom                                                                   10.4.1                         
@testing-library/dom                                                                   7.31.2                         
@testing-library/jest-dom                                                              5.15.0                         
@testing-library/react                                                                 11.2.7                         
@testing-library/user-event                                                            12.8.3                         
@tootallnate/once                                                                      1.1.2                          
@trysound/sax                                                                          0.2.0                          
@tsconfig/node10                                                                       1.0.8                          
@tsconfig/node12                                                                       1.0.9                          
@tsconfig/node14                                                                       1.0.1                          
@tsconfig/node16                                                                       1.0.2                          
@tsoa/cli                                                                              3.14.0                         
@tsoa/runtime                                                                          3.13.0                         
@tufjs/canonical-json                                                                  2.0.0                          
@tufjs/models                                                                          3.0.1                          
@types/aria-query                                                                      4.2.2                          
@types/aria-query                                                                      5.0.4                          
@types/babel__core                                                                     7.1.18                         
@types/babel__generator                                                                7.6.4                          
@types/babel__template                                                                 7.4.1                          
@types/babel__traverse                                                                 7.14.2                         
@types/bcrypt                                                                          5.0.0                          
@types/body-parser                                                                     1.19.2                         
@types/bonjour                                                                         3.5.10                         
@types/cacheable-request                                                               6.0.2                          
@types/connect                                                                         3.4.35                         
@types/connect-history-api-fallback                                                    1.3.5                          
@types/eslint                                                                          7.29.0                         
@types/eslint-scope                                                                    3.7.3                          
@types/estree                                                                          0.0.39                         
@types/estree                                                                          0.0.51                         
@types/express                                                                         4.17.13                        
@types/express-serve-static-core                                                       4.17.28                        
@types/graceful-fs                                                                     4.1.5                          
@types/hoist-non-react-statics                                                         3.3.1                          
@types/html-minifier-terser                                                            6.1.0                          
@types/http-cache-semantics                                                            4.0.1                          
@types/http-proxy                                                                      1.17.8                         
@types/istanbul-lib-coverage                                                           2.0.3                          
@types/istanbul-lib-report                                                             3.0.0                          
@types/istanbul-reports                                                                3.0.1                          
@types/jest                                                                            27.0.2                         
@types/json-schema                                                                     7.0.9                          
@types/json5                                                                           0.0.29                         
@types/jsonwebtoken                                                                    8.5.5                          
@types/keyv                                                                            3.1.3                          
@types/luxon                                                                           2.0.9                          
@types/mime                                                                            1.3.2                          
@types/node                                                                            14.14.16                       
@types/node                                                                            16.11.11                       
@types/node                                                                            16.11.7                        
@types/parse-json                                                                      4.0.0                          
@types/prettier                                                                        2.4.4                          
@types/prop-types                                                                      15.7.4                         
@types/q                                                                               1.5.5                          
@types/qs                                                                              6.9.7                          
@types/range-parser                                                                    1.2.4                          
@types/react                                                                           17.0.34                        
@types/react-is                                                                        17.0.3                         
@types/react-redux                                                                     7.1.20                         
@types/react-transition-group                                                          4.4.4                          
@types/resolve                                                                         1.17.1                         
@types/responselike                                                                    1.0.0                          
@types/retry                                                                           0.12.1                         
@types/scheduler                                                                       0.16.2                         
@types/serve-index                                                                     1.9.1                          
@types/serve-static                                                                    1.13.10                        
@types/sockjs                                                                          0.3.33                         
@types/stack-utils                                                                     2.0.1                          
@types/testing-library__jest-dom                                                       5.14.1                         
@types/trusted-types                                                                   2.0.2                          
@types/validator                                                                       13.6.6                         
@types/ws                                                                              8.2.3                          
@types/yargs                                                                           15.0.14                        
@types/yargs                                                                           16.0.4                         
@types/yargs-parser                                                                    20.2.1                         
@types/zen-observable                                                                  0.8.3                          
@typescript-eslint/eslint-plugin                                                       5.12.1                         
@typescript-eslint/experimental-utils                                                  5.12.1                         
@typescript-eslint/parser                                                              5.12.1                         
@typescript-eslint/scope-manager                                                       5.12.1                         
@typescript-eslint/type-utils                                                          5.12.1                         
@typescript-eslint/types                                                               5.12.1                         
@typescript-eslint/typescript-estree                                                   5.12.1                         
@typescript-eslint/utils                                                               5.12.1                         
@typescript-eslint/visitor-keys                                                        5.12.1                         
@webassemblyjs/ast                                                                     1.11.1                         
@webassemblyjs/floating-point-hex-parser                                               1.11.1                         
@webassemblyjs/helper-api-error                                                        1.11.1                         
@webassemblyjs/helper-buffer                                                           1.11.1                         
@webassemblyjs/helper-numbers                                                          1.11.1                         
@webassemblyjs/helper-wasm-bytecode                                                    1.11.1                         
@webassemblyjs/helper-wasm-section                                                     1.11.1                         
@webassemblyjs/ieee754                                                                 1.11.1                         
@webassemblyjs/leb128                                                                  1.11.1                         
@webassemblyjs/utf8                                                                    1.11.1                         
@webassemblyjs/wasm-edit                                                               1.11.1                         
@webassemblyjs/wasm-gen                                                                1.11.1                         
@webassemblyjs/wasm-opt                                                                1.11.1                         
@webassemblyjs/wasm-parser                                                             1.11.1                         
@webassemblyjs/wast-printer                                                            1.11.1                         
@xtuc/ieee754                                                                          1.2.0                          
@xtuc/long                                                                             4.2.2                          
BudgE                                                                                  0.0.8                          
abab                                                                                   2.0.5                          
abbrev                                                                                 1.1.1                          
abbrev                                                                                 2.0.0                          
abbrev                                                                                 3.0.0                          
accepts                                                                                1.3.7                          
accepts                                                                                1.3.8                          
acorn                                                                                  7.4.1                          
acorn                                                                                  8.5.0                          
acorn                                                                                  8.6.0                          
acorn                                                                                  8.7.0                          
acorn-globals                                                                          6.0.0                          
acorn-import-assertions                                                                1.8.0                          
acorn-jsx                                                                              5.3.2                          
acorn-node                                                                             1.8.2                          
acorn-walk                                                                             7.2.0                          
acorn-walk                                                                             8.2.0                          
ada-libs                                                                               2.7.8-r0                       
address                                                                                1.1.2                          
adjust-sourcemap-loader                                                                4.0.0                          
agent-base                                                                             6.0.2                          
agent-base                                                                             7.1.1                          
aggregate-error                                                                        3.1.0                          
ajv                                                                                    6.12.6                         
ajv                                                                                    8.10.0                         
ajv-formats                                                                            2.1.1                          
ajv-keywords                                                                           3.5.2                          
ajv-keywords                                                                           5.1.0                          
alpine-baselayout                                                                      3.6.5-r0                       
alpine-baselayout-data                                                                 3.6.5-r0                       
alpine-keys                                                                            2.4-r1                         
alpine-release                                                                         3.20.9-r0                      
ansi-escapes                                                                           4.3.2                          
ansi-html-community                                                                    0.0.8                          
ansi-regex                                                                             2.1.1                          
ansi-regex                                                                             3.0.0                          
ansi-regex                                                                             4.1.0                          
ansi-regex                                                                             5.0.1                          
ansi-regex                                                                             6.0.1                          
ansi-regex                                                                             6.1.0                          
ansi-styles                                                                            2.2.1                          
ansi-styles                                                                            3.2.1                          
ansi-styles                                                                            4.3.0                          
ansi-styles                                                                            5.2.0                          
ansi-styles                                                                            6.2.1                          
any-promise                                                                            1.3.0                          
anymatch                                                                               3.1.2                          
apache2-utils                                                                          2.4.66-r0                      
apk-tools                                                                              2.14.4-r1                      
app-root-path                                                                          3.0.0                          
apr                                                                                    1.7.5-r0                       
apr-util                                                                               1.6.3-r1                       
aproba                                                                                 1.2.0                          
aproba                                                                                 2.0.0                          
archy                                                                                  1.0.0                          
are-we-there-yet                                                                       1.1.7                          
are-we-there-yet                                                                       2.0.0                          
arg                                                                                    4.1.3                          
arg                                                                                    5.0.1                          
argon2-libs                                                                            20190702-r5                    
argparse                                                                               1.0.10                         
argparse                                                                               2.0.1                          
aria-query                                                                             4.2.2                          
aria-query                                                                             5.3.0                          
array-flatten                                                                          1.1.1                          
array-flatten                                                                          2.1.2                          
array-includes                                                                         3.1.4                          
array-union                                                                            2.1.0                          
array.prototype.flat                                                                   1.2.5                          
array.prototype.flatmap                                                                1.2.5                          
array.prototype.map                                                                    1.0.4                          
asap                                                                                   2.0.6                          
asn1                                                                                   0.2.4                          
assert-plus                                                                            1.0.0                          
ast-types-flow                                                                         0.0.7                          
async                                                                                  0.9.2                          
async                                                                                  1.0.0                          
async                                                                                  2.6.3                          
async                                                                                  3.2.0                          
asynckit                                                                               0.4.0                          
at-least-node                                                                          1.0.0                          
atob                                                                                   2.1.2                          
autoprefixer                                                                           10.4.2                         
aws-sign2                                                                              0.7.0                          
aws4                                                                                   1.11.0                         
axe-core                                                                               4.4.1                          
axios                                                                                  0.24.0                         
axobject-query                                                                         2.2.0                          
babel-jest                                                                             27.5.1                         
babel-loader                                                                           8.2.3                          
babel-plugin-dynamic-import-node                                                       2.3.3                          
babel-plugin-istanbul                                                                  6.1.1                          
babel-plugin-jest-hoist                                                                27.5.1                         
babel-plugin-macros                                                                    2.8.0                          
babel-plugin-macros                                                                    3.1.0                          
babel-plugin-named-asset-import                                                        0.3.8                          
babel-plugin-polyfill-corejs2                                                          0.3.1                          
babel-plugin-polyfill-corejs3                                                          0.5.2                          
babel-plugin-polyfill-regenerator                                                      0.3.1                          
babel-plugin-transform-react-remove-prop-types                                         0.4.24                         
babel-preset-current-node-syntax                                                       1.0.1                          
babel-preset-jest                                                                      27.5.1                         
babel-preset-react-app                                                                 10.0.1                         
balanced-match                                                                         1.0.0                          
balanced-match                                                                         1.0.2                          
base64-js                                                                              1.5.1                          
bash                                                                                   5.2.26-r0                      
basic-auth                                                                             2.0.1                          
batch                                                                                  0.6.1                          
baz                                                                                    UNKNOWN                        
bcrypt                                                                                 5.0.1                          
bcrypt-pbkdf                                                                           1.0.2                          
bfj                                                                                    7.0.2                          
big.js                                                                                 5.2.2                          
bignumber.js                                                                           9.0.0                          
bin                                                                                    1.0.0                          
bin-links                                                                              5.0.0                          
binary-extensions                                                                      2.2.0                          
binary-extensions                                                                      2.3.0                          
bl                                                                                     2.2.1                          
block-stream                                                                           0.0.9                          
bluebird                                                                               3.7.2                          
body-parser                                                                            1.19.0                         
body-parser                                                                            1.19.2                         
bonjour                                                                                3.5.0                          
boolbase                                                                               1.0.0                          
brace-expansion                                                                        1.1.11                         
brace-expansion                                                                        2.0.1                          
braces                                                                                 3.0.2                          
brotli-libs                                                                            1.1.0-r2                       
browser-process-hrtime                                                                 1.0.0                          
browser_field                                                                          UNKNOWN                        
browserslist                                                                           4.19.3                         
bser                                                                                   2.1.1                          
bson                                                                                   1.1.6                          
bson                                                                                   UNKNOWN                        
buffer                                                                                 6.0.3                          
buffer-equal-constant-time                                                             1.0.1                          
buffer-from                                                                            1.1.2                          
buffer-indexof                                                                         1.1.1                          
buffer-writer                                                                          2.0.0                          
builtin-modules                                                                        3.2.0                          
busybox                                                                                1.36.1-r31                     
busybox-binsh                                                                          1.36.1-r31                     
bytes                                                                                  3.0.0                          
bytes                                                                                  3.1.0                          
bytes                                                                                  3.1.2                          
c-ares                                                                                 1.33.1-r0                      
ca-certificates                                                                        20250911-r0                    
ca-certificates-bundle                                                                 20250911-r0                    
cacache                                                                                18.0.4                         
cacache                                                                                19.0.1                         
cacheable-lookup                                                                       5.0.4                          
cacheable-request                                                                      7.0.2                          
call-bind                                                                              1.0.2                          
callsites                                                                              3.1.0                          
camel-case                                                                             4.1.2                          
camelcase                                                                              5.3.1                          
camelcase                                                                              6.3.0                          
camelcase-css                                                                          2.0.1                          
caniuse-api                                                                            3.0.0                          
caniuse-lite                                                                           1.0.30001312                   
case-sensitive-paths-webpack-plugin                                                    2.4.0                          
caseless                                                                               0.12.0                         
catatonit                                                                              0.2.0-r0                       
chalk                                                                                  1.1.3                          
chalk                                                                                  2.4.2                          
chalk                                                                                  3.0.0                          
chalk                                                                                  4.1.2                          
chalk                                                                                  5.3.0                          
char-regex                                                                             1.0.2                          
char-regex                                                                             2.0.1                          
charcodes                                                                              0.2.0                          
check-types                                                                            11.1.2                         
chokidar                                                                               3.5.3                          
chownr                                                                                 1.1.4                          
chownr                                                                                 2.0.0                          
chownr                                                                                 3.0.0                          
chrome-trace-event                                                                     1.0.3                          
ci-info                                                                                3.3.0                          
ci-info                                                                                4.1.0                          
cidr-regex                                                                             4.1.1                          
cjs-module-lexer                                                                       1.2.2                          
class-validator                                                                        0.13.1                         
classnames                                                                             2.3.1                          
clean-css                                                                              5.2.4                          
clean-stack                                                                            2.2.0                          
cli-columns                                                                            4.0.0                          
cli-highlight                                                                          2.1.11                         
cliui                                                                                  5.0.0                          
cliui                                                                                  7.0.4                          
clone-response                                                                         1.0.2                          
clsx                                                                                   1.1.1                          
cmd-shim                                                                               7.0.0                          
co                                                                                     4.6.0                          
coa                                                                                    2.0.2                          
code-point-at                                                                          1.1.0                          
collect-v8-coverage                                                                    1.0.1                          
color                                                                                  3.0.0                          
color-convert                                                                          1.9.3                          
color-convert                                                                          2.0.1                          
color-name                                                                             1.1.3                          
color-name                                                                             1.1.4                          
color-string                                                                           1.6.0                          
color-support                                                                          1.1.3                          
colord                                                                                 2.9.2                          
colorette                                                                              2.0.16                         
colors                                                                                 1.0.3                          
colors                                                                                 1.4.0                          
colorspace                                                                             1.1.2                          
combined-stream                                                                        1.0.8                          
commander                                                                              2.20.3                         
commander                                                                              7.2.0                          
commander                                                                              8.3.0                          
common-ancestor-path                                                                   1.0.1                          
common-path-prefix                                                                     3.0.0                          
common-tags                                                                            1.8.2                          
commondir                                                                              1.0.1                          
composer                                                                               2.9.5                          
compressible                                                                           2.0.18                         
compression                                                                            1.7.4                          
concat-map                                                                             0.0.1                          
confusing-browser-globals                                                              1.0.11                         
connect-history-api-fallback                                                           1.6.0                          
console-control-strings                                                                1.1.0                          
content-disposition                                                                    0.5.3                          
content-disposition                                                                    0.5.4                          
content-type                                                                           1.0.4                          
convert-source-map                                                                     1.8.0                          
cookie                                                                                 0.4.0                          
cookie                                                                                 0.4.2                          
cookie-parser                                                                          1.4.5                          
cookie-signature                                                                       1.0.6                          
core-js                                                                                3.21.1                         
core-js-compat                                                                         3.21.1                         
core-js-pure                                                                           3.19.1                         
core-util-is                                                                           1.0.2                          
core-util-is                                                                           1.0.3                          
coreutils                                                                              9.5-r2                         
coreutils-env                                                                          9.5-r2                         
coreutils-fmt                                                                          9.5-r2                         
coreutils-sha512sum                                                                    9.5-r2                         
cors                                                                                   2.8.5                          
cosmiconfig                                                                            6.0.0                          
cosmiconfig                                                                            7.0.1                          
create-require                                                                         1.1.1                          
cross-spawn                                                                            7.0.3                          
cross-spawn                                                                            7.0.6                          
crypto-random-string                                                                   2.0.0                          
css                                                                                    3.0.0                          
css-blank-pseudo                                                                       3.0.3                          
css-declaration-sorter                                                                 6.1.4                          
css-has-pseudo                                                                         3.0.4                          
css-loader                                                                             6.6.0                          
css-minimizer-webpack-plugin                                                           3.4.1                          
css-prefers-color-scheme                                                               6.0.3                          
css-select                                                                             2.1.0                          
css-select                                                                             4.2.1                          
css-select-base-adapter                                                                0.1.1                          
css-tree                                                                               1.0.0-alpha.37                 
css-tree                                                                               1.1.3                          
css-vendor                                                                             2.0.8                          
css-what                                                                               3.4.2                          
css-what                                                                               5.1.0                          
css.escape                                                                             1.5.1                          
cssdb                                                                                  6.4.0                          
cssesc                                                                                 3.0.0                          
cssnano                                                                                5.0.17                         
cssnano-preset-default                                                                 5.1.12                         
cssnano-utils                                                                          3.0.2                          
csso                                                                                   4.2.0                          
cssom                                                                                  0.3.8                          
cssom                                                                                  0.4.4                          
cssstyle                                                                               2.3.0                          
csstype                                                                                3.0.10                         
csv-parse                                                                              4.16.3                         
csv-parse                                                                              5.0.4                          
curl                                                                                   8.14.1-r2                      
cycle                                                                                  1.0.3                          
damerau-levenshtein                                                                    1.0.8                          
dashdash                                                                               1.14.1                         
data-urls                                                                              2.0.0                          
date-fns                                                                               2.25.0                         
dayjs                                                                                  1.10.7                         
debug                                                                                  2.6.9                          
debug                                                                                  3.2.7                          
debug                                                                                  4.3.2                          
debug                                                                                  4.3.7                          
decamelize                                                                             1.2.0                          
decimal.js                                                                             10.3.1                         
decode-uri-component                                                                   0.2.0                          
decompress-response                                                                    6.0.0                          
dedent                                                                                 0.7.0                          
deep-equal                                                                             1.1.1                          
deep-extend                                                                            0.6.0                          
deep-is                                                                                0.1.4                          
deepmerge                                                                              4.2.2                          
default-gateway                                                                        6.0.3                          
defer-to-connect                                                                       2.0.1                          
define-lazy-prop                                                                       2.0.0                          
define-properties                                                                      1.1.3                          
defined                                                                                1.0.0                          
del                                                                                    6.0.0                          
delayed-stream                                                                         1.0.0                          
delegates                                                                              1.0.0                          
denque                                                                                 1.5.1                          
depd                                                                                   1.1.2                          
depd                                                                                   2.0.0                          
dequal                                                                                 2.0.3                          
destroy                                                                                1.0.4                          
detect-libc                                                                            1.0.3                          
detect-newline                                                                         3.1.0                          
detect-node                                                                            2.1.0                          
detect-port-alt                                                                        1.1.6                          
detective                                                                              5.2.0                          
didyoumean                                                                             1.2.2                          
diff                                                                                   4.0.2                          
diff                                                                                   5.2.0                          
diff-sequences                                                                         27.5.1                         
dinero.js                                                                              2.0.0-alpha.8                  
dir-glob                                                                               3.0.1                          
dist                                                                                   1.0.0                          
dlv                                                                                    1.1.3                          
dns-equal                                                                              1.0.0                          
dns-packet                                                                             1.3.4                          
dns-txt                                                                                2.0.2                          
doctrine                                                                               2.1.0                          
doctrine                                                                               3.0.0                          
dom-accessibility-api                                                                  0.5.10                         
dom-converter                                                                          0.2.0                          
dom-helpers                                                                            5.2.1                          
dom-helpers/activeElement                                                              UNKNOWN                        
dom-helpers/addClass                                                                   UNKNOWN                        
dom-helpers/addEventListener                                                           UNKNOWN                        
dom-helpers/animate                                                                    UNKNOWN                        
dom-helpers/animationFrame                                                             UNKNOWN                        
dom-helpers/attribute                                                                  UNKNOWN                        
dom-helpers/camelize                                                                   UNKNOWN                        
dom-helpers/camelizeStyle                                                              UNKNOWN                        
dom-helpers/canUseDOM                                                                  UNKNOWN                        
dom-helpers/childElements                                                              UNKNOWN                        
dom-helpers/childNodes                                                                 UNKNOWN                        
dom-helpers/clear                                                                      UNKNOWN                        
dom-helpers/closest                                                                    UNKNOWN                        
dom-helpers/collectElements                                                            UNKNOWN                        
dom-helpers/collectSiblings                                                            UNKNOWN                        
dom-helpers/contains                                                                   UNKNOWN                        
dom-helpers/css                                                                        UNKNOWN                        
dom-helpers/filterEventHandler                                                         UNKNOWN                        
dom-helpers/getComputedStyle                                                           UNKNOWN                        
dom-helpers/getScrollAccessor                                                          UNKNOWN                        
dom-helpers/hasClass                                                                   UNKNOWN                        
dom-helpers/height                                                                     UNKNOWN                        
dom-helpers/hyphenate                                                                  UNKNOWN                        
dom-helpers/hyphenateStyle                                                             UNKNOWN                        
dom-helpers/insertAfter                                                                UNKNOWN                        
dom-helpers/isDocument                                                                 UNKNOWN                        
dom-helpers/isInput                                                                    UNKNOWN                        
dom-helpers/isTransform                                                                UNKNOWN                        
dom-helpers/isVisible                                                                  UNKNOWN                        
dom-helpers/isWindow                                                                   UNKNOWN                        
dom-helpers/listen                                                                     UNKNOWN                        
dom-helpers/matches                                                                    UNKNOWN                        
dom-helpers/nextUntil                                                                  UNKNOWN                        
dom-helpers/offset                                                                     UNKNOWN                        
dom-helpers/offsetParent                                                               UNKNOWN                        
dom-helpers/ownerDocument                                                              UNKNOWN                        
dom-helpers/ownerWindow                                                                UNKNOWN                        
dom-helpers/parents                                                                    UNKNOWN                        
dom-helpers/position                                                                   UNKNOWN                        
dom-helpers/prepend                                                                    UNKNOWN                        
dom-helpers/querySelectorAll                                                           UNKNOWN                        
dom-helpers/remove                                                                     UNKNOWN                        
dom-helpers/removeClass                                                                UNKNOWN                        
dom-helpers/removeEventListener                                                        UNKNOWN                        
dom-helpers/scrollLeft                                                                 UNKNOWN                        
dom-helpers/scrollParent                                                               UNKNOWN                        
dom-helpers/scrollTo                                                                   UNKNOWN                        
dom-helpers/scrollTop                                                                  UNKNOWN                        
dom-helpers/scrollbarSize                                                              UNKNOWN                        
dom-helpers/siblings                                                                   UNKNOWN                        
dom-helpers/text                                                                       UNKNOWN                        
dom-helpers/toggleClass                                                                UNKNOWN                        
dom-helpers/transitionEnd                                                              UNKNOWN                        
dom-helpers/triggerEvent                                                               UNKNOWN                        
dom-helpers/width                                                                      UNKNOWN                        
dom-lib                                                                                3.0.1                          
dom-lib/DOMMouseMoveTracker                                                            UNKNOWN                        
dom-lib/WheelHandler                                                                   UNKNOWN                        
dom-lib/addClass                                                                       UNKNOWN                        
dom-lib/addStyle                                                                       UNKNOWN                        
dom-lib/canUseDOM                                                                      UNKNOWN                        
dom-lib/cancelAnimationFramePolyfill                                                   UNKNOWN                        
dom-lib/contains                                                                       UNKNOWN                        
dom-lib/getAnimationEnd                                                                UNKNOWN                        
dom-lib/getContainer                                                                   UNKNOWN                        
dom-lib/getHeight                                                                      UNKNOWN                        
dom-lib/getOffset                                                                      UNKNOWN                        
dom-lib/getOffsetParent                                                                UNKNOWN                        
dom-lib/getPosition                                                                    UNKNOWN                        
dom-lib/getScrollbarSize                                                               UNKNOWN                        
dom-lib/getStyle                                                                       UNKNOWN                        
dom-lib/getTransitionEnd                                                               UNKNOWN                        
dom-lib/getTransitionProperties                                                        UNKNOWN                        
dom-lib/getWidth                                                                       UNKNOWN                        
dom-lib/getWindow                                                                      UNKNOWN                        
dom-lib/hasClass                                                                       UNKNOWN                        
dom-lib/index                                                                          UNKNOWN                        
dom-lib/isFocusable                                                                    UNKNOWN                        
dom-lib/isOverflowing                                                                  UNKNOWN                        
dom-lib/nodeName                                                                       UNKNOWN                        
dom-lib/off                                                                            UNKNOWN                        
dom-lib/on                                                                             UNKNOWN                        
dom-lib/ownerDocument                                                                  UNKNOWN                        
dom-lib/ownerWindow                                                                    UNKNOWN                        
dom-lib/removeClass                                                                    UNKNOWN                        
dom-lib/removeStyle                                                                    UNKNOWN                        
dom-lib/requestAnimationFramePolyfill                                                  UNKNOWN                        
dom-lib/scrollLeft                                                                     UNKNOWN                        
dom-lib/scrollTop                                                                      UNKNOWN                        
dom-lib/toggleClass                                                                    UNKNOWN                        
dom-lib/translateDOMPositionXY                                                         UNKNOWN                        
dom-serializer                                                                         0.2.2                          
dom-serializer                                                                         1.3.2                          
domelementtype                                                                         1.3.1                          
domelementtype                                                                         2.2.0                          
domexception                                                                           2.0.1                          
domhandler                                                                             4.3.0                          
domutils                                                                               1.7.0                          
domutils                                                                               2.8.0                          
dot-case                                                                               3.0.4                          
dotenv                                                                                 10.0.0                         
dotenv                                                                                 8.6.0                          
dotenv-expand                                                                          5.1.0                          
duplexer                                                                               0.1.2                          
eastasianwidth                                                                         0.2.0                          
ecc-jsbn                                                                               0.1.2                          
ecdsa-sig-formatter                                                                    1.0.11                         
ee-first                                                                               1.1.1                          
ejs                                                                                    3.1.6                          
electron-to-chromium                                                                   1.4.71                         
emittery                                                                               0.8.1                          
emoji-regex                                                                            7.0.3                          
emoji-regex                                                                            8.0.0                          
emoji-regex                                                                            9.2.2                          
emojis-list                                                                            3.0.0                          
enabled                                                                                2.0.0                          
encodeurl                                                                              1.0.2                          
encoding                                                                               0.1.13                         
end-of-stream                                                                          1.4.4                          
enhanced-resolve                                                                       5.9.0                          
entities                                                                               2.2.0                          
env-paths                                                                              2.2.1                          
err-code                                                                               2.0.3                          
error-ex                                                                               1.3.2                          
error-stack-parser                                                                     2.0.7                          
es-abstract                                                                            1.19.1                         
es-aggregate-error                                                                     1.0.7                          
es-array-method-boxes-properly                                                         1.0.0                          
es-get-iterator                                                                        1.1.2                          
es-module-lexer                                                                        0.9.3                          
es-to-primitive                                                                        1.2.1                          
escalade                                                                               3.1.1                          
escape-html                                                                            1.0.3                          
escape-string-regexp                                                                   1.0.5                          
escape-string-regexp                                                                   2.0.0                          
escape-string-regexp                                                                   4.0.0                          
escodegen                                                                              2.0.0                          
eslint                                                                                 8.9.0                          
eslint-config-react-app                                                                7.0.0                          
eslint-import-resolver-node                                                            0.3.6                          
eslint-module-utils                                                                    2.7.3                          
eslint-plugin-flowtype                                                                 8.0.3                          
eslint-plugin-import                                                                   2.25.4                         
eslint-plugin-jest                                                                     25.7.0                         
eslint-plugin-jsx-a11y                                                                 6.5.1                          
eslint-plugin-react                                                                    7.28.0                         
eslint-plugin-react-hooks                                                              4.3.0                          
eslint-plugin-testing-library                                                          5.0.5                          
eslint-scope                                                                           5.1.1                          
eslint-scope                                                                           7.1.1                          
eslint-utils                                                                           3.0.0                          
eslint-visitor-keys                                                                    2.1.0                          
eslint-visitor-keys                                                                    3.3.0                          
eslint-webpack-plugin                                                                  3.1.1                          
espree                                                                                 9.3.1                          
esprima                                                                                4.0.1                          
esquery                                                                                1.4.0                          
esrecurse                                                                              4.3.0                          
estraverse                                                                             4.3.0                          
estraverse                                                                             5.3.0                          
estree-walker                                                                          1.0.1                          
esutils                                                                                2.0.3                          
etag                                                                                   1.8.1                          
eventemitter3                                                                          4.0.7                          
events                                                                                 3.3.0                          
execa                                                                                  5.1.1                          
exit                                                                                   0.1.2                          
expect                                                                                 27.5.1                         
exponential-backoff                                                                    3.1.1                          
express                                                                                4.17.1                         
express                                                                                4.17.3                         
extend                                                                                 3.0.2                          
extsprintf                                                                             1.3.0                          
eyes                                                                                   0.1.8                          
fast-deep-equal                                                                        3.1.3                          
fast-glob                                                                              3.2.11                         
fast-json-stable-stringify                                                             2.1.0                          
fast-levenshtein                                                                       2.0.6                          
fast-safe-stringify                                                                    2.0.7                          
fastest-levenshtein                                                                    1.0.16                         
fastq                                                                                  1.13.0                         
faye-websocket                                                                         0.11.4                         
fb-watchman                                                                            2.0.1                          
fecha                                                                                  4.2.0                          
figlet                                                                                 1.5.2                          
file-entry-cache                                                                       6.0.1                          
file-loader                                                                            6.2.0                          
filefy                                                                                 0.1.11                         
filelist                                                                               1.0.2                          
filesize                                                                               8.0.7                          
fill-range                                                                             7.0.1                          
finalhandler                                                                           1.1.2                          
find-cache-dir                                                                         3.3.2                          
find-root                                                                              1.1.0                          
find-up                                                                                2.1.0                          
find-up                                                                                3.0.0                          
find-up                                                                                4.1.0                          
find-up                                                                                5.0.0                          
findutils                                                                              4.9.0-r5                       
flat-cache                                                                             3.0.4                          
flatted                                                                                3.2.4                          
fn.name                                                                                1.1.0                          
follow-redirects                                                                       1.14.7                         
foreground-child                                                                       3.3.0                          
forever-agent                                                                          0.6.1                          
fork-ts-checker-webpack-plugin                                                         6.5.0                          
form-data                                                                              2.3.3                          
form-data                                                                              3.0.1                          
forwarded                                                                              0.1.2                          
forwarded                                                                              0.2.0                          
fraction.js                                                                            4.1.3                          
fresh                                                                                  0.5.2                          
fs-extra                                                                               10.0.0                         
fs-extra                                                                               8.1.0                          
fs-extra                                                                               9.1.0                          
fs-minipass                                                                            1.2.7                          
fs-minipass                                                                            2.1.0                          
fs-minipass                                                                            3.0.3                          
fs-monkey                                                                              1.0.3                          
fs.realpath                                                                            1.0.0                          
fstream                                                                                1.0.12                         
function-bind                                                                          1.1.1                          
functional-red-black-tree                                                              1.0.1                          
functions-have-names                                                                   1.2.2                          
gauge                                                                                  2.7.4                          
gauge                                                                                  3.0.1                          
gensync                                                                                1.0.0-beta.2                   
get-caller-file                                                                        2.0.5                          
get-intrinsic                                                                          1.1.1                          
get-own-enumerable-property-symbols                                                    3.0.2                          
get-package-type                                                                       0.1.0                          
get-stream                                                                             5.2.0                          
get-stream                                                                             6.0.1                          
get-symbol-description                                                                 1.0.0                          
getpass                                                                                0.1.7                          
git                                                                                    2.45.4-r0                      
git-init-template                                                                      2.45.4-r0                      
glob                                                                                   10.4.5                         
glob                                                                                   7.1.6                          
glob                                                                                   7.2.0                          
glob-parent                                                                            5.1.2                          
glob-parent                                                                            6.0.2                          
glob-to-regexp                                                                         0.4.1                          
global-modules                                                                         2.0.0                          
global-prefix                                                                          3.0.0                          
globals                                                                                11.12.0                        
globals                                                                                13.12.0                        
globals                                                                                13.12.1                        
globalthis                                                                             1.0.2                          
globby                                                                                 11.0.4                         
got                                                                                    11.8.3                         
graceful-fs                                                                            4.2.11                         
graceful-fs                                                                            4.2.8                          
graceful-fs                                                                            4.2.9                          
gzip-size                                                                              6.0.0                          
handle-thing                                                                           2.0.1                          
handlebars                                                                             4.7.7                          
har-schema                                                                             2.0.0                          
har-validator                                                                          5.1.5                          
harmony-reflect                                                                        1.6.2                          
has                                                                                    1.0.3                          
has-ansi                                                                               2.0.0                          
has-bigints                                                                            1.0.1                          
has-flag                                                                               3.0.0                          
has-flag                                                                               4.0.0                          
has-symbols                                                                            1.0.2                          
has-tostringtag                                                                        1.0.0                          
has-unicode                                                                            2.0.1                          
he                                                                                     1.2.0                          
helmet                                                                                 4.6.0                          
highlight.js                                                                           10.7.3                         
history                                                                                5.1.0                          
hoist-non-react-statics                                                                3.3.2                          
hoopy                                                                                  0.1.4                          
hosted-git-info                                                                        8.0.2                          
hpack.js                                                                               2.1.6                          
html-encoding-sniffer                                                                  2.0.1                          
html-entities                                                                          2.3.2                          
html-escaper                                                                           2.0.2                          
html-minifier-terser                                                                   6.1.0                          
html-webpack-plugin                                                                    5.5.0                          
htmlparser2                                                                            6.1.0                          
http-cache-semantics                                                                   4.1.0                          
http-cache-semantics                                                                   4.1.1                          
http-deceiver                                                                          1.2.7                          
http-errors                                                                            1.6.3                          
http-errors                                                                            1.7.2                          
http-errors                                                                            1.8.1                          
http-parser-js                                                                         0.5.5                          
http-proxy                                                                             1.18.1                         
http-proxy-agent                                                                       4.0.1                          
http-proxy-agent                                                                       7.0.2                          
http-proxy-middleware                                                                  2.0.3                          
http-signature                                                                         1.2.0                          
http2-wrapper                                                                          1.0.3                          
https-proxy-agent                                                                      5.0.0                          
https-proxy-agent                                                                      7.0.5                          
human-signals                                                                          2.1.0                          
hyphenate-style-name                                                                   1.0.4                          
iconv-lite                                                                             0.4.24                         
iconv-lite                                                                             0.6.3                          
icss-utils                                                                             5.1.0                          
icu-data-en                                                                            74.2-r1                        
icu-libs                                                                               74.2-r1                        
idb                                                                                    6.1.5                          
identity-obj-proxy                                                                     3.0.0                          
ieee754                                                                                1.2.1                          
ignore                                                                                 4.0.6                          
ignore                                                                                 5.1.9                          
ignore                                                                                 5.2.0                          
ignore-walk                                                                            3.0.4                          
ignore-walk                                                                            7.0.0                          
immer                                                                                  9.0.12                         
import-fresh                                                                           3.3.0                          
import-local                                                                           3.1.0                          
imurmurhash                                                                            0.1.4                          
indent-string                                                                          4.0.0                          
inflight                                                                               1.0.6                          
inherits                                                                               2.0.3                          
inherits                                                                               2.0.4                          
ini                                                                                    1.3.8                          
ini                                                                                    5.0.0                          
init-package-json                                                                      7.0.1                          
insert-css                                                                             2.0.0                          
internal-slot                                                                          1.0.3                          
invalid main                                                                           UNKNOWN                        
invalid_main                                                                           UNKNOWN                        
ip                                                                                     1.1.5                          
ip-address                                                                             9.0.5                          
ip-regex                                                                               5.0.0                          
ipaddr.js                                                                              1.9.1                          
ipaddr.js                                                                              2.0.1                          
is-arguments                                                                           1.1.1                          
is-arrayish                                                                            0.2.1                          
is-arrayish                                                                            0.3.2                          
is-bigint                                                                              1.0.4                          
is-binary-path                                                                         2.1.0                          
is-boolean-object                                                                      1.1.2                          
is-callable                                                                            1.2.4                          
is-cidr                                                                                5.1.0                          
is-core-module                                                                         2.8.1                          
is-date-object                                                                         1.0.5                          
is-docker                                                                              2.2.1                          
is-extglob                                                                             2.1.1                          
is-fullwidth-code-point                                                                1.0.0                          
is-fullwidth-code-point                                                                2.0.0                          
is-fullwidth-code-point                                                                3.0.0                          
is-generator-fn                                                                        2.1.0                          
is-glob                                                                                4.0.3                          
is-in-browser                                                                          1.1.3                          
is-lambda                                                                              1.0.1                          
is-map                                                                                 2.0.2                          
is-module                                                                              1.0.0                          
is-negative-zero                                                                       2.0.1                          
is-number                                                                              7.0.0                          
is-number-object                                                                       1.0.6                          
is-obj                                                                                 1.0.1                          
is-path-cwd                                                                            2.2.0                          
is-path-inside                                                                         3.0.3                          
is-plain-obj                                                                           3.0.0                          
is-potential-custom-element-name                                                       1.0.1                          
is-regex                                                                               1.1.4                          
is-regexp                                                                              1.0.0                          
is-root                                                                                2.1.0                          
is-set                                                                                 2.0.2                          
is-shared-array-buffer                                                                 1.0.1                          
is-stream                                                                              2.0.0                          
is-stream                                                                              2.0.1                          
is-string                                                                              1.0.7                          
is-symbol                                                                              1.0.4                          
is-typedarray                                                                          1.0.0                          
is-weakref                                                                             1.0.1                          
is-wsl                                                                                 2.2.0                          
isarray                                                                                1.0.0                          
isarray                                                                                2.0.5                          
isexe                                                                                  2.0.0                          
isexe                                                                                  3.1.1                          
isstream                                                                               0.1.2                          
istanbul-lib-coverage                                                                  3.2.0                          
istanbul-lib-instrument                                                                5.1.0                          
istanbul-lib-report                                                                    3.0.0                          
istanbul-lib-source-maps                                                               4.0.1                          
istanbul-reports                                                                       3.1.4                          
iterate-iterator                                                                       1.0.2                          
iterate-value                                                                          1.0.2                          
jackspeak                                                                              3.4.3                          
jake                                                                                   10.8.2                         
jest                                                                                   27.5.1                         
jest-changed-files                                                                     27.5.1                         
jest-circus                                                                            27.5.1                         
jest-cli                                                                               27.5.1                         
jest-config                                                                            27.5.1                         
jest-diff                                                                              27.5.1                         
jest-docblock                                                                          27.5.1                         
jest-each                                                                              27.5.1                         
jest-environment-jsdom                                                                 27.5.1                         
jest-environment-node                                                                  27.5.1                         
jest-get-type                                                                          27.5.1                         
jest-haste-map                                                                         27.5.1                         
jest-jasmine2                                                                          27.5.1                         
jest-leak-detector                                                                     27.5.1                         
jest-matcher-utils                                                                     27.5.1                         
jest-message-util                                                                      27.5.1                         
jest-mock                                                                              27.5.1                         
jest-pnp-resolver                                                                      1.2.2                          
jest-regex-util                                                                        27.5.1                         
jest-resolve                                                                           27.5.1                         
jest-resolve-dependencies                                                              27.5.1                         
jest-runner                                                                            27.5.1                         
jest-runtime                                                                           27.5.1                         
jest-serializer                                                                        27.5.1                         
jest-snapshot                                                                          27.5.1                         
jest-util                                                                              27.5.1                         
jest-validate                                                                          27.5.1                         
jest-watch-typeahead                                                                   1.0.0                          
jest-watcher                                                                           27.5.1                         
jest-worker                                                                            26.6.2                         
jest-worker                                                                            27.5.1                         
jq                                                                                     1.7.1-r0                       
js-tokens                                                                              4.0.0                          
js-yaml                                                                                3.14.1                         
js-yaml                                                                                4.1.0                          
jsbn                                                                                   0.1.1                          
jsbn                                                                                   1.1.0                          
jsdom                                                                                  16.7.0                         
jsesc                                                                                  0.5.0                          
jsesc                                                                                  2.5.2                          
json-buffer                                                                            3.0.1                          
json-parse-better-errors                                                               1.0.2                          
json-parse-even-better-errors                                                          2.3.1                          
json-parse-even-better-errors                                                          4.0.0                          
json-schema                                                                            0.2.3                          
json-schema                                                                            0.4.0                          
json-schema-traverse                                                                   0.4.1                          
json-schema-traverse                                                                   1.0.0                          
json-stable-stringify-without-jsonify                                                  1.0.1                          
json-stringify-nice                                                                    1.1.4                          
json-stringify-safe                                                                    5.0.1                          
json5                                                                                  1.0.1                          
json5                                                                                  2.2.0                          
jsonfile                                                                               4.0.0                          
jsonfile                                                                               6.1.0                          
jsonparse                                                                              1.3.1                          
jsonpointer                                                                            5.0.0                          
jsonwebtoken                                                                           8.5.1                          
jsprim                                                                                 1.4.1                          
jss                                                                                    10.8.2                         
jss-plugin-camel-case                                                                  10.8.2                         
jss-plugin-default-unit                                                                10.8.2                         
jss-plugin-global                                                                      10.8.2                         
jss-plugin-nested                                                                      10.8.2                         
jss-plugin-props-sort                                                                  10.8.2                         
jss-plugin-rule-value-function                                                         10.8.2                         
jss-plugin-vendor-prefixer                                                             10.8.2                         
jsx-ast-utils                                                                          3.2.1                          
just-diff                                                                              6.0.2                          
just-diff-apply                                                                        5.5.0                          
jwa                                                                                    1.4.1                          
jws                                                                                    3.2.2                          
keyv                                                                                   4.0.4                          
kind-of                                                                                6.0.3                          
kleur                                                                                  3.0.3                          
klona                                                                                  2.0.5                          
kuler                                                                                  2.0.0                          
language-subtag-registry                                                               0.3.21                         
language-tags                                                                          1.0.5                          
leven                                                                                  3.1.0                          
levn                                                                                   0.3.0                          
levn                                                                                   0.4.1                          
libacl                                                                                 2.3.2-r0                       
libattr                                                                                2.5.2-r0                       
libbase64                                                                              0.5.2-r0                       
libbsd                                                                                 0.12.2-r0                      
libbz2                                                                                 1.0.8-r6                       
libcrypto3                                                                             3.3.6-r0                       
libcurl                                                                                8.14.1-r2                      
libedit                                                                                20240517.3.1-r0                
libexpat                                                                               2.7.4-r0                       
libgcc                                                                                 13.2.1_git20240309-r1          
libidn2                                                                                2.3.7-r0                       
libintl                                                                                0.22.5-r0                      
libmd                                                                                  1.1.0-r0                       
libncursesw                                                                            6.4_p20240420-r2               
libnpmaccess                                                                           9.0.0                          
libnpmdiff                                                                             7.0.0                          
libnpmexec                                                                             9.0.0                          
libnpmfund                                                                             6.0.0                          
libnpmhook                                                                             11.0.0                         
libnpmorg                                                                              7.0.0                          
libnpmpack                                                                             8.0.0                          
libnpmpublish                                                                          10.0.1                         
libnpmsearch                                                                           8.0.0                          
libnpmteam                                                                             7.0.0                          
libnpmversion                                                                          7.0.0                          
libphonenumber-js                                                                      1.9.42                         
libphonenumber-js-core                                                                 1.0.0                          
libphonenumber-js-max                                                                  1.0.0                          
libphonenumber-js-min                                                                  1.0.0                          
libphonenumber-js-mobile                                                               1.0.0                          
libproc2                                                                               4.0.4-r0                       
libpsl                                                                                 0.21.5-r1                      
libssl3                                                                                3.3.6-r0                       
libstdc++                                                                              13.2.1_git20240309-r1          
libunistring                                                                           1.2-r0                         
libuuid                                                                                2.40.1-r1                      
libxml2                                                                                2.12.10-r0                     
libzip                                                                                 1.10.1-r0                      
lilconfig                                                                              2.0.4                          
lines-and-columns                                                                      1.1.6                          
linux-pam                                                                              1.6.0-r0                       
loader-runner                                                                          4.2.0                          
loader-utils                                                                           1.4.0                          
loader-utils                                                                           2.0.2                          
loader-utils                                                                           3.2.0                          
locate-path                                                                            2.0.0                          
locate-path                                                                            3.0.0                          
locate-path                                                                            5.0.0                          
locate-path                                                                            6.0.0                          
lodash                                                                                 4.17.21                        
lodash.debounce                                                                        4.0.8                          
lodash.includes                                                                        4.3.0                          
lodash.isboolean                                                                       3.0.3                          
lodash.isinteger                                                                       4.0.4                          
lodash.isnumber                                                                        3.0.3                          
lodash.isplainobject                                                                   4.0.6                          
lodash.isstring                                                                        4.0.1                          
lodash.memoize                                                                         4.1.2                          
lodash.merge                                                                           4.6.2                          
lodash.once                                                                            4.1.1                          
lodash.sortby                                                                          4.7.0                          
lodash.uniq                                                                            4.5.0                          
logform                                                                                2.2.0                          
logrotate                                                                              3.21.0-r1                      
loose-envify                                                                           1.4.0                          
lower-case                                                                             2.0.2                          
lowercase-keys                                                                         2.0.0                          
lru-cache                                                                              10.4.3                         
lru-cache                                                                              6.0.0                          
luxon                                                                                  2.3.0                          
lz-string                                                                              1.5.0                          
magic-string                                                                           0.25.7                         
make-dir                                                                               3.1.0                          
make-error                                                                             1.3.6                          
make-fetch-happen                                                                      13.0.1                         
make-fetch-happen                                                                      14.0.3                         
makeerror                                                                              1.0.12                         
material-ui-popup-state                                                                2.0.0                          
math-expression-evaluator                                                              1.3.8                          
mdn-data                                                                               2.0.14                         
mdn-data                                                                               2.0.4                          
media-typer                                                                            0.3.0                          
memfs                                                                                  3.4.1                          
memoize-one                                                                            5.2.1                          
memory-pager                                                                           1.5.0                          
merge                                                                                  2.1.1                          
merge-descriptors                                                                      1.0.1                          
merge-stream                                                                           2.0.0                          
merge2                                                                                 1.4.1                          
methods                                                                                1.1.2                          
micromatch                                                                             4.0.4                          
mime                                                                                   1.6.0                          
mime-db                                                                                1.44.0                         
mime-db                                                                                1.51.0                         
mime-types                                                                             2.1.27                         
mime-types                                                                             2.1.34                         
mimic-fn                                                                               2.1.0                          
mimic-response                                                                         1.0.1                          
mimic-response                                                                         3.1.0                          
min-indent                                                                             1.0.1                          
mini-css-extract-plugin                                                                2.5.3                          
minimalistic-assert                                                                    1.0.1                          
minimatch                                                                              3.0.4                          
minimatch                                                                              9.0.5                          
minimist                                                                               1.2.5                          
minipass                                                                               2.9.0                          
minipass                                                                               3.1.5                          
minipass                                                                               3.3.6                          
minipass                                                                               5.0.0                          
minipass                                                                               7.1.2                          
minipass-collect                                                                       2.0.1                          
minipass-fetch                                                                         3.0.5                          
minipass-fetch                                                                         4.0.0                          
minipass-flush                                                                         1.0.5                          
minipass-pipeline                                                                      1.2.4                          
minipass-sized                                                                         1.0.3                          
minizlib                                                                               1.3.3                          
minizlib                                                                               2.1.2                          
minizlib                                                                               3.0.1                          
mkdirp                                                                                 0.5.5                          
mkdirp                                                                                 1.0.4                          
mkdirp                                                                                 3.0.1                          
mongodb                                                                                3.7.4                          
monorepo-symlink-test                                                                  0.0.0                          
morgan                                                                                 1.10.0                         
ms                                                                                     2.0.0                          
ms                                                                                     2.1.1                          
ms                                                                                     2.1.2                          
ms                                                                                     2.1.3                          
multicast-dns                                                                          6.2.3                          
multicast-dns-service-types                                                            1.1.0                          
musl                                                                                   1.2.5-r1                       
musl-utils                                                                             1.2.5-r1                       
mute-stream                                                                            0.0.8                          
mute-stream                                                                            2.0.0                          
mylib                                                                                  0.0.0                          
mysql                                                                                  2.18.1                         
mz                                                                                     2.7.0                          
nano                                                                                   8.0-r0                         
nanoid                                                                                 3.3.1                          
natural-compare                                                                        1.4.0                          
ncurses-terminfo-base                                                                  6.4_p20240420-r2               
needle                                                                                 2.9.1                          
negotiator                                                                             0.6.2                          
negotiator                                                                             0.6.3                          
negotiator                                                                             0.6.4                          
negotiator                                                                             1.0.0                          
neo-async                                                                              2.6.2                          
netcat-openbsd                                                                         1.226-r0                       
nghttp2-libs                                                                           1.62.1-r0                      
nginx                                                                                  1.26.3-r0                      
no-case                                                                                3.0.4                          
node-addon-api                                                                         3.2.1                          
node-fetch                                                                             2.6.6                          
node-forge                                                                             1.2.1                          
node-forge-flash                                                                       0.0.0                          
node-gyp                                                                               10.2.0                         
node-gyp                                                                               3.8.0                          
node-int64                                                                             0.4.0                          
node-pre-gyp                                                                           0.11.0                         
node-releases                                                                          2.0.2                          
nodejs                                                                                 20.15.1-r0                     
nopt                                                                                   3.0.6                          
nopt                                                                                   4.0.3                          
nopt                                                                                   5.0.0                          
nopt                                                                                   7.2.1                          
nopt                                                                                   8.0.0                          
normalize-package-data                                                                 7.0.0                          
normalize-path                                                                         3.0.0                          
normalize-range                                                                        0.1.2                          
normalize-url                                                                          6.1.0                          
normalizr                                                                              3.6.1                          
npm                                                                                    10.9.1                         
npm                                                                                    10.9.1-r0                      
npm-audit-report                                                                       6.0.0                          
npm-bundled                                                                            1.1.2                          
npm-bundled                                                                            4.0.0                          
npm-install-checks                                                                     7.1.1                          
npm-normalize-package-bin                                                              1.0.1                          
npm-normalize-package-bin                                                              4.0.0                          
npm-package-arg                                                                        12.0.0                         
npm-packlist                                                                           1.4.8                          
npm-packlist                                                                           9.0.0                          
npm-pick-manifest                                                                      10.0.0                         
npm-profile                                                                            11.0.1                         
npm-registry-fetch                                                                     18.0.2                         
npm-run-path                                                                           4.0.1                          
npm-user-validate                                                                      3.0.0                          
npmlog                                                                                 4.1.2                          
npmlog                                                                                 5.0.1                          
nth-check                                                                              1.0.2                          
nth-check                                                                              2.0.1                          
number-is-nan                                                                          1.0.1                          
nw-pre-gyp-module-test                                                                 0.0.1                          
nwsapi                                                                                 2.2.0                          
oauth-sign                                                                             0.9.0                          
object-assign                                                                          4.1.1                          
object-hash                                                                            2.2.0                          
object-inspect                                                                         1.11.0                         
object-is                                                                              1.1.5                          
object-keys                                                                            1.1.1                          
object.assign                                                                          4.1.2                          
object.entries                                                                         1.1.5                          
object.fromentries                                                                     2.0.5                          
object.getownpropertydescriptors                                                       2.1.3                          
object.hasown                                                                          1.1.0                          
object.values                                                                          1.1.5                          
obuf                                                                                   1.1.2                          
on-finished                                                                            2.3.0                          
on-headers                                                                             1.0.2                          
once                                                                                   1.4.0                          
one-time                                                                               1.0.0                          
onetime                                                                                5.1.2                          
oniguruma                                                                              6.9.9-r0                       
open                                                                                   8.4.0                          
openssl                                                                                3.3.6-r0                       
optional-require                                                                       1.1.10                         
optionator                                                                             0.8.3                          
optionator                                                                             0.9.1                          
os-homedir                                                                             1.0.2                          
os-tmpdir                                                                              1.0.2                          
osenv                                                                                  0.1.5                          
p-cancelable                                                                           2.1.1                          
p-limit                                                                                1.3.0                          
p-limit                                                                                2.3.0                          
p-limit                                                                                3.1.0                          
p-locate                                                                               2.0.0                          
p-locate                                                                               3.0.0                          
p-locate                                                                               4.1.0                          
p-locate                                                                               5.0.0                          
p-map                                                                                  4.0.0                          
p-map                                                                                  7.0.2                          
p-retry                                                                                4.6.1                          
p-try                                                                                  1.0.0                          
p-try                                                                                  2.2.0                          
package-json-from-dist                                                                 1.0.1                          
packet-reader                                                                          1.0.0                          
pacote                                                                                 19.0.1                         
pacote                                                                                 20.0.0                         
param-case                                                                             3.0.4                          
parent-module                                                                          1.0.1                          
parent-require                                                                         1.0.0                          
parse-conflict-json                                                                    4.0.0                          
parse-json                                                                             5.2.0                          
parseurl                                                                               1.3.3                          
pascal-case                                                                            3.1.2                          
path-exists                                                                            3.0.0                          
path-exists                                                                            4.0.0                          
path-is-absolute                                                                       1.0.1                          
path-key                                                                               3.1.1                          
path-parse                                                                             1.0.7                          
path-scurry                                                                            1.11.1                         
path-to-regexp                                                                         0.1.7                          
path-type                                                                              4.0.0                          
pcre                                                                                   8.45-r3                        
pcre2                                                                                  10.43-r0                       
performance-now                                                                        2.1.0                          
pg                                                                                     8.7.1                          
pg-connection-string                                                                   2.5.0                          
pg-int8                                                                                1.0.1                          
pg-pool                                                                                3.4.1                          
pg-protocol                                                                            1.5.0                          
pg-types                                                                               2.2.0                          
pgpass                                                                                 1.0.5                          
php83                                                                                  8.3.15-r0                      
php83-common                                                                           8.3.15-r0                      
php83-ctype                                                                            8.3.15-r0                      
php83-curl                                                                             8.3.15-r0                      
php83-fileinfo                                                                         8.3.15-r0                      
php83-fpm                                                                              8.3.15-r0                      
php83-iconv                                                                            8.3.15-r0                      
php83-mbstring                                                                         8.3.15-r0                      
php83-openssl                                                                          8.3.15-r0                      
php83-phar                                                                             8.3.15-r0                      
php83-session                                                                          8.3.15-r0                      
php83-simplexml                                                                        8.3.15-r0                      
php83-xml                                                                              8.3.15-r0                      
php83-xmlwriter                                                                        8.3.15-r0                      
php83-zip                                                                              8.3.15-r0                      
picocolors                                                                             0.2.1                          
picocolors                                                                             1.1.1                          
picomatch                                                                              2.3.0                          
pirates                                                                                4.0.5                          
pkg-dir                                                                                4.2.0                          
pkg-up                                                                                 3.1.0                          
popt                                                                                   1.19-r3                        
portfinder                                                                             1.0.28                         
postcss                                                                                7.0.39                         
postcss                                                                                8.4.6                          
postcss-attribute-case-insensitive                                                     5.0.0                          
postcss-browser-comments                                                               4.0.0                          
postcss-calc                                                                           8.2.4                          
postcss-clamp                                                                          4.0.0                          
postcss-color-functional-notation                                                      4.2.2                          
postcss-color-hex-alpha                                                                8.0.3                          
postcss-color-rebeccapurple                                                            7.0.2                          
postcss-colormin                                                                       5.2.5                          
postcss-convert-values                                                                 5.0.4                          
postcss-custom-media                                                                   8.0.0                          
postcss-custom-properties                                                              12.1.4                         
postcss-custom-selectors                                                               6.0.0                          
postcss-dir-pseudo-class                                                               6.0.4                          
postcss-discard-comments                                                               5.0.3                          
postcss-discard-duplicates                                                             5.0.3                          
postcss-discard-empty                                                                  5.0.3                          
postcss-discard-overridden                                                             5.0.4                          
postcss-double-position-gradients                                                      3.1.0                          
postcss-env-function                                                                   4.0.5                          
postcss-flexbugs-fixes                                                                 5.0.2                          
postcss-focus-visible                                                                  6.0.4                          
postcss-focus-within                                                                   5.0.4                          
postcss-font-variant                                                                   5.0.0                          
postcss-gap-properties                                                                 3.0.3                          
postcss-image-set-function                                                             4.0.6                          
postcss-initial                                                                        4.0.1                          
postcss-js                                                                             4.0.0                          
postcss-lab-function                                                                   4.1.1                          
postcss-load-config                                                                    3.1.3                          
postcss-loader                                                                         6.2.1                          
postcss-logical                                                                        5.0.4                          
postcss-media-minmax                                                                   5.0.0                          
postcss-merge-longhand                                                                 5.0.6                          
postcss-merge-rules                                                                    5.0.6                          
postcss-minify-font-values                                                             5.0.4                          
postcss-minify-gradients                                                               5.0.6                          
postcss-minify-params                                                                  5.0.5                          
postcss-minify-selectors                                                               5.1.3                          
postcss-modules-extract-imports                                                        3.0.0                          
postcss-modules-local-by-default                                                       4.0.0                          
postcss-modules-scope                                                                  3.0.0                          
postcss-modules-values                                                                 4.0.0                          
postcss-nested                                                                         5.0.6                          
postcss-nesting                                                                        10.1.2                         
postcss-normalize                                                                      10.0.1                         
postcss-normalize-charset                                                              5.0.3                          
postcss-normalize-display-values                                                       5.0.3                          
postcss-normalize-positions                                                            5.0.4                          
postcss-normalize-repeat-style                                                         5.0.4                          
postcss-normalize-string                                                               5.0.4                          
postcss-normalize-timing-functions                                                     5.0.3                          
postcss-normalize-unicode                                                              5.0.4                          
postcss-normalize-url                                                                  5.0.5                          
postcss-normalize-whitespace                                                           5.0.4                          
postcss-opacity-percentage                                                             1.1.2                          
postcss-ordered-values                                                                 5.0.5                          
postcss-overflow-shorthand                                                             3.0.3                          
postcss-page-break                                                                     3.0.4                          
postcss-place                                                                          7.0.4                          
postcss-preset-env                                                                     7.4.1                          
postcss-pseudo-class-any-link                                                          7.1.1                          
postcss-reduce-initial                                                                 5.0.3                          
postcss-reduce-transforms                                                              5.0.4                          
postcss-replace-overflow-wrap                                                          4.0.0                          
postcss-selector-not                                                                   5.0.0                          
postcss-selector-parser                                                                6.0.9                          
postcss-selector-parser                                                                6.1.2                          
postcss-svgo                                                                           5.0.4                          
postcss-unique-selectors                                                               5.0.4                          
postcss-value-parser                                                                   4.2.0                          
postgres-array                                                                         2.0.0                          
postgres-bytea                                                                         1.0.0                          
postgres-date                                                                          1.0.7                          
postgres-interval                                                                      1.2.0                          
prelude-ls                                                                             1.1.2                          
prelude-ls                                                                             1.2.1                          
pretty-bytes                                                                           5.6.0                          
pretty-error                                                                           4.0.0                          
pretty-format                                                                          26.6.2                         
pretty-format                                                                          27.3.1                         
pretty-format                                                                          27.5.1                         
proc-log                                                                               4.2.0                          
proc-log                                                                               5.0.0                          
process-nextick-args                                                                   2.0.1                          
procps-ng                                                                              4.0.4-r0                       
proggy                                                                                 3.0.0                          
promise                                                                                8.1.0                          
promise-all-reject-late                                                                1.0.1                          
promise-call-limit                                                                     3.0.2                          
promise-inflight                                                                       1.0.1                          
promise-retry                                                                          2.0.1                          
promise.any                                                                            2.0.2                          
prompt                                                                                 1.2.0                          
prompts                                                                                2.4.2                          
promzard                                                                               2.0.0                          
prop-types                                                                             15.7.2                         
proxy-addr                                                                             2.0.6                          
proxy-addr                                                                             2.0.7                          
psl                                                                                    1.8.0                          
pump                                                                                   3.0.0                          
punycode                                                                               2.1.1                          
q                                                                                      1.5.1                          
qrcode-terminal                                                                        0.12.0                         
qs                                                                                     6.5.2                          
qs                                                                                     6.7.0                          
qs                                                                                     6.9.7                          
queue-microtask                                                                        1.2.3                          
quick-lru                                                                              5.1.1                          
raf                                                                                    3.4.1                          
randombytes                                                                            2.1.0                          
range-parser                                                                           1.2.1                          
raw-body                                                                               2.4.0                          
raw-body                                                                               2.4.3                          
rc                                                                                     1.2.8                          
react                                                                                  17.0.2                         
react-app-polyfill                                                                     3.0.0                          
react-dev-utils                                                                        12.0.0                         
react-dom                                                                              17.0.2                         
react-error-overlay                                                                    6.0.10                         
react-is                                                                               16.13.1                        
react-is                                                                               17.0.2                         
react-redux                                                                            7.2.6                          
react-refresh                                                                          0.11.0                         
react-router                                                                           6.0.2                          
react-router-dom                                                                       6.0.2                          
react-scripts                                                                          5.0.0                          
react-table                                                                            7.7.0                          
react-transition-group                                                                 4.4.2                          
react-transition-group/CSSTransition                                                   UNKNOWN                        
react-transition-group/ReplaceTransition                                               UNKNOWN                        
react-transition-group/SwitchTransition                                                UNKNOWN                        
react-transition-group/Transition                                                      UNKNOWN                        
react-transition-group/TransitionGroup                                                 UNKNOWN                        
react-transition-group/TransitionGroupContext                                          UNKNOWN                        
react-transition-group/config                                                          UNKNOWN                        
react-virtualized-auto-sizer                                                           1.0.6                          
react-window                                                                           1.8.6                          
read                                                                                   1.0.7                          
read                                                                                   4.0.0                          
read-cmd-shim                                                                          5.0.0                          
read-package-json-fast                                                                 4.0.0                          
readable-stream                                                                        2.3.7                          
readable-stream                                                                        3.6.0                          
readdirp                                                                               3.6.0                          
readline                                                                               8.2.10-r0                      
recursive-readdir                                                                      2.2.2                          
redent                                                                                 3.0.0                          
redux                                                                                  4.1.2                          
redux-thunk                                                                            2.4.0                          
reflect-metadata                                                                       0.1.13                         
regenerate                                                                             1.4.2                          
regenerate-unicode-properties                                                          10.0.1                         
regenerator-runtime                                                                    0.13.9                         
regenerator-transform                                                                  0.14.5                         
regex-parser                                                                           2.2.11                         
regexp.prototype.flags                                                                 1.3.1                          
regexpp                                                                                3.2.0                          
regexpu-core                                                                           5.0.1                          
regjsgen                                                                               0.6.0                          
regjsparser                                                                            0.8.4                          
relateurl                                                                              0.2.7                          
renderkid                                                                              3.0.0                          
request                                                                                2.88.2                         
require-at                                                                             1.0.6                          
require-directory                                                                      2.1.1                          
require-from-string                                                                    2.0.2                          
require-main-filename                                                                  2.0.0                          
requires-port                                                                          1.0.0                          
reselect                                                                               4.1.2                          
resolve                                                                                1.22.0                         
resolve                                                                                2.0.0-next.3                   
resolve-alpn                                                                           1.2.1                          
resolve-cwd                                                                            3.0.0                          
resolve-from                                                                           4.0.0                          
resolve-from                                                                           5.0.0                          
resolve-url-loader                                                                     4.0.0                          
resolve.exports                                                                        1.1.0                          
responselike                                                                           2.0.0                          
retry                                                                                  0.12.0                         
retry                                                                                  0.13.1                         
reusify                                                                                1.0.4                          
revalidator                                                                            0.1.8                          
rifm                                                                                   0.12.1                         
rimraf                                                                                 2.7.1                          
rimraf                                                                                 3.0.2                          
rimraf                                                                                 5.0.10                         
rollup                                                                                 2.67.3                         
rollup-plugin-terser                                                                   7.0.2                          
rsuite-table                                                                           5.3.2                          
run-parallel                                                                           1.2.0                          
safe-buffer                                                                            5.1.2                          
safe-buffer                                                                            5.2.1                          
safer-buffer                                                                           2.1.2                          
sanitize.css                                                                           13.0.0                         
saslprep                                                                               1.0.3                          
sass-loader                                                                            12.6.0                         
sax                                                                                    1.2.4                          
saxes                                                                                  5.0.1                          
scanelf                                                                                1.3.7-r2                       
scheduler                                                                              0.20.2                         
schema-utils                                                                           2.7.0                          
schema-utils                                                                           2.7.1                          
schema-utils                                                                           3.1.1                          
schema-utils                                                                           4.0.0                          
select-hose                                                                            2.0.0                          
selfsigned                                                                             2.0.0                          
semver                                                                                 5.3.0                          
semver                                                                                 5.7.1                          
semver                                                                                 6.3.0                          
semver                                                                                 7.0.0                          
semver                                                                                 7.3.5                          
semver                                                                                 7.6.3                          
send                                                                                   0.17.1                         
send                                                                                   0.17.2                         
serialize-javascript                                                                   4.0.0                          
serialize-javascript                                                                   6.0.0                          
serve-index                                                                            1.9.1                          
serve-static                                                                           1.14.1                         
serve-static                                                                           1.14.2                         
set-blocking                                                                           2.0.0                          
setprototypeof                                                                         1.1.0                          
setprototypeof                                                                         1.1.1                          
setprototypeof                                                                         1.2.0                          
sha.js                                                                                 2.4.11                         
shadow                                                                                 4.15.1-r0                      
shebang-command                                                                        2.0.0                          
shebang-regex                                                                          3.0.0                          
shell-quote                                                                            1.7.3                          
side-channel                                                                           1.0.4                          
signal-exit                                                                            3.0.5                          
signal-exit                                                                            3.0.7                          
signal-exit                                                                            4.1.0                          
sigstore                                                                               3.0.0                          
simple-swizzle                                                                         0.2.2                          
sisteransi                                                                             1.0.5                          
skalibs                                                                                2.14.1.1-r0                    
slash                                                                                  3.0.0                          
slash                                                                                  4.0.0                          
smart-buffer                                                                           4.2.0                          
sockjs                                                                                 0.3.24                         
socks                                                                                  2.8.3                          
socks-proxy-agent                                                                      8.0.4                          
source-list-map                                                                        2.0.1                          
source-map                                                                             0.5.7                          
source-map                                                                             0.6.1                          
source-map                                                                             0.7.3                          
source-map                                                                             0.8.0-beta.0                   
source-map-js                                                                          1.0.2                          
source-map-loader                                                                      3.0.1                          
source-map-resolve                                                                     0.6.0                          
source-map-support                                                                     0.5.21                         
source-map-url                                                                         0.4.1                          
sourcemap-codec                                                                        1.4.8                          
sparse-bitfield                                                                        3.0.3                          
spdx-correct                                                                           3.2.0                          
spdx-exceptions                                                                        2.5.0                          
spdx-expression-parse                                                                  3.0.1                          
spdx-expression-parse                                                                  4.0.0                          
spdx-license-ids                                                                       3.0.20                         
spdy                                                                                   4.0.2                          
spdy-transport                                                                         3.0.0                          
split2                                                                                 4.1.0                          
sprintf-js                                                                             1.0.3                          
sprintf-js                                                                             1.1.3                          
sqlite                                                                                 3.45.3-r3                      
sqlite3                                                                                5.0.2                          
sqlstring                                                                              2.3.1                          
sshpk                                                                                  1.16.1                         
ssl_client                                                                             1.36.1-r31                     
ssri                                                                                   10.0.6                         
ssri                                                                                   12.0.0                         
stable                                                                                 0.1.8                          
stack-trace                                                                            0.0.10                         
stack-utils                                                                            2.0.5                          
stackframe                                                                             1.2.1                          
statuses                                                                               1.5.0                          
string-length                                                                          4.0.2                          
string-length                                                                          5.0.1                          
string-natural-compare                                                                 3.0.1                          
string-width                                                                           1.0.2                          
string-width                                                                           2.1.1                          
string-width                                                                           3.1.0                          
string-width                                                                           4.2.3                          
string-width                                                                           5.1.2                          
string.prototype.matchall                                                              4.0.6                          
string.prototype.trimend                                                               1.0.4                          
string.prototype.trimstart                                                             1.0.4                          
string_decoder                                                                         1.1.1                          
string_decoder                                                                         1.3.0                          
stringify-object                                                                       3.3.0                          
strip-ansi                                                                             3.0.1                          
strip-ansi                                                                             4.0.0                          
strip-ansi                                                                             5.2.0                          
strip-ansi                                                                             6.0.1                          
strip-ansi                                                                             7.0.1                          
strip-ansi                                                                             7.1.0                          
strip-bom                                                                              3.0.0                          
strip-bom                                                                              4.0.0                          
strip-comments                                                                         2.0.1                          
strip-final-newline                                                                    2.0.0                          
strip-indent                                                                           3.0.0                          
strip-json-comments                                                                    2.0.1                          
strip-json-comments                                                                    3.1.1                          
style-loader                                                                           3.3.1                          
stylehacks                                                                             5.0.3                          
stylis                                                                                 4.0.10                         
supports-color                                                                         2.0.0                          
supports-color                                                                         5.5.0                          
supports-color                                                                         7.2.0                          
supports-color                                                                         8.1.1                          
supports-color                                                                         9.4.0                          
supports-hyperlinks                                                                    2.2.0                          
supports-preserve-symlinks-flag                                                        1.0.0                          
svg-parser                                                                             2.0.4                          
svgo                                                                                   1.3.2                          
svgo                                                                                   2.8.0                          
swagger-ui-dist                                                                        3.38.0                         
swagger-ui-express                                                                     4.1.6                          
symbol-tree                                                                            3.2.4                          
tailwindcss                                                                            3.0.23                         
tapable                                                                                1.1.3                          
tapable                                                                                2.2.1                          
tar                                                                                    2.2.2                          
tar                                                                                    4.4.19                         
tar                                                                                    6.1.11                         
tar                                                                                    6.2.1                          
tar                                                                                    7.4.3                          
temp-dir                                                                               2.0.0                          
tempy                                                                                  0.6.0                          
terminal-link                                                                          2.1.1                          
terser                                                                                 5.11.0                         
terser-webpack-plugin                                                                  5.3.1                          
test-exclude                                                                           6.0.0                          
text-hex                                                                               1.0.0                          
text-table                                                                             0.2.0                          
thenify                                                                                3.3.1                          
thenify-all                                                                            1.6.0                          
throat                                                                                 6.0.1                          
thunky                                                                                 1.1.0                          
timsort                                                                                0.3.0                          
tiny-relative-date                                                                     1.3.0                          
tiny-warning                                                                           1.0.3                          
tmpl                                                                                   1.0.5                          
to-fast-properties                                                                     2.0.0                          
to-regex-range                                                                         5.0.1                          
toidentifier                                                                           1.0.0                          
toidentifier                                                                           1.0.1                          
tough-cookie                                                                           2.5.0                          
tough-cookie                                                                           4.0.0                          
tr46                                                                                   0.0.3                          
tr46                                                                                   1.0.1                          
tr46                                                                                   2.1.0                          
treeverse                                                                              3.0.0                          
triple-beam                                                                            1.3.0                          
tryer                                                                                  1.0.1                          
ts-node                                                                                10.4.0                         
ts-node                                                                                10.7.0                         
tsconfig-paths                                                                         3.12.0                         
tslib                                                                                  1.14.1                         
tslib                                                                                  2.3.1                          
tsoa                                                                                   3.14.0                         
tsutils                                                                                3.21.0                         
tuf-js                                                                                 3.0.1                          
tunnel-agent                                                                           0.6.0                          
tweetnacl                                                                              0.14.5                         
type-check                                                                             0.3.2                          
type-check                                                                             0.4.0                          
type-detect                                                                            4.0.8                          
type-fest                                                                              0.16.0                         
type-fest                                                                              0.20.2                         
type-fest                                                                              0.21.3                         
type-is                                                                                1.6.18                         
typedarray-to-buffer                                                                   3.1.5                          
typeorm                                                                                0.2.38                         
typescript                                                                             4.4.4                          
typescript                                                                             4.5.3                          
tzdata                                                                                 2026a-r0                       
uglify-js                                                                              3.14.3                         
unbox-primitive                                                                        1.0.1                          
unicode-canonical-property-names-ecmascript                                            2.0.0                          
unicode-match-property-ecmascript                                                      2.0.0                          
unicode-match-property-value-ecmascript                                                2.0.0                          
unicode-property-aliases-ecmascript                                                    2.0.0                          
unique-filename                                                                        3.0.0                          
unique-filename                                                                        4.0.0                          
unique-slug                                                                            4.0.0                          
unique-slug                                                                            5.0.0                          
unique-string                                                                          2.0.0                          
universalify                                                                           0.1.2                          
universalify                                                                           2.0.0                          
unpipe                                                                                 1.0.0                          
unquote                                                                                1.1.1                          
upath                                                                                  1.2.0                          
uri-js                                                                                 4.4.1                          
util-deprecate                                                                         1.0.2                          
util.promisify                                                                         1.0.0                          
utila                                                                                  0.4.0                          
utils-merge                                                                            1.0.1                          
utmps-libs                                                                             0.1.2.2-r1                     
uuid                                                                                   3.4.0                          
uuid                                                                                   8.3.2                          
v8-compile-cache                                                                       2.3.0                          
v8-compile-cache-lib                                                                   3.0.1                          
v8-to-istanbul                                                                         8.1.1                          
validate-npm-package-license                                                           3.0.4                          
validate-npm-package-name                                                              6.0.0                          
validator                                                                              13.7.0                         
vary                                                                                   1.1.2                          
verror                                                                                 1.10.0                         
w3c-hr-time                                                                            1.0.2                          
w3c-xmlserializer                                                                      2.0.0                          
walk-up-path                                                                           3.0.1                          
walker                                                                                 1.0.8                          
watchpack                                                                              2.3.1                          
wbuf                                                                                   1.7.3                          
web-vitals                                                                             1.1.2                          
webidl-conversions                                                                     3.0.1                          
webidl-conversions                                                                     4.0.2                          
webidl-conversions                                                                     5.0.0                          
webidl-conversions                                                                     6.1.0                          
webpack                                                                                5.69.1                         
webpack-dev-middleware                                                                 5.3.1                          
webpack-dev-server                                                                     4.7.4                          
webpack-manifest-plugin                                                                4.1.1                          
webpack-sources                                                                        1.4.3                          
webpack-sources                                                                        2.3.1                          
webpack-sources                                                                        3.2.3                          
websocket-driver                                                                       0.7.4                          
websocket-extensions                                                                   0.1.4                          
whatwg-encoding                                                                        1.0.5                          
whatwg-fetch                                                                           3.6.2                          
whatwg-mimetype                                                                        2.3.0                          
whatwg-url                                                                             5.0.0                          
whatwg-url                                                                             7.1.0                          
whatwg-url                                                                             8.7.0                          
which                                                                                  1.3.1                          
which                                                                                  2.0.2                          
which                                                                                  4.0.0                          
which                                                                                  5.0.0                          
which-boxed-primitive                                                                  1.0.2                          
which-module                                                                           2.0.0                          
wide-align                                                                             1.1.5                          
winston                                                                                2.4.5                          
winston                                                                                3.3.3                          
winston-transport                                                                      4.4.0                          
word-wrap                                                                              1.2.3                          
wordwrap                                                                               1.0.0                          
workbox-background-sync                                                                6.4.2                          
workbox-broadcast-update                                                               6.4.2                          
workbox-build                                                                          6.4.2                          
workbox-cacheable-response                                                             6.4.2                          
workbox-core                                                                           6.4.2                          
workbox-expiration                                                                     6.4.2                          
workbox-google-analytics                                                               6.4.2                          
workbox-navigation-preload                                                             6.4.2                          
workbox-precaching                                                                     6.4.2                          
workbox-range-requests                                                                 6.4.2                          
workbox-recipes                                                                        6.4.2                          
workbox-routing                                                                        6.4.2                          
workbox-strategies                                                                     6.4.2                          
workbox-streams                                                                        6.4.2                          
workbox-sw                                                                             6.4.2                          
workbox-webpack-plugin                                                                 6.4.2                          
workbox-window                                                                         6.4.2                          
wrap-ansi                                                                              5.1.0                          
wrap-ansi                                                                              7.0.0                          
wrap-ansi                                                                              8.1.0                          
wrappy                                                                                 1.0.2                          
write-file-atomic                                                                      3.0.3                          
write-file-atomic                                                                      6.0.0                          
ws                                                                                     7.5.5                          
ws                                                                                     8.5.0                          
xml-name-validator                                                                     3.0.0                          
xml2js                                                                                 0.4.23                         
xmlbuilder                                                                             11.0.1                         
xmlchars                                                                               2.2.0                          
xtend                                                                                  4.0.2                          
xz-libs                                                                                5.6.2-r1                       
y18n                                                                                   4.0.3                          
y18n                                                                                   5.0.8                          
yallist                                                                                3.1.1                          
yallist                                                                                4.0.0                          
yallist                                                                                5.0.0                          
yaml                                                                                   1.10.2                         
yamljs                                                                                 0.3.0                          
yargonaut                                                                              1.1.4                          
yargs                                                                                  14.2.3                         
yargs                                                                                  16.2.0                         
yargs                                                                                  17.2.1                         
yargs-parser                                                                           15.0.3                         
yargs-parser                                                                           20.2.9                         
yn                                                                                     3.1.1                          
ynab_import                                                                            1.0.0                          
yocto-queue                                                                            0.1.0                          
zen-observable                                                                         0.8.15                         
zen-observable-ts                                                                      1.1.0                          
zlib                                                                                   1.3.1-r1                       
zstd-libs                                                                              1.5.6-r0                       
sbom                                                                                                                  
View Browser Console Logs
Expand
[
    {
        "level": "SEVERE",
        "message": "http://172.17.0.4/api/ping - Failed to load resource: the server responded with a status of 500 (Internal Server Error)",
        "source": "network",
        "timestamp": 1773548513455
    },
    {
        "level": "DEBUG",
        "message": "http://172.17.0.4/ - [DOM] Password field is not contained in a form: (More info: https://goo.gl/9p2vKq) %o",
        "source": "recommendation",
        "timestamp": 1773548513455
    }
]
Test Result Message Runtime
Capture Screenshot PASS - 11.16s
Container Start PASS - 75.41s
Create Buildx SBOM PASS - 2.05s
Get Build Info PASS - 0.04s
View Python Logs
Expand