From 36c69754e8bab39e4610b5915307daa8e6ac2e74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 21:06:26 +0000 Subject: [PATCH] Update dependency @types/node to v22.10.4 (#9420) 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 a7bc6098501..ec07177b7f4 100644 --- a/package.json +++ b/package.json @@ -1206,7 +1206,7 @@ "@types/glob": "8.1.0", "@types/lodash": "4.17.13", "@types/mocha": "10.0.10", - "@types/node": "22.10.3", + "@types/node": "22.10.4", "@types/parsimmon": "1.10.9", "@types/sinon": "17.0.3", "@types/vscode": "1.74.0", diff --git a/yarn.lock b/yarn.lock index 0f232e8cbb8..faa9e172456 100644 --- a/yarn.lock +++ b/yarn.lock @@ -370,10 +370,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-14.11.2.tgz#2de1ed6670439387da1c9f549a2ade2b0a799256" integrity sha512-jiE3QIxJ8JLNcb1Ps6rDbysDhN4xa8DJJvuC9prr6w+1tIh+QAbYyNF3tyiZNLDBIuBCf4KEcV2UvQm/V60xfA== -"@types/node@22.10.3": - version "22.10.3" - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.3.tgz#cdc2a89bf6e5d5e593fad08e83f74d7348d5dd10" - integrity sha512-DifAyw4BkrufCILvD3ucnuN8eydUfc/C1GlyrnI+LK6543w5/L3VeVgf05o3B4fqSXP1dKYLOZsKfutpxPzZrw== +"@types/node@22.10.4": + version "22.10.4" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.4.tgz#da36bebcc4b124f3d62bfde1cd1dafd7763949c1" + integrity sha512-99l6wv4HEzBQhvaU/UGoeBoCK61SCROQaCCGyQSgX2tEQ3rKkNZ2S7CEWnS/4s1LV+8ODdK21UeyR1fHP2mXug== dependencies: undici-types "~6.20.0"