From 65bc1f1f0ffb3a58bc23fd14b93b04f2165dbc47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 18:17:58 +0000 Subject: [PATCH] chore(deps): bump lodash from 4.17.21 to 4.17.23 in /packages/import Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/import/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/import/package.json b/packages/import/package.json index e7554dd3f..0f6d2cc30 100644 --- a/packages/import/package.json +++ b/packages/import/package.json @@ -35,7 +35,7 @@ "inquirer": "7.3.3", "inquirer-file-path": "1.0.1", "jira2md": "2.0.4", - "lodash": "4.17.21", + "lodash": "4.17.23", "node-fetch": "2.6.1", "ora": "^5.4.1" },