From 4e612652a25ebd5b3a929d9ced425f67a1310bd9 Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 03:24:39 +0000 Subject: [PATCH] chore(patch): update @types/node to 25.0.5 #patch (#589) Co-authored-by: public-glueops-renovatebot[bot] <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index f65354d..a1b1b6a 100644 --- a/ui/package.json +++ b/ui/package.json @@ -67,7 +67,7 @@ "devDependencies": { "@eslint/js": "9.39.2", "@ianvs/prettier-plugin-sort-imports": "4.7.0", - "@types/node": "25.0.3", + "@types/node": "25.0.5", "@types/react": "19.2.7", "@types/react-dom": "19.2.3", "@vitejs/plugin-react": "5.1.2", diff --git a/ui/yarn.lock b/ui/yarn.lock index c6e3dd3..5b8df0e 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -2262,10 +2262,10 @@ resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841" integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA== -"@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@25.0.5": + version "25.0.5" + resolved "https://registry.yarnpkg.com/@types/node/-/node-25.0.5.tgz#7ee6356607b9c93b9d25bf5c5e8f8a8ed6240877" + integrity sha512-FuLxeLuSVOqHPxSN1fkcD8DLU21gAP7nCKqGRJ/FglbCUBs0NYN6TpHcdmyLeh8C0KwGIaZQJSv+OYG+KZz+Gw== dependencies: undici-types "~7.16.0"