build(deps): Bump qs, sails and waterline-utils in /server

Bumps [qs](https://github.com/ljharb/qs) to 6.15.2 and updates ancestor dependencies [qs](https://github.com/ljharb/qs), [sails](https://github.com/balderdashy/sails) and [waterline-utils](https://github.com/sailshq/waterline-utils). These dependencies need to be updated together.


Updates `qs` from 6.14.2 to 6.15.2
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.14.2...v6.15.2)

Updates `sails` from 1.5.17 to 1.5.18
- [Release notes](https://github.com/balderdashy/sails/releases)
- [Changelog](https://github.com/balderdashy/sails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/balderdashy/sails/compare/v1.5.17...v1.5.18)

Updates `waterline-utils` from 1.4.6 to 1.4.8
- [Release notes](https://github.com/sailshq/waterline-utils/releases)
- [Commits](https://github.com/sailshq/waterline-utils/compare/v1.4.6...v1.4.8)

---
updated-dependencies:
- dependency-name: qs
  dependency-version: 6.15.2
  dependency-type: indirect
- dependency-name: sails
  dependency-version: 1.5.18
  dependency-type: direct:production
- dependency-name: waterline-utils
  dependency-version: 1.4.8
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-06-03 14:10:56 +00:00
committed by GitHub
parent 856768c45e
commit 52eb024594
2 changed files with 57 additions and 18 deletions

View File

@@ -32,7 +32,7 @@
"pg": "^8.20.0",
"read": "^5.0.1",
"rimraf": "^6.1.3",
"sails": "^1.5.17",
"sails": "^1.5.18",
"sails-hook-orm": "^4.0.3",
"sails-hook-sockets": "^3.0.2",
"sails-postgresql": "^5.0.1",
@@ -4846,14 +4846,14 @@
}
},
"node_modules/express": {
"version": "4.22.0",
"resolved": "https://registry.npmjs.org/express/-/express-4.22.0.tgz",
"integrity": "sha512-c2iPh3xp5vvCLgaHK03+mWLFPhox7j1LwyxcZwFVApEv5i0X+IjPpbT50SJJwwLpdBVfp45AkK/v+AFgv/XlfQ==",
"version": "4.22.2",
"resolved": "https://registry.npmjs.org/express/-/express-4.22.2.tgz",
"integrity": "sha512-IuL+Elrou2ZvCFHs18/CIzy2Nzvo25nZ1/D2eIZlz7c+QUayAcYoiM2BthCjs+EBHVpjYjcuLDAiCWgeIX3X1Q==",
"license": "MIT",
"dependencies": {
"accepts": "~1.3.8",
"array-flatten": "1.1.1",
"body-parser": "~1.20.3",
"body-parser": "~1.20.5",
"content-disposition": "~0.5.4",
"content-type": "~1.0.4",
"cookie": "~0.7.1",
@@ -4872,7 +4872,7 @@
"parseurl": "~1.3.3",
"path-to-regexp": "~0.1.12",
"proxy-addr": "~2.0.7",
"qs": "~6.14.0",
"qs": "~6.15.1",
"range-parser": "~1.2.1",
"safe-buffer": "5.2.1",
"send": "~0.19.0",
@@ -4946,6 +4946,30 @@
"integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==",
"license": "MIT"
},
"node_modules/express/node_modules/body-parser": {
"version": "1.20.5",
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.5.tgz",
"integrity": "sha512-3grm+/2tUOvu2cjJkvsIxrv/wVpfXQW4PsQHYm7yk4vfpu7Ekl6nEsYBoJUL6qDwZUx8wUhQ8tR2qz+ad9c9OA==",
"license": "MIT",
"dependencies": {
"bytes": "~3.1.2",
"content-type": "~1.0.5",
"debug": "2.6.9",
"depd": "2.0.0",
"destroy": "~1.2.0",
"http-errors": "~2.0.1",
"iconv-lite": "~0.4.24",
"on-finished": "~2.4.1",
"qs": "~6.15.1",
"raw-body": "~2.5.3",
"type-is": "~1.6.18",
"unpipe": "~1.0.0"
},
"engines": {
"node": ">= 0.8",
"npm": "1.2.8000 || >= 1.4.16"
}
},
"node_modules/express/node_modules/cookie-signature": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.7.tgz",
@@ -5020,6 +5044,21 @@
"integrity": "sha512-A/AGNMFN3c8bOlvV9RreMdrv7jsmF9XIfDeCd87+I8RNg6s78BhJxMu69NEMHBSJFxKidViTEdruRwEk/WIKqA==",
"license": "MIT"
},
"node_modules/express/node_modules/qs": {
"version": "6.15.2",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.15.2.tgz",
"integrity": "sha512-Rzq0KEyX/w/tEybncDgdkZrJgVUsUMk3xjh3t5bv3S1HTAtg+uOYt72+ZfwiQwKdysThkTBdL/rTi6HDmX9Ddw==",
"license": "BSD-3-Clause",
"dependencies": {
"side-channel": "^1.1.0"
},
"engines": {
"node": ">=0.6"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/express/node_modules/serve-static": {
"version": "1.16.3",
"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.3.tgz",
@@ -9216,9 +9255,9 @@
"license": "MIT"
},
"node_modules/sails": {
"version": "1.5.17",
"resolved": "https://registry.npmjs.org/sails/-/sails-1.5.17.tgz",
"integrity": "sha512-hlBZe2vqzvDikew+qqtAGZ8MwENrqwAVHvzdziH5ZJ5HqIRAoUI0eGYJoQrugmHukJmQv7sVWPczXiMR20jqLA==",
"version": "1.5.18",
"resolved": "https://registry.npmjs.org/sails/-/sails-1.5.18.tgz",
"integrity": "sha512-n72rPHVD6n1nxeopeSL1ufIQota7NVPpCr9W8crBpLx/emTwbEkgbXNp396VEpnbrRGPxf5IEqchGqnTLqWepg==",
"license": "MIT",
"dependencies": {
"@sailshq/csurf": "1.11.1",
@@ -9235,7 +9274,7 @@
"cookie-parser": "1.4.7",
"cookie-signature": "1.1.0",
"ejs": "3.1.10",
"express": "4.22.0",
"express": "4.22.2",
"express-session": "1.18.2",
"flaverr": "^1.10.0",
"glob": "7.1.2",
@@ -11586,16 +11625,16 @@
}
},
"node_modules/waterline-utils": {
"version": "1.4.6",
"resolved": "https://registry.npmjs.org/waterline-utils/-/waterline-utils-1.4.6.tgz",
"integrity": "sha512-OdqTgKAjudlzWwQJ1rlcbC1S2rWls80YTyf4HwRbM2zmxxyBv7jpEko3lFdmeVWid3VrTvoIpgg9hgGSnzcwZw==",
"version": "1.4.8",
"resolved": "https://registry.npmjs.org/waterline-utils/-/waterline-utils-1.4.8.tgz",
"integrity": "sha512-AeOX+lIa4LRvdLLvKdpNb5lqhujdWrSwfjcOShKOTubUegKMp601p6d/AV5NqXI/cnE6FgJxsOgfzqOmLHFDgw==",
"license": "MIT",
"dependencies": {
"@sailshq/lodash": "^3.10.2",
"async": "2.6.4",
"flaverr": "^1.1.1",
"fs-extra": "0.30.0",
"qs": "6.14.1"
"qs": "6.15.2"
}
},
"node_modules/waterline-utils/node_modules/fs-extra": {
@@ -11642,9 +11681,9 @@
}
},
"node_modules/waterline-utils/node_modules/qs": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.15.0.tgz",
"integrity": "sha512-mAZTtNCeetKMH+pSjrb76NAM8V9a05I9aBZOHztWy/UqcJdQYNsf59vrRKWnojAT9Y+GbIvoTBC++CPHqpDBhQ==",
"version": "6.15.2",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.15.2.tgz",
"integrity": "sha512-Rzq0KEyX/w/tEybncDgdkZrJgVUsUMk3xjh3t5bv3S1HTAtg+uOYt72+ZfwiQwKdysThkTBdL/rTi6HDmX9Ddw==",
"license": "BSD-3-Clause",
"dependencies": {
"side-channel": "^1.1.0"

View File

@@ -74,7 +74,7 @@
"pg": "^8.20.0",
"read": "^5.0.1",
"rimraf": "^6.1.3",
"sails": "^1.5.17",
"sails": "^1.5.18",
"sails-hook-orm": "^4.0.3",
"sails-hook-sockets": "^3.0.2",
"sails-postgresql": "^5.0.1",