From c20b647b8de8aee3b201667481718419efc517c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 03:35:05 +0000 Subject: [PATCH] Chore(deps): bump lodash from 4.17.23 to 4.18.1 in /generators 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] --- generators/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/package.json b/generators/package.json index 51b0c11a3..360397b14 100644 --- a/generators/package.json +++ b/generators/package.json @@ -20,7 +20,7 @@ "@babel/runtime": "7.28.4", "@babel/runtime-corejs3": "7.28.4", "@manypkg/find-root": "3.1.0", - "lodash": "4.17.23", + "lodash": "4.18.1", "prompts": "2.4.2", "squirrelly": "9.1.0", "tsx": "4.21.0"