From c0c396653f75133aa497ee8d7b2b0dc69e1daf01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Dec 2025 10:42:27 +0000 Subject: [PATCH] build(deps-dev): bump @types/lodash from 4.17.20 to 4.17.21 in /backend (#9051) 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 52bde02ab..387ca2b0d 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.20", + "@types/lodash": "^4.17.21", "@types/node": "^24.10.1", "@types/request": "^2.48.13", "@types/slug": "^5.0.9", diff --git a/backend/yarn.lock b/backend/yarn.lock index 876244b27..5aa79672b 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -2853,10 +2853,10 @@ "@types/koa-compose" "*" "@types/node" "*" -"@types/lodash@^4.17.20": - version "4.17.20" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.20.tgz#1ca77361d7363432d29f5e55950d9ec1e1c6ea93" - integrity sha512-H3MHACvFUEiujabxhaI/ImO6gUrd8oOurg7LQtS7mbwIXA/cUqWrvBsaeJ23aZEPk1TAYkurjfMbSELfoCXlGA== +"@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/long@^4.0.0": version "4.0.1"