diff --git a/package.json b/package.json index 331e746e..24862e3b 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@types/benchmark": "2.1.5", "@types/jest": "29.5.10", "@types/lodash": "4.14.202", - "@types/node": "18.18.8", + "@types/node": "20.10.0", "@types/pako": "2.0.3", "benchmark": "2.1.4", "esbuild": "0.19.7", @@ -52,6 +52,6 @@ "access": "public" }, "volta": { - "node": "18.18.2" + "node": "20.10.0" } } diff --git a/yarn.lock b/yarn.lock index 3b6cd3e3..464445fd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1259,10 +1259,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-16.0.0.tgz#067a6c49dc7a5c2412a505628e26902ae967bf6f" integrity sha512-TmCW5HoZ2o2/z2EYi109jLqIaPIi9y/lc2LmDCWzuCi35bcaQ+OtUh6nwBiFK7SOu25FAU5+YKdqFZUwtqGSdg== -"@types/node@18.18.8": - version "18.18.8" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.8.tgz#2b285361f2357c8c8578ec86b5d097c7f464cfd6" - integrity sha512-OLGBaaK5V3VRBS1bAkMVP2/W9B+H8meUfl866OrMNQqt7wDgdpWPp5o6gmIc9pB+lIQHSq4ZL8ypeH1vPxcPaQ== +"@types/node@20.10.0": + version "20.10.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.0.tgz#16ddf9c0a72b832ec4fcce35b8249cf149214617" + integrity sha512-D0WfRmU9TQ8I9PFx9Yc+EBHw+vSpIub4IDvQivcp26PtPrdMGAq5SDcpXEo/epqa/DXotVpekHiLNTg3iaKXBQ== dependencies: undici-types "~5.26.4"