From e2a3e7bb1b9d431057e3c05a9dd6bd9e3696d246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 02:09:59 +0000 Subject: [PATCH] Bump lodash from 4.17.21 to 4.17.23 in /extension 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] --- extension/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/package.json b/extension/package.json index 67fd516e88..090d55f675 100644 --- a/extension/package.json +++ b/extension/package.json @@ -61,7 +61,7 @@ "jest-environment-jsdom": "29.7.0", "js-yaml": "4.1.1", "jsonschema": "1.5.0", - "lodash": "4.17.21", + "lodash": "4.17.23", "mini-css-extract-plugin": "2.9.2", "prettier": "3.5.3", "pretty-quick": "4.1.1",