From 59fd2c7b6a0cee5ab82c1d9d698a49d7f95c15d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 19:37:50 +0000 Subject: [PATCH] build(deps): bump lodash.trim Bumps the npm_and_yarn group with 1 update in the /packages/nx-plugin directory: [lodash.trim](https://github.com/lodash/lodash). Updates `lodash.trim` from 4.5.1 to 4.18.0 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.5.1...4.18.0) --- updated-dependencies: - dependency-name: lodash.trim dependency-version: 4.18.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/nx-plugin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nx-plugin/package.json b/packages/nx-plugin/package.json index 80c7ee3a..ec366b6b 100644 --- a/packages/nx-plugin/package.json +++ b/packages/nx-plugin/package.json @@ -41,7 +41,7 @@ "lodash.clonedeepwith": "4.5.0", "lodash.deburr": "4.1.0", "lodash.orderby": "4.6.0", - "lodash.trim": "4.5.1", + "lodash.trim": "4.18.0", "lodash.uniqby": "4.7.0", "minimatch": "10.2.5", "openapi-types": "12.1.3",