diff --git a/package-lock.json b/package-lock.json index f51f878..f38cbb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3069,6 +3069,25 @@ "add-peers": "bin/add-peers" } }, + "node_modules/@themost/query": { + "version": "2.14.17", + "resolved": "https://registry.npmjs.org/@themost/query/-/query-2.14.17.tgz", + "integrity": "sha512-YVFGVHIExAoDIuIGIBhMuLtrSEA6EOQFH8JGaGbVv7IzuYbLsgAoKdErBmMjVMZuFmXpWt26AfJ/8/43U3tZiA==", + "dev": true, + "license": "BSD-3-Clause", + "peer": true, + "dependencies": { + "@themost/events": "^1.5.0", + "@themost/json": "^1.1.0", + "async": "^3.2.3", + "esprima": "^4.0.0", + "lodash": "^4.17.21", + "sprintf-js": "^1.1.2" + }, + "engines": { + "node": ">=8.4.0" + } + }, "node_modules/@themost/sqlite": { "version": "2.11.0", "resolved": "https://registry.npmjs.org/@themost/sqlite/-/sqlite-2.11.0.tgz", @@ -7627,9 +7646,10 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", + "license": "MIT" }, "node_modules/lodash.debounce": { "version": "4.0.8",