diff --git a/package.json b/package.json index c71fddb..09ee108 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ ], "devDependencies": { "@babel/types": "7.23.4", - "@types/node": "20.10.0", + "@types/node": "20.11.0", "@types/ws": "8.5.10", "@typescript-eslint/eslint-plugin": "6.13.1", "@typescript-eslint/parser": "6.13.1", diff --git a/yarn.lock b/yarn.lock index 85f8d3f..0a98d2c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1169,10 +1169,10 @@ resolved "https://registry.npmjs.org/@types/node/-/node-18.16.18.tgz" integrity sha512-/aNaQZD0+iSBAGnvvN2Cx92HqE5sZCPZtx2TsK+4nvV23fFe09jVDvpArXr2j9DnYlzuU9WuoykDDc6wqvpNcw== -"@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== +"@types/node@20.11.0": + version "20.11.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.0.tgz#8e0b99e70c0c1ade1a86c4a282f7b7ef87c9552f" + integrity sha512-o9bjXmDNcF7GbM4CNQpmi+TutCgap/K3w1JyKgxAjqx41zp9qlIAVFi0IhCNsJcXolEqLWhbFbEeL0PvYm4pcQ== dependencies: undici-types "~5.26.4"