From c6ee26ab37a1e8b1cf1e7bebe5a827918d6e0e8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 03:28:23 +0000 Subject: [PATCH] chore(deps): bump lodash in /plugins/local-storage-legacy 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] --- plugins/local-storage-legacy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/local-storage-legacy/package.json b/plugins/local-storage-legacy/package.json index b0605ce4..4418a5ac 100644 --- a/plugins/local-storage-legacy/package.json +++ b/plugins/local-storage-legacy/package.json @@ -36,7 +36,7 @@ "@verdaccio/streams": "workspace:10.2.1", "debug": "4.4.3", "async": "3.2.6", - "lodash": "4.17.23", + "lodash": "4.18.1", "lowdb": "1.0.0", "mkdirp": "1.0.4" },