From 85d435eae64d9bb3f27453d1a2eccaf7068f1195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 04:16:37 +0000 Subject: [PATCH] Bump lodash from 4.17.21 to 4.17.23 in /DSL/Node 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] --- DSL/Node/package-lock.json | 9 +++++---- DSL/Node/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/DSL/Node/package-lock.json b/DSL/Node/package-lock.json index d9a0a829a..493ef6f1d 100644 --- a/DSL/Node/package-lock.json +++ b/DSL/Node/package-lock.json @@ -8,7 +8,7 @@ "body-parser": "^1.20.1", "dotenv": "^16.0.3", "express": "^4.18.2", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "mime-types": "^2.1.35", "multer": "^1.4.5-lts.1", "papaparse": "^5.3.2", @@ -860,9 +860,10 @@ "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" }, "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/media-typer": { "version": "0.3.0", diff --git a/DSL/Node/package.json b/DSL/Node/package.json index cc630815b..460caa8fe 100644 --- a/DSL/Node/package.json +++ b/DSL/Node/package.json @@ -4,7 +4,7 @@ "dotenv": "^16.0.3", "express": "^4.18.2", "mime-types": "^2.1.35", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "multer": "^1.4.5-lts.1", "papaparse": "^5.3.2", "yaml": "^2.2.1"