Update all packages and fix related problems

This commit is contained in:
Jamie Curnow
2026-05-13 13:27:59 +10:00
parent 34374cbe09
commit 18b3404f46
11 changed files with 1221 additions and 2069 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.4.5/schema.json",
"$schema": "https://biomejs.dev/schemas/2.4.15/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
+2 -2
View File
@@ -1,7 +1,7 @@
import fs from "node:fs";
import https from "node:https";
import path from "path";
import archiver from "archiver";
import { ZipArchive } from "archiver";
import _ from "lodash";
import moment from "moment";
import { ProxyAgent } from "proxy-agent";
@@ -370,7 +370,7 @@ const internalCertificate = {
* @returns {Promise}
*/
zipFiles: async (source, out) => {
const archive = archiver("zip", { zlib: { level: 9 } });
const archive = new ZipArchive({ zlib: { level: 9 } });
const stream = fs.createWriteStream(out);
return new Promise((resolve, reject) => {
+13 -13
View File
@@ -13,36 +13,36 @@
"regenerate-config": "node scripts/regenerate-config"
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^15.3.1",
"ajv": "^8.18.0",
"archiver": "^7.0.1",
"@apidevtools/json-schema-ref-parser": "^15.3.5",
"ajv": "^8.20.0",
"archiver": "^8.0.0",
"batchflow": "^0.4.0",
"bcrypt": "^6.0.0",
"better-sqlite3": "^12.6.2",
"better-sqlite3": "^12.10.0",
"body-parser": "^2.2.2",
"compression": "^1.8.1",
"express": "^5.2.1",
"express-fileupload": "^1.5.2",
"gravatar": "^1.8.2",
"jsonwebtoken": "^9.0.3",
"knex": "3.1.0",
"liquidjs": "10.24.0",
"lodash": "^4.17.23",
"knex": "3.2.10",
"liquidjs": "10.25.7",
"lodash": "^4.18.1",
"moment": "^2.30.1",
"mysql2": "^3.18.2",
"mysql2": "^3.22.3",
"node-rsa": "^1.1.1",
"objection": "3.1.5",
"otplib": "^13.3.0",
"otplib": "^13.4.0",
"path": "^0.12.7",
"pg": "^8.19.0",
"proxy-agent": "^6.5.0",
"pg": "^8.20.0",
"proxy-agent": "^8.0.1",
"signale": "1.4.0",
"sqlite3": "^5.1.7",
"sqlite3": "^6.0.1",
"temp-write": "^6.0.1"
},
"devDependencies": {
"@apidevtools/swagger-parser": "^12.1.0",
"@biomejs/biome": "^2.4.5",
"@biomejs/biome": "^2.4.15",
"chalk": "5.6.2",
"nodemon": "^3.1.14"
},
+382 -945
View File
File diff suppressed because it is too large Load Diff