From ed24887ace9cb20a2d17053afc581c966df1a148 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Sep 2023 20:49:30 +0000 Subject: [PATCH] fix: upgrade @types/node from 20.5.0 to 20.5.8 Snyk has created this PR to upgrade @types/node from 20.5.0 to 20.5.8. See this package in npm: See this project in Snyk: https://app.snyk.io/org/kaushik-r24/project/33b5a4be-b993-4706-9c92-4d176697b861?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 608e5ebbb6..5d1bdedb7e 100644 --- a/ui/package.json +++ b/ui/package.json @@ -27,7 +27,7 @@ "@radix-ui/react-toggle-group": "^1.0.4", "@radix-ui/react-tooltip": "^1.0.6", "@tremor/react": "^3.6.6", - "@types/node": "20.5.0", + "@types/node": "20.5.8", "@types/react": "18.2.21", "@types/react-dom": "18.2.7", "classnames": "^2.3.2", diff --git a/ui/yarn.lock b/ui/yarn.lock index 1845f2a6a3..726a031fdc 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -3393,10 +3393,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.9.tgz#a70ec9d8fa0180a314c3ede0e20ea56ff71aed9a" integrity sha512-PcGNd//40kHAS3sTlzKB9C9XL4K0sTup8nbG5lC14kzEteTNuAFh9u5nA0o5TWnSG2r/JNPRXFVcHJIIeRlmqQ== -"@types/node@20.5.0": - version "20.5.0" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.0.tgz#7fc8636d5f1aaa3b21e6245e97d56b7f56702313" - integrity sha512-Mgq7eCtoTjT89FqNoTzzXg2XvCi5VMhRV6+I2aYanc6kQCBImeNaAYRs/DyoVqk1YEUJK5gN9VO7HRIdz4Wo3Q== +"@types/node@20.5.8": + version "20.5.8" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.8.tgz#fb171fd22d37ca6e2ea97fde88e6a13ee14bc327" + integrity sha512-eajsR9aeljqNhK028VG0Wuw+OaY5LLxYmxeoXynIoE6jannr9/Ucd1LL0hSSoafk5LTYG+FfqsyGt81Q6Zkybw== "@types/node@^16.0.0": version "16.18.48"