diff --git a/package.json b/package.json index 2a7f49cb..f52f8836 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ }, "devDependencies": { "@types/jest": "^29.5.1", - "@types/node": "^18.15.11", + "@types/node": "^20.2.5", "jest": "^29.5.0", "jest-circus": "^29.5.0", "ts-jest": "^29.1.0", diff --git a/yarn.lock b/yarn.lock index 8f3eb1c6..56537743 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1092,10 +1092,10 @@ expect "^29.0.0" pretty-format "^29.0.0" -"@types/node@*", "@types/node@>= 8", "@types/node@^18.15.11": - version "18.15.11" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.11.tgz#b3b790f09cb1696cffcec605de025b088fa4225f" - integrity sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q== +"@types/node@*", "@types/node@>= 8", "@types/node@^20.2.5": + version "20.2.5" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.2.5.tgz#26d295f3570323b2837d322180dfbf1ba156fefb" + integrity sha512-JJulVEQXmiY9Px5axXHeYGLSjhkZEnD+MDPDGbCbIAbMslkKwmygtZFy1X6s/075Yo94sf8GuSlFfPzysQrWZQ== "@types/prettier@^2.1.5": version "2.3.0"