From 9c67f342fd0a53af97d5f2884dfef6ae06ea6aaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 08:00:17 +0000 Subject: [PATCH] chore(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] --- .../package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/digitransit-search-util/packages/digitransit-search-util-filter-matching-to-input/package.json b/digitransit-search-util/packages/digitransit-search-util-filter-matching-to-input/package.json index 586239a47e..994522a43e 100644 --- a/digitransit-search-util/packages/digitransit-search-util-filter-matching-to-input/package.json +++ b/digitransit-search-util/packages/digitransit-search-util-filter-matching-to-input/package.json @@ -21,6 +21,6 @@ "author": "Digitransit Authors", "license": "(AGPL-3.0 OR EUPL-1.2)", "dependencies": { - "lodash": "4.17.23" + "lodash": "4.18.1" } }