diff --git a/server/package-lock.json b/server/package-lock.json index dc7907cd..59248470 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -1757,11 +1757,11 @@ "license": "MIT" }, "node_modules/@sailshq/binary-search-tree": { - "version": "0.2.7", - "resolved": "https://registry.npmjs.org/@sailshq/binary-search-tree/-/binary-search-tree-0.2.7.tgz", - "integrity": "sha512-4q7A4I0cYzRRrPUA/mZYFQ3My26RAyWQ10IfdgHaBC6M1ZNCUpQnT7vRMZd5KgnlUBl8MSlP4JUbL5heeSHMBw==", + "version": "0.2.8", + "resolved": "https://registry.npmjs.org/@sailshq/binary-search-tree/-/binary-search-tree-0.2.8.tgz", + "integrity": "sha512-D468YMSdHdrnaW2d3eT0MHM443+y/kcb0KuzwdhKnjEy/BLJDo/oqFhhnNYUBXdvOrOC1S8+mLuR82DIgixhFQ==", "dependencies": { - "underscore": "1.13.1" + "underscore": "1.13.8" } }, "node_modules/@sailshq/csurf": { @@ -1792,16 +1792,16 @@ "license": "MIT" }, "node_modules/@sailshq/nedb": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/@sailshq/nedb/-/nedb-1.8.3.tgz", - "integrity": "sha512-MEvv/O9OalhvzQZpHOLz4EnMS1qMLzdNTjSEKyRY9cbwRfNtN7ENBSI1ftCuSJCNMOU5QXLX0AiUERuMxm1PsQ==", + "version": "1.8.4", + "resolved": "https://registry.npmjs.org/@sailshq/nedb/-/nedb-1.8.4.tgz", + "integrity": "sha512-mcLM6lq+a6VLH7vVBogPogHVKwKldenu0jzETOnlu7m+bG6S0RJLgrPZ49r6/7OyykxzxLNJt/zWxJNORqeC/A==", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@sailshq/binary-search-tree": "0.2.7", + "@sailshq/binary-search-tree": "^0.2.8", "async": "0.2.10", "localforage": "1.3.0", "mkdirp": "0.5.6", - "underscore": "1.13.1" + "underscore": "1.13.8" } }, "node_modules/@sailshq/nedb/node_modules/async": { @@ -11329,9 +11329,9 @@ "license": "MIT" }, "node_modules/underscore": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.1.tgz", - "integrity": "sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g==", + "version": "1.13.8", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.8.tgz", + "integrity": "sha512-DXtD3ZtEQzc7M8m4cXotyHR+FAS18C64asBYY5vqZexfYryNNnDc02W4hKg3rdQuqOYas1jkseX0+nZXjTXnvQ==", "license": "MIT" }, "node_modules/undici": {