From 9732deaa36368c1e98112d8ec5562c04ff76795d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 17:52:40 +0000 Subject: [PATCH] Bump lodash from 4.17.21 to 4.17.23 in /client 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] --- client/package-lock.json | 8 ++++---- client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index ddfe1a15..d2caf078 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@types/lodash": "^4.17.20", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "node-yaml-parser": "^0.0.9", "vscode-languageclient": "~9.0.1", "vscode-uri": "^3.0.8" @@ -745,9 +745,9 @@ } }, "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==", "license": "MIT" }, "node_modules/log-symbols": { diff --git a/client/package.json b/client/package.json index 7d8721db..8a12745e 100644 --- a/client/package.json +++ b/client/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@types/lodash": "^4.17.20", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "node-yaml-parser": "^0.0.9", "vscode-languageclient": "~9.0.1", "vscode-uri": "^3.0.8"