From b01d5e5a273ee286c6c0b0b57fe06fdcef207d7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 10:54:01 +0100 Subject: [PATCH] build(deps-dev): bump @types/node from 25.0.3 to 25.0.5 in /backend (#9096) 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 7535c6766..906e3aaaf 100644 --- a/backend/package.json +++ b/backend/package.json @@ -98,7 +98,7 @@ "@types/jest": "^30.0.0", "@types/jsonwebtoken": "~8.5.1", "@types/lodash": "^4.17.21", - "@types/node": "^25.0.3", + "@types/node": "^25.0.7", "@types/request": "^2.48.13", "@types/slug": "^5.0.9", "@types/uuid": "~9.0.1", diff --git a/backend/yarn.lock b/backend/yarn.lock index a5e9edcad..99e1560ff 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -2918,10 +2918,10 @@ "@types/node" "*" form-data "^3.0.0" -"@types/node@*", "@types/node@^25.0.3": - version "25.0.3" - resolved "https://registry.yarnpkg.com/@types/node/-/node-25.0.3.tgz#79b9ac8318f373fbfaaf6e2784893efa9701f269" - integrity sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA== +"@types/node@*", "@types/node@^25.0.7": + version "25.0.7" + resolved "https://registry.yarnpkg.com/@types/node/-/node-25.0.7.tgz#afd2f0d34358631a287c6726dabe0c845abc2bae" + integrity sha512-C/er7DlIZgRJO7WtTdYovjIFzGsz0I95UlMyR9anTb4aCpBSRWe5Jc1/RvLKUfzmOxHPGjSE5+63HgLtndxU4w== dependencies: undici-types "~7.16.0"