diff --git a/package.json b/package.json index 84755ef..b858ba3 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "author": "mkusaka ", "license": "MIT", "devDependencies": { - "@types/node": "^18.15.3", + "@types/node": "^18.16.5", "@types/prettier": "^2.7.2", "@vercel/ncc": "^0.34.0", "concurrently": "^7.4.0", diff --git a/yarn.lock b/yarn.lock index 512e72e..3a271e2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -43,10 +43,10 @@ resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3" integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ== -"@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@^18.16.5": + version "18.16.5" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.5.tgz#bf64e42719dc2e74da24709a2e1c0b50a966120a" + integrity sha512-seOA34WMo9KB+UA78qaJoCO20RJzZGVXQ5Sh6FWu0g/hfT44nKXnej3/tCQl7FL97idFpBhisLYCTB50S0EirA== "@types/prettier@^2.7.2": version "2.7.2"