build(deps): Bump underscore and @sailshq/nedb in /server

Bumps [underscore](https://github.com/jashkenas/underscore) and [@sailshq/nedb](https://github.com/sailshq/nedb). These dependencies needed to be updated together.

Updates `underscore` from 1.13.1 to 1.13.8
- [Commits](https://github.com/jashkenas/underscore/compare/1.13.1...1.13.8)

Updates `@sailshq/nedb` from 1.8.3 to 1.8.4
- [Commits](https://github.com/sailshq/nedb/compare/v1.8.3...v1.8.4)

---
updated-dependencies:
- dependency-name: underscore
  dependency-version: 1.13.8
  dependency-type: indirect
- dependency-name: "@sailshq/nedb"
  dependency-version: 1.8.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-04-18 13:29:02 +00:00
committed by GitHub
parent 20eb57de4c
commit a9f28b45f4
+12 -12
View File
@@ -1757,11 +1757,11 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@sailshq/binary-search-tree": { "node_modules/@sailshq/binary-search-tree": {
"version": "0.2.7", "version": "0.2.8",
"resolved": "https://registry.npmjs.org/@sailshq/binary-search-tree/-/binary-search-tree-0.2.7.tgz", "resolved": "https://registry.npmjs.org/@sailshq/binary-search-tree/-/binary-search-tree-0.2.8.tgz",
"integrity": "sha512-4q7A4I0cYzRRrPUA/mZYFQ3My26RAyWQ10IfdgHaBC6M1ZNCUpQnT7vRMZd5KgnlUBl8MSlP4JUbL5heeSHMBw==", "integrity": "sha512-D468YMSdHdrnaW2d3eT0MHM443+y/kcb0KuzwdhKnjEy/BLJDo/oqFhhnNYUBXdvOrOC1S8+mLuR82DIgixhFQ==",
"dependencies": { "dependencies": {
"underscore": "1.13.1" "underscore": "1.13.8"
} }
}, },
"node_modules/@sailshq/csurf": { "node_modules/@sailshq/csurf": {
@@ -1792,16 +1792,16 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@sailshq/nedb": { "node_modules/@sailshq/nedb": {
"version": "1.8.3", "version": "1.8.4",
"resolved": "https://registry.npmjs.org/@sailshq/nedb/-/nedb-1.8.3.tgz", "resolved": "https://registry.npmjs.org/@sailshq/nedb/-/nedb-1.8.4.tgz",
"integrity": "sha512-MEvv/O9OalhvzQZpHOLz4EnMS1qMLzdNTjSEKyRY9cbwRfNtN7ENBSI1ftCuSJCNMOU5QXLX0AiUERuMxm1PsQ==", "integrity": "sha512-mcLM6lq+a6VLH7vVBogPogHVKwKldenu0jzETOnlu7m+bG6S0RJLgrPZ49r6/7OyykxzxLNJt/zWxJNORqeC/A==",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"dependencies": { "dependencies": {
"@sailshq/binary-search-tree": "0.2.7", "@sailshq/binary-search-tree": "^0.2.8",
"async": "0.2.10", "async": "0.2.10",
"localforage": "1.3.0", "localforage": "1.3.0",
"mkdirp": "0.5.6", "mkdirp": "0.5.6",
"underscore": "1.13.1" "underscore": "1.13.8"
} }
}, },
"node_modules/@sailshq/nedb/node_modules/async": { "node_modules/@sailshq/nedb/node_modules/async": {
@@ -11329,9 +11329,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/underscore": { "node_modules/underscore": {
"version": "1.13.1", "version": "1.13.8",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.1.tgz", "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.8.tgz",
"integrity": "sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g==", "integrity": "sha512-DXtD3ZtEQzc7M8m4cXotyHR+FAS18C64asBYY5vqZexfYryNNnDc02W4hKg3rdQuqOYas1jkseX0+nZXjTXnvQ==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/undici": { "node_modules/undici": {