Update deps, the safe ones

This commit is contained in:
Jamie Curnow
2025-10-26 00:39:06 +10:00
parent bb6c9c8daf
commit c303b69649
4 changed files with 384 additions and 317 deletions

View File

@@ -26,19 +26,19 @@
"knex": "2.4.2",
"liquidjs": "10.6.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"mysql2": "^3.11.1",
"node-rsa": "^1.0.8",
"moment": "^2.30.1",
"mysql2": "^3.15.3",
"node-rsa": "^1.1.1",
"objection": "3.0.1",
"path": "^0.12.7",
"pg": "^8.13.1",
"pg": "^8.16.3",
"signale": "1.4.0",
"sqlite3": "5.1.6",
"sqlite3": "^5.1.7",
"temp-write": "^4.0.0"
},
"devDependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@biomejs/biome": "^2.2.4",
"@biomejs/biome": "^2.3.0",
"chalk": "4.1.2",
"nodemon": "^2.0.2"
},