From 18c2e08c4c62b4c3113093c6b45d858a95925361 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 13:42:35 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v20.10.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index eafbd988..964c04f1 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "@types/html-escaper": "3.0.2", "@types/jest": "29.5.8", "@types/metro-config": "0.76.3", - "@types/node": "20.9.0", + "@types/node": "20.10.0", "@types/react": "18.2.37", "@types/react-native-vector-icons": "6.4.17", "@types/react-native-video": "5.0.18", diff --git a/yarn.lock b/yarn.lock index fb1c1485..e786bc89 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2932,10 +2932,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.11.tgz#b3b790f09cb1696cffcec605de025b088fa4225f" integrity sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q== -"@types/node@20.9.0": - version "20.9.0" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.9.0.tgz#bfcdc230583aeb891cf51e73cfdaacdd8deae298" - integrity sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw== +"@types/node@20.10.0": + version "20.10.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.0.tgz#16ddf9c0a72b832ec4fcce35b8249cf149214617" + integrity sha512-D0WfRmU9TQ8I9PFx9Yc+EBHw+vSpIub4IDvQivcp26PtPrdMGAq5SDcpXEo/epqa/DXotVpekHiLNTg3iaKXBQ== dependencies: undici-types "~5.26.4"