From e472db9022bb9b5ada46b13421546a7c0ea33dfd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 00:24:53 +0000 Subject: [PATCH] fix(deps): update dependency @types/node to v20.10.2 --- src/main/webui/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webui/yarn.lock b/src/main/webui/yarn.lock index 1bf74a1b..d7e452a7 100644 --- a/src/main/webui/yarn.lock +++ b/src/main/webui/yarn.lock @@ -2355,9 +2355,9 @@ undici-types "~5.26.4" "@types/node@^20.8.9": - version "20.10.0" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.0.tgz#16ddf9c0a72b832ec4fcce35b8249cf149214617" - integrity sha512-D0WfRmU9TQ8I9PFx9Yc+EBHw+vSpIub4IDvQivcp26PtPrdMGAq5SDcpXEo/epqa/DXotVpekHiLNTg3iaKXBQ== + version "20.10.2" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.2.tgz#32a5e8228357f57714ad28d52229ab04880c2814" + integrity sha512-37MXfxkb0vuIlRKHNxwCkb60PNBpR94u4efQuN4JgIAm66zfCDXGSAFCef9XUWFovX2R1ok6Z7MHhtdVXXkkIw== dependencies: undici-types "~5.26.4"