diff --git a/package.json b/package.json index 28dd0d0..4971d4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "devbox", - "version": "8.0.0", + "version": "9.0.0", "description": "viqueen devbox", "scripts": { "build": "tsc", @@ -32,7 +32,7 @@ "@types/mailparser": "^3.4.0", "@types/minimist": "^1.2.2", "@types/morgan": "^1.9.4", - "@types/node": "^20.11.10", + "@types/node": "^22.0.0", "@types/prettyjson": "^0.0.33", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", diff --git a/yarn.lock b/yarn.lock index 74e9143..50a2f86 100644 --- a/yarn.lock +++ b/yarn.lock @@ -238,12 +238,12 @@ dependencies: undici-types "~6.19.2" -"@types/node@^20.11.10": - version "20.16.11" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.16.11.tgz#9b544c3e716b1577ac12e70f9145193f32750b33" - integrity sha512-y+cTCACu92FyA5fgQSAI8A1H429g7aSK2HsO7K4XYUWc4dY5IUz55JSDIYT6/VsOLfGy8vmvQYC2hfb0iF16Uw== +"@types/node@^22.0.0": + version "22.8.2" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.2.tgz#8e82bb8201c0caf751dcdc61b0a262d2002d438b" + integrity sha512-NzaRNFV+FZkvK/KLCsNdTvID0SThyrs5SHB6tsD/lajr22FGC73N2QeDPM2wHtVde8mgcXuSsHQkH5cX1pbPLw== dependencies: - undici-types "~6.19.2" + undici-types "~6.19.8" "@types/prettyjson@^0.0.33": version "0.0.33" @@ -2986,7 +2986,7 @@ underscore@1.12.1: resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.12.1.tgz#7bb8cc9b3d397e201cf8553336d262544ead829e" integrity sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw== -undici-types@~6.19.2: +undici-types@~6.19.2, undici-types@~6.19.8: version "6.19.8" resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02" integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==