chore: Update dependencies

Bump Node to 24 in Dockerfile and Dockerfile.dev.
Bump sharp to 0.35, nodemailer to 9 and concurrently to 10.
Add overrides for body-parser, qs, multiparty, uuid, diff,
serialize-javascript, linkify-it and svgo to pull in security fixes
that upstream pins block.
Rename the sails patch to match 1.5.18.
This commit is contained in:
Daniel Hiller
2026-08-07 16:17:24 +02:00
parent 856768c45e
commit bec5dd1597
9 changed files with 3612 additions and 4502 deletions
+1019 -2073
View File
File diff suppressed because it is too large Load Diff
+9 -6
View File
@@ -44,9 +44,12 @@
}
},
"overrides": {
"waterline-utils": {
"qs": "^6.15.0"
}
"body-parser": "^1.20.6",
"diff": "^8.0.4",
"multiparty": "^4.3.0",
"qs": "^6.15.2",
"serialize-javascript": "^7.0.7",
"uuid": "$uuid"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1009.0",
@@ -68,7 +71,7 @@
"lodash": "^4.18.1",
"mime-types": "^3.0.2",
"moment": "^2.30.1",
"nodemailer": "^8.0.5",
"nodemailer": "^9.0.3",
"openid-client": "^5.7.1",
"patch-package": "^8.0.1",
"pg": "^8.20.0",
@@ -79,9 +82,9 @@
"sails-hook-sockets": "^3.0.2",
"sails-postgresql": "^5.0.1",
"serve-static": "^2.2.1",
"sharp": "^0.34.5",
"sharp": "^0.35.3",
"undici": "^7.24.0",
"uuid": "^11.1.0",
"uuid": "^11.1.1",
"validator": "^13.15.26",
"winston": "^3.19.0",
"zxcvbn": "^4.4.2"