From b18b0cf9efee4519309989305a5089531574614b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 06:29:20 +0000 Subject: [PATCH] build(deps): bump lodash 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: direct:production ... Signed-off-by: dependabot[bot] --- .../test/packages-samples/positive/missing_deps/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/npm-dependencies-validation/test/packages-samples/positive/missing_deps/package.json b/packages/npm-dependencies-validation/test/packages-samples/positive/missing_deps/package.json index a8decbed..e1c1f851 100644 --- a/packages/npm-dependencies-validation/test/packages-samples/positive/missing_deps/package.json +++ b/packages/npm-dependencies-validation/test/packages-samples/positive/missing_deps/package.json @@ -2,7 +2,7 @@ "name": "no_deps_installed", "version": "1.0.0", "dependencies": { - "lodash": "4.17.23", + "lodash": "4.18.1", "json-fixer": "1.6.12" }, "devDependencies": {}