From 626372a7411ffa85ecfe3594a5162f5c95d94334 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Jan 2026 22:04:58 +0000 Subject: [PATCH] build(deps-dev): bump @types/lodash from 4.17.21 to 4.17.23 in /backend (#9111) 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 fd33b4e12..32fac1dd2 100644 --- a/backend/package.json +++ b/backend/package.json @@ -97,7 +97,7 @@ "@types/email-templates": "^10.0.4", "@types/jest": "^30.0.0", "@types/jsonwebtoken": "~8.5.1", - "@types/lodash": "^4.17.21", + "@types/lodash": "^4.17.23", "@types/node": "^25.0.9", "@types/request": "^2.48.13", "@types/slug": "^5.0.9", diff --git a/backend/yarn.lock b/backend/yarn.lock index a40b250cd..f5325e05c 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -2882,10 +2882,10 @@ "@types/koa-compose" "*" "@types/node" "*" -"@types/lodash@^4.17.21": - version "4.17.21" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.21.tgz#b806831543d696b14f8112db600ea9d3a1df6ea4" - integrity sha512-FOvQ0YPD5NOfPgMzJihoT+Za5pdkDJWcbpuj1DjaKZIr/gxodQjY/uWEFlTNqW2ugXHUiL8lRQgw63dzKHZdeQ== +"@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/long@^4.0.0": version "4.0.1"