From 32345dac41a68508d5a32becc85d59678078332a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:52:06 -0600 Subject: [PATCH] [Backport 8.x] Update dependency @types/node to v22 (#2447) Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Josh Mock --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8df079b9e..391692d5c 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@sinonjs/fake-timers": "github:sinonjs/fake-timers#0bfffc1", "@types/debug": "4.1.12", "@types/ms": "0.7.34", - "@types/node": "18.19.64", + "@types/node": "22.9.0", "@types/sinonjs__fake-timers": "8.1.5", "@types/split2": "3.2.1", "@types/stoppable": "1.1.3",