From 41b61d8d99c167e83b22ee4a8b4610f0be0606e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 03:29:37 +0000 Subject: [PATCH] chore(deps): bump lodash from 4.17.23 to 4.18.1 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.23 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e1f3f2292da..38e115cfebf 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "@smithy/config-resolver": "^4.4.5", "diff": "^8.0.3", "tar": "^7.5.11", - "lodash": "^4.17.23" + "lodash": "^4.18.1" }, "scripts": { "clean": "rm -rf node_modules yarn.lock",