From 6c34da94f4502d3592cbb41cdcc717d1a30a20c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 15:26:12 +0000 Subject: [PATCH] build(deps-dev): bump @types/node from 25.0.9 to 25.0.10 in /backend (#9142) 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 d61228d2b..4a9296071 100644 --- a/backend/package.json +++ b/backend/package.json @@ -99,7 +99,7 @@ "@types/jest": "^30.0.0", "@types/jsonwebtoken": "~8.5.1", "@types/lodash": "^4.17.23", - "@types/node": "^25.0.9", + "@types/node": "^25.0.10", "@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 a4283a149..9f544f30f 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -2983,10 +2983,10 @@ "@types/node" "*" form-data "^3.0.0" -"@types/node@*", "@types/node@^25.0.9": - version "25.0.9" - resolved "https://registry.yarnpkg.com/@types/node/-/node-25.0.9.tgz#81ce3579ddf67cae812a9d49c8a0ab90c82e7782" - integrity sha512-/rpCXHlCWeqClNBwUhDcusJxXYDjZTyE8v5oTO7WbL8eij2nKhUeU89/6xgjU7N4/Vh3He0BtyhJdQbDyhiXAw== +"@types/node@*", "@types/node@^25.0.10": + version "25.0.10" + resolved "https://registry.yarnpkg.com/@types/node/-/node-25.0.10.tgz#4864459c3c9459376b8b75fd051315071c8213e7" + integrity sha512-zWW5KPngR/yvakJgGOmZ5vTBemDoSqF3AcV/LrO5u5wTWyEAVVh+IT39G4gtyAkh3CtTZs8aX/yRM82OfzHJRg== dependencies: undici-types "~7.16.0"