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"