From fe4a413b55e8a2e15f2d8737fd4286bfdf48009b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 00:15:38 +0000 Subject: [PATCH] Bump lodash from 4.17.21 to 4.17.23 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f51f878..5d79acc 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.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "license": "MIT" }, "node_modules/lodash.debounce": { "version": "4.0.8",