From e07d44b8d2f7ce1bb5cfd46d1272fe9b94753a79 Mon Sep 17 00:00:00 2001 From: Florent Benoit Date: Tue, 23 Apr 2024 13:40:03 +0200 Subject: [PATCH] chore: update @types/node to v20.12.7 Signed-off-by: Florent Benoit --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 653fd69a391..aaee1f2e797 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4105,9 +4105,9 @@ "@types/node" "*" "@types/node@*", "@types/node@^17.0.5", "@types/node@^20", "@types/node@^20.1.1", "@types/node@^20.9.0": - version "20.11.20" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.20.tgz#f0a2aee575215149a62784210ad88b3a34843659" - integrity sha512-7/rR21OS+fq8IyHTgtLkDK949uzsa6n8BkziAKtPVpugIkO6D+/ooXMvzXxDnZrmtXVfjb1bKQafYpb8s89LOg== + 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"