From db41d11d7ad856d4f7866b3d5910700cae9c6e23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 08:23:28 -0600 Subject: [PATCH] fix(deps): update dependency @types/node to v22.12.0 (#1564) Co-authored-by: renovate[bot] <29139614+renovate[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 f21dde02..bc95666b 100644 --- a/ui/package.json +++ b/ui/package.json @@ -56,7 +56,7 @@ "@mui/icons-material": "6.4.1", "@mui/material": "6.4.1", "@reach/router": "1.3.4", - "@types/node": "22.10.10", + "@types/node": "22.12.0", "@types/reach__router": "1.3.15", "@types/react": "18.3.18", "@types/react-dom": "18.3.5", diff --git a/ui/yarn.lock b/ui/yarn.lock index 58c78e1e..20f01fa2 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -2609,10 +2609,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.27.tgz#a151873af5a5e851b51b3b065c9e63390a9e0eb1" integrity sha512-kVrqXhbclHNHGu9ztnAwSncIgJv/FaxmzXJvGXNdcCpV1b8u1/Mi6z6m0vwy0LzKeXFTPLH0NzwmoJ3fNCIq0g== -"@types/node@22.10.10": - version "22.10.10" - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.10.tgz#85fe89f8bf459dc57dfef1689bd5b52ad1af07e6" - integrity sha512-X47y/mPNzxviAGY5TcYPtYL8JsY3kAq2n8fMmKoRCxq/c4v4pyGNCzM2R6+M5/umG4ZfHuT+sgqDYqWc9rJ6ww== +"@types/node@22.12.0": + version "22.12.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.12.0.tgz#bf8af3b2af0837b5a62a368756ff2b705ae0048c" + integrity sha512-Fll2FZ1riMjNmlmJOdAyY5pUbkftXslB5DgEzlIuNaiWhXd00FhWxVC/r4yV/4wBb9JfImTu+jiSvXTkJ7F/gA== dependencies: undici-types "~6.20.0"