From 158e1ee4e0802a8f907c52c1aad96acc95a2f7a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 12:54:08 +0200 Subject: [PATCH] build(deps-dev): bump @types/node from 24.4.0 to 24.5.2 in /backend (#8913) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/package.json | 2 +- backend/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/backend/package.json b/backend/package.json index 95d6470d5..e66199198 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.20", - "@types/node": "^24.4.0", + "@types/node": "^24.5.2", "@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 1aace5a03..32d8c5956 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -2855,12 +2855,12 @@ "@types/node" "*" form-data "^3.0.0" -"@types/node@*", "@types/node@^24.4.0": - version "24.4.0" - resolved "https://registry.yarnpkg.com/@types/node/-/node-24.4.0.tgz#4ca9168c016a55ab15b7765ad1674ab807489600" - integrity sha512-gUuVEAK4/u6F9wRLznPUU4WGUacSEBDPoC2TrBkw3GAnOLHBL45QdfHOXp1kJ4ypBGLxTOB+t7NJLpKoC3gznQ== +"@types/node@*", "@types/node@^24.5.2": + version "24.5.2" + resolved "https://registry.yarnpkg.com/@types/node/-/node-24.5.2.tgz#52ceb83f50fe0fcfdfbd2a9fab6db2e9e7ef6446" + integrity sha512-FYxk1I7wPv3K2XBaoyH2cTnocQEu8AOZ60hPbsyukMPLv5/5qr7V1i8PLHdl6Zf87I+xZXFvPCXYjiTFq+YSDQ== dependencies: - undici-types "~7.11.0" + undici-types "~7.12.0" "@types/node@^10.1.0": version "10.17.26" @@ -11275,10 +11275,10 @@ underscore@~1.13.1: resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.7.tgz#970e33963af9a7dda228f17ebe8399e5fbe63a10" integrity sha512-GMXzWtsc57XAtguZgaQViUOzs0KTkk8ojr3/xAxXLITqf/3EMwxC0inyETfDFjH/Krbhuep0HNbbjI9i/q3F3g== -undici-types@~7.11.0: - version "7.11.0" - resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.11.0.tgz#075798115d0bbc4e4fc7c173f38727ca66bfb592" - integrity sha512-kt1ZriHTi7MU+Z/r9DOdAI3ONdaR3M3csEaRc6ewa4f4dTvX4cQCbJ4NkEn0ohE4hHtq85+PhPSTY+pO/1PwgA== +undici-types@~7.12.0: + version "7.12.0" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.12.0.tgz#15c5c7475c2a3ba30659529f5cdb4674b622fafb" + integrity sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ== undici@^7.12.0: version "7.12.0"