From e44829484bd3f4d5f79850102da449af44b8ef4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 00:14:59 +0000 Subject: [PATCH] Bump lodash from 4.17.21 to 4.17.23 in /backend 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] --- backend/package-lock.json | 8 ++++---- backend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/package-lock.json b/backend/package-lock.json index 0b5ac815..c7681e55 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -28,7 +28,7 @@ "http-errors": "^2.0.0", "jsonstream": "npm:JSONStream@^1.3.5", "jsonwebtoken": "^9.0.2", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "openai": "^4.12.1", "pg": "^8.8.0", "pg-query-stream": "^4.3.0", @@ -24567,9 +24567,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/lodash.camelcase": { diff --git a/backend/package.json b/backend/package.json index b7ad1565..68e242e4 100644 --- a/backend/package.json +++ b/backend/package.json @@ -86,7 +86,7 @@ "http-errors": "^2.0.0", "jsonstream": "npm:JSONStream@^1.3.5", "jsonwebtoken": "^9.0.2", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "openai": "^4.12.1", "pg": "^8.8.0", "pg-query-stream": "^4.3.0",