From 1ed68d77a27cd6539dc06b9208a8dadd3eee5073 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 20:30:52 +0000 Subject: [PATCH] Bump lodash from 4.17.21 to 4.17.23 in /lexos/static 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] --- lexos/static/package-lock.json | 14 +++++++------- lexos/static/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lexos/static/package-lock.json b/lexos/static/package-lock.json index 70461d6f3..08852c281 100644 --- a/lexos/static/package-lock.json +++ b/lexos/static/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "hosted-git-info": "^4.0.2", - "lodash": "^4.17.21" + "lodash": "^4.17.23" } }, "node_modules/hosted-git-info": { @@ -37,9 +37,9 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==" } }, "dependencies": { @@ -67,9 +67,9 @@ } }, "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==" } } } diff --git a/lexos/static/package.json b/lexos/static/package.json index df0773e43..cc27f7e53 100644 --- a/lexos/static/package.json +++ b/lexos/static/package.json @@ -1,6 +1,6 @@ { "dependencies": { "hosted-git-info": "^4.0.2", - "lodash": "^4.17.21" + "lodash": "^4.17.23" } }