From 6b36667d04d3d970ca5783fcdb92431d93549951 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 08:08:46 -0500 Subject: [PATCH] fix(deps): update dependency @types/node to v20 (#1308) 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 5d17c036..ed7a2950 100644 --- a/ui/package.json +++ b/ui/package.json @@ -53,7 +53,7 @@ "@material-ui/lab": "4.0.0-alpha.60", "@mui/icons-material": "5.0.0", "@reach/router": "1.3.4", - "@types/node": "18.19.31", + "@types/node": "20.12.7", "@types/reach__router": "1.3.15", "@types/react": "17.0.65", "@types/react-dom": "18.2.7", diff --git a/ui/yarn.lock b/ui/yarn.lock index ac1165fe..1f76bb40 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -2242,10 +2242,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.27.tgz#a151873af5a5e851b51b3b065c9e63390a9e0eb1" integrity sha512-kVrqXhbclHNHGu9ztnAwSncIgJv/FaxmzXJvGXNdcCpV1b8u1/Mi6z6m0vwy0LzKeXFTPLH0NzwmoJ3fNCIq0g== -"@types/node@18.19.31": - version "18.19.31" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.31.tgz#b7d4a00f7cb826b60a543cebdbda5d189aaecdcd" - integrity sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA== +"@types/node@20.12.7": + version "20.12.7" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.7.tgz#04080362fa3dd6c5822061aa3124f5c152cff384" + integrity sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg== dependencies: undici-types "~5.26.4"