chore: Update server dependencies

This commit is contained in:
Maksim Eltyshev
2026-02-23 18:12:14 +01:00
parent 605dcace54
commit 4e9e842e3d
3 changed files with 485 additions and 425 deletions
+477 -414
View File
File diff suppressed because it is too large Load Diff
+8 -11
View File
@@ -44,20 +44,17 @@
} }
}, },
"overrides": { "overrides": {
"body-parser": {
"qs": "^6.14.1"
},
"waterline-utils": { "waterline-utils": {
"qs": "^6.14.1" "qs": "^6.15.0"
} }
}, },
"dependencies": { "dependencies": {
"@aws-sdk/client-s3": "^3.982.0", "@aws-sdk/client-s3": "^3.995.0",
"@aws-sdk/lib-storage": "^3.982.0", "@aws-sdk/lib-storage": "^3.995.0",
"bcrypt": "^6.0.0", "bcrypt": "^6.0.0",
"bytes": "^3.1.2", "bytes": "^3.1.2",
"cross-env": "^10.1.0", "cross-env": "^10.1.0",
"dotenv": "^17.2.3", "dotenv": "^17.3.1",
"dotenv-cli": "^11.0.0", "dotenv-cli": "^11.0.0",
"escape-html": "^1.0.3", "escape-html": "^1.0.3",
"escape-markdown": "^1.0.4", "escape-markdown": "^1.0.4",
@@ -76,14 +73,14 @@
"patch-package": "^8.0.1", "patch-package": "^8.0.1",
"pg": "^8.18.0", "pg": "^8.18.0",
"read": "^5.0.1", "read": "^5.0.1",
"rimraf": "^6.1.2", "rimraf": "^6.1.3",
"sails": "^1.5.16", "sails": "^1.5.17",
"sails-hook-orm": "^4.0.3", "sails-hook-orm": "^4.0.3",
"sails-hook-sockets": "^3.0.2", "sails-hook-sockets": "^3.0.2",
"sails-postgresql": "^5.0.1", "sails-postgresql": "^5.0.1",
"serve-static": "^2.2.1", "serve-static": "^2.2.1",
"sharp": "^0.34.5", "sharp": "^0.34.5",
"undici": "^7.21.0", "undici": "^7.22.0",
"uuid": "^11.1.0", "uuid": "^11.1.0",
"validator": "^13.15.26", "validator": "^13.15.26",
"winston": "^3.19.0", "winston": "^3.19.0",
@@ -98,7 +95,7 @@
"eslint-plugin-prettier": "^5.5.5", "eslint-plugin-prettier": "^5.5.5",
"ignore": "^7.0.5", "ignore": "^7.0.5",
"mocha": "^11.7.5", "mocha": "^11.7.5",
"nodemon": "^3.1.11", "nodemon": "^3.1.14",
"prettier": "3.8.1", "prettier": "3.8.1",
"supertest": "^7.2.2", "supertest": "^7.2.2",
"swagger-jsdoc": "^6.2.8" "swagger-jsdoc": "^6.2.8"