diff --git a/apps/server/package.json b/apps/server/package.json index 8396b8f1..291802b9 100644 --- a/apps/server/package.json +++ b/apps/server/package.json @@ -49,7 +49,7 @@ "js-sha256": "^0.11.0", "ky": "^1.8.2", "kysely": "^0.28.4", - "lodash-es": "^4.17.21", + "lodash-es": "^4.17.23", "ms": "^2.1.3", "nodemailer": "^7.0.5", "pg": "^8.16.3", diff --git a/package-lock.json b/package-lock.json index fe293600..a446f3c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ ], "dependencies": { "debug": "^4.4.1", - "lodash-es": "^4.17.21", + "lodash-es": "^4.17.23", "lucide": "^0.541.0", "lucide-react": "^0.541.0" }, @@ -100,7 +100,7 @@ "js-sha256": "^0.11.0", "ky": "^1.8.2", "kysely": "^0.28.4", - "lodash-es": "^4.17.21", + "lodash-es": "^4.17.23", "ms": "^2.1.3", "nodemailer": "^7.0.5", "pg": "^8.16.3", @@ -19347,9 +19347,9 @@ "license": "MIT" }, "node_modules/lodash-es": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", - "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==", + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.23.tgz", + "integrity": "sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==", "license": "MIT" }, "node_modules/lodash._baseiteratee": { diff --git a/package.json b/package.json index 8f14f42d..7831241c 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ }, "dependencies": { "debug": "^4.4.1", - "lodash-es": "^4.17.21", + "lodash-es": "^4.17.23", "lucide": "^0.541.0", "lucide-react": "^0.541.0" }