From 23415ead6d70a1942a4d08a87bdd5c7162a09535 Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 01:15:32 +0000 Subject: [PATCH] chore(patch): update @types/node to 25.0.9 #patch (#604) 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 ed00305..9dc4685 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.8", + "@types/node": "25.0.9", "@types/react": "19.2.8", "@types/react-dom": "19.2.3", "@vitejs/plugin-react": "5.1.2", diff --git a/ui/yarn.lock b/ui/yarn.lock index 7abfec0..5598404 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.8": - version "25.0.8" - resolved "https://registry.yarnpkg.com/@types/node/-/node-25.0.8.tgz#e54e00f94fe1db2497b3e42d292b8376a2678c8d" - integrity sha512-powIePYMmC3ibL0UJ2i2s0WIbq6cg6UyVFQxSCpaPxxzAaziRfimGivjdF943sSGV6RADVbk0Nvlm5P/FB44Zg== +"@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== dependencies: undici-types "~7.16.0"