From 14a83b67702c63ef37afaa3cf7a6a43dfdc6df93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 09:26:51 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v22.13.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2334caab..045a5cbe 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@testing-library/react-native": "13.0.0", "@types/jest": "29.5.14", "@types/marked": "5.0.0", - "@types/node": "22.10.6", + "@types/node": "22.13.0", "@types/react": "18.3.18", "@types/react-native": "0.72.6", "@types/react-native-table-component": "1.2.8", diff --git a/yarn.lock b/yarn.lock index 5e593cc3..924e80a7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4879,10 +4879,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.8.2.tgz#17d42c6322d917764dd3d2d3a10d7884925de067" integrity sha512-cRMwIgdDN43GO4xMWAfJAecYn8wV4JbsOGHNfNUIDiuYkUYAR5ec4Rj7IO2SAhFPEfpPtLtUTbbny/TCT7aDwA== -"@types/node@22.10.6": - version "22.10.6" - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.6.tgz#5c6795e71635876039f853cbccd59f523d9e4239" - integrity sha512-qNiuwC4ZDAUNcY47xgaSuS92cjf8JbSUoaKS77bmLG1rU7MlATVSiw/IlrjtIyyskXBZ8KkNfjK/P5na7rgXbQ== +"@types/node@22.13.0": + version "22.13.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.0.tgz#d376dd9a0ee2f9382d86c2d5d7beb4d198b4ea8c" + integrity sha512-ClIbNe36lawluuvq3+YYhnIN2CELi+6q8NpnM7PYp4hBn/TatfboPgVSm2rwKRfnV2M+Ty9GWDFI64KEe+kysA== dependencies: undici-types "~6.20.0"