From fe14385c5a9d7e2c1a6622d97332602f61d620a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 15:01:30 +0000 Subject: [PATCH] Bump lodash from 4.17.21 to 4.18.1 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.18.1) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 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..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",