From 6e53c53f389f55f9d675070584cab4d66d5ae73d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 05:18:55 +0000 Subject: [PATCH] build(deps-dev): bump @types/lodash from 4.17.23 to 4.17.24 in /backend (#9314) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/package.json | 2 +- backend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/package.json b/backend/package.json index d3ac1e8a0..34dff59e6 100644 --- a/backend/package.json +++ b/backend/package.json @@ -100,7 +100,7 @@ "@types/email-templates": "^10.0.4", "@types/jest": "^30.0.0", "@types/jsonwebtoken": "~8.5.1", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/node": "^25.3.2", "@types/request": "^2.48.13", "@types/slug": "^5.0.9", diff --git a/backend/yarn.lock b/backend/yarn.lock index 1eea741cf..3b446e96c 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -3309,10 +3309,10 @@ dependencies: "@types/node" "*" -"@types/lodash@^4.14.175", "@types/lodash@^4.17.23": - version "4.17.23" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.23.tgz#c1bb06db218acc8fc232da0447473fc2fb9d9841" - integrity sha512-RDvF6wTulMPjrNdCoYRC8gNR880JNGT8uB+REUpC2Ns4pRqQJhGz90wh7rgdXDPpCczF3VGktDuFGVnz8zP7HA== +"@types/lodash@^4.14.175", "@types/lodash@^4.17.24": + version "4.17.24" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.24.tgz#4ae334fc62c0e915ca8ed8e35dcc6d4eeb29215f" + integrity sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ== "@types/long@^4.0.0": version "4.0.2"