From 7bc046e27ef26e5c4881e1af5eb98d823a3bb232 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 16:28:20 +0000 Subject: [PATCH] chore(deps): update dependency @types/node to v22.9.3 (#763) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index afb84477..9dbdd895 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@testing-library/jest-dom": "6.6.3", "@testing-library/react": "15.0.7", "@types/jest": "29.5.14", - "@types/node": "22.9.1", + "@types/node": "22.9.3", "@types/react": "18.3.12", "@types/react-dom": "18.3.1", "@types/transit-js": "0.8.3", diff --git a/yarn.lock b/yarn.lock index 33f14922..438a69f5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1088,10 +1088,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.3.tgz#463fc47f13ec0688a33aec75d078a0541a447199" integrity sha512-HzNRZtp4eepNitP+BD6k2L6DROIDG4Q0fm4x+dwfsr6LGmROENnok75VGw40628xf+iR24WeMFcHuuBDUAzzsQ== -"@types/node@22.9.1": - version "22.9.1" - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.9.1.tgz#bdf91c36e0e7ecfb7257b2d75bf1b206b308ca71" - integrity sha512-p8Yy/8sw1caA8CdRIQBG5tiLHmxtQKObCijiAa9Ez+d4+PRffM4054xbju0msf+cvhJpnFEeNjxmVT/0ipktrg== +"@types/node@22.9.3": + version "22.9.3" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.9.3.tgz#08f3d64b3bc6d74b162d36f60213e8a6704ef2b4" + integrity sha512-F3u1fs/fce3FFk+DAxbxc78DF8x0cY09RRL8GnXLmkJ1jvx3TtPdWoTT5/NiYfI5ASqXBmfqJi9dZ3gxMx4lzw== dependencies: undici-types "~6.19.8"