From 15ace931ac45debebab0c35e522360c1d9889034 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 08:51:37 +0000 Subject: [PATCH] Bump lodash from 4.17.21 to 4.17.23 in /packages/worker 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] --- packages/worker/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/worker/package.json b/packages/worker/package.json index eb4664b7bf..7537e3e875 100644 --- a/packages/worker/package.json +++ b/packages/worker/package.json @@ -41,7 +41,7 @@ "koa": "3.1.1", "koa-body": "7.0.1", "koa-router": "14.0.0", - "lodash": "4.17.21", + "lodash": "4.17.23", "micromatch": "4.0.8", "node-fetch": "2.7.0", "node-os-utils": "1.3.7",