From 776155198f9832a8c39d7f65ee0ca108e4a1c798 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 17:22:13 +0000 Subject: [PATCH] chore(deps-dev): bump lodash from 4.17.21 to 4.17.23 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:development ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 9 +++++++-- tasks/e2e/package.json | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 88520aeea0f86..77737bdd2de74 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -357,8 +357,8 @@ importers: specifier: github:lit/dist#v3.3.1 version: https://codeload.github.com/lit/dist/tar.gz/2d8c023d796e1884e53ad527d3c68214c866a9e1 lodash: - specifier: ^4.17.21 - version: 4.17.21 + specifier: ^4.17.23 + version: 4.17.23 luxon: specifier: ^3.6.1 version: 3.7.2 @@ -3477,6 +3477,9 @@ packages: lodash@4.17.21: resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} + lodash@4.17.23: + resolution: {integrity: sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==} + lru-cache@11.2.5: resolution: {integrity: sha512-vFrFJkWtJvJnD5hg+hJvVE8Lh/TcMzKnTgCWmtBipwI5yLX/iX+5UB2tfuyODF5E7k9xEzMdYgGqaSb1c0c5Yw==} engines: {node: 20 || >=22} @@ -7500,6 +7503,8 @@ snapshots: lodash@4.17.21: {} + lodash@4.17.23: {} + lru-cache@11.2.5: {} lru-cache@5.1.1: diff --git a/tasks/e2e/package.json b/tasks/e2e/package.json index dfea0b7759ac0..82fd83bad168b 100644 --- a/tasks/e2e/package.json +++ b/tasks/e2e/package.json @@ -24,7 +24,7 @@ "immer": "^11.0.0", "jquery": "^3.7.1", "lit": "github:lit/dist#v3.3.1", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "luxon": "^3.6.1", "memfs": "^4.17.2", "moment": "^2.30.1",