From d9284e40688772103be6d96ae709dabb65ed23bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 08:00:10 +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] --- .../packages/digitransit-search-util-helpers/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/digitransit-search-util/packages/digitransit-search-util-helpers/package.json b/digitransit-search-util/packages/digitransit-search-util-helpers/package.json index cbb40e253c..f6c00a0b2c 100644 --- a/digitransit-search-util/packages/digitransit-search-util-helpers/package.json +++ b/digitransit-search-util/packages/digitransit-search-util-helpers/package.json @@ -22,6 +22,6 @@ "license": "(AGPL-3.0 OR EUPL-1.2)", "dependencies": { "@digitransit-search-util/digitransit-search-util-is-duplicate": "2.1.0", - "lodash": "4.17.23" + "lodash": "4.18.1" } }