From a3c70108d2cc19ea39d4fe9ab1dd8f5fc8825ffd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 01:05:15 +0000 Subject: [PATCH] fix(deps): update dependency @types/node to v20 --- javascript/chubbyts-uwebsockets/package.json | 2 +- javascript/chubbyts/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/javascript/chubbyts-uwebsockets/package.json b/javascript/chubbyts-uwebsockets/package.json index ab822e69867..6c2df181b9b 100644 --- a/javascript/chubbyts-uwebsockets/package.json +++ b/javascript/chubbyts-uwebsockets/package.json @@ -4,6 +4,6 @@ "@chubbyts/chubbyts-framework-router-path-to-regexp": "*", "@chubbyts/chubbyts-http": "*", "@chubbyts/chubbyts-uwebsockets-http-bridge": "*", - "@types/node": "18" + "@types/node": "20" } } diff --git a/javascript/chubbyts/package.json b/javascript/chubbyts/package.json index f955b0b1b0d..d5883cf44f5 100644 --- a/javascript/chubbyts/package.json +++ b/javascript/chubbyts/package.json @@ -3,6 +3,6 @@ "@chubbyts/chubbyts-framework": "~1.9.0", "@chubbyts/chubbyts-framework-router-path-to-regexp": "*", "@chubbyts/chubbyts-http": "*", - "@types/node": "18" + "@types/node": "20" } }