From 630ec06ff74d9375617cef5b8886c7a40c077531 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 10:05:09 +0000 Subject: [PATCH] Bump lodash from 4.17.15 to 4.17.21 in /core/shared/nql-map-key-values Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.21 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- core/shared/nql-map-key-values/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/shared/nql-map-key-values/package.json b/core/shared/nql-map-key-values/package.json index cc454e3e039..3c16d8622d4 100644 --- a/core/shared/nql-map-key-values/package.json +++ b/core/shared/nql-map-key-values/package.json @@ -9,6 +9,6 @@ "private": true, "dependencies": { "@nexes/nql": "0.3.0", - "lodash": "4.17.15" + "lodash": "4.17.21" } }