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" } }