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