From 71db3a9b8994bb6d316fd6dc0283dee030e3babb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 08:00:01 +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-uniq-by-label/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/digitransit-search-util/packages/digitransit-search-util-uniq-by-label/package.json b/digitransit-search-util/packages/digitransit-search-util-uniq-by-label/package.json index 6363191ba1..bb3ec5630b 100644 --- a/digitransit-search-util/packages/digitransit-search-util-uniq-by-label/package.json +++ b/digitransit-search-util/packages/digitransit-search-util-uniq-by-label/package.json @@ -21,7 +21,7 @@ "author": "Digitransit Authors", "license": "(AGPL-3.0 OR EUPL-1.2)", "dependencies": { - "lodash": "4.17.23", + "lodash": "4.18.1", "lodash-es": "4.17.23" } }