diff --git a/package.json b/package.json index 8cc6725..a22583d 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@babel/preset-typescript": "^7.21.0", "@types/axios": "^0.14.0", "@types/jest": "^28.1.1", - "@types/node": "^18.15.3", + "@types/node": "^20.3.1", "@types/torrent-search-api": "^2.0.0", "babel-jest": "^28.1.3", "jest": "^28.1.1", diff --git a/yarn.lock b/yarn.lock index b433f64..42167a0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1509,10 +1509,10 @@ jest-matcher-utils "^27.0.0" pretty-format "^27.0.0" -"@types/node@*", "@types/node@^18.15.3": - version "18.15.3" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.3.tgz#f0b991c32cfc6a4e7f3399d6cb4b8cf9a0315014" - integrity sha512-p6ua9zBxz5otCmbpb5D3U4B5Nanw6Pk3PPyX05xnxbB/fRv71N7CPmORg7uAD5P70T0xmx1pzAx/FUfa5X+3cw== +"@types/node@*", "@types/node@^20.3.1": + version "20.3.1" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.3.1.tgz#e8a83f1aa8b649377bb1fb5d7bac5cb90e784dfe" + integrity sha512-EhcH/wvidPy1WeML3TtYFGR83UzjxeWRen9V402T8aUGYsCHOmfoisV3ZSg03gAFIbLq8TnWOJ0f4cALtnSEUg== "@types/prettier@^2.1.5": version "2.4.1"