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",