From 10720cbf1bbcbb5995d23e66ef84870626ff11ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 05:48:16 +0000 Subject: [PATCH] Bump lodash in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [lodash](https://github.com/lodash/lodash). Updates `lodash` from 3.10.1 to 4.18.1 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/3.10.1...4.18.1) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd6fcc0..1820e7a 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "dependencies": { "debug": "^2.1.2", "json-buffer": "^2.0.11", - "lodash": "^3.3.1", + "lodash": "^4.18.1", "lru-cache": "^2.5.0", "redis": "^0.12.1", "wreck": "^5.2.0"