From 0f4bf949e4fcca6c2c94f87e0fdab00cf7576816 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 09:49:00 +0000 Subject: [PATCH] fix(deps): update dependency lodash to v4.18.1 [security] | datasource | package | from | to | | ---------- | ------- | ------- | ------ | | npm | lodash | 4.17.21 | 4.18.1 | --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8ecf9fe9..74372f08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@hapi/boom": "10.0.1", "fastify": "4.24.1", "fastify-healthcheck": "4.4.0", - "lodash": "4.17.21", + "lodash": "4.18.1", "mongoose": "5.13.20", "uuid": "8.3.2", "winston": "3.10.0" @@ -4235,9 +4235,10 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", + "license": "MIT" }, "node_modules/lodash.flattendeep": { "version": "4.4.0", diff --git a/package.json b/package.json index f1aad173..06641874 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@hapi/boom": "10.0.1", "fastify": "4.24.1", "fastify-healthcheck": "4.4.0", - "lodash": "4.17.21", + "lodash": "4.18.1", "mongoose": "5.13.20", "uuid": "8.3.2", "winston": "3.10.0"