diff --git a/web/package.json b/web/package.json index 27cf03f7..19ddd8ad 100644 --- a/web/package.json +++ b/web/package.json @@ -26,7 +26,7 @@ }, "devDependencies": { "@rushstack/eslint-patch": "^1.2.0", - "@types/node": "^18.11.9", + "@types/node": "^20.3.0", "@vitejs/plugin-vue": "^2.3.4", "@vue/eslint-config-prettier": "^7.0.0", "@vue/eslint-config-typescript": "^10.0.0", diff --git a/web/yarn.lock b/web/yarn.lock index 49faa12f..b1fd48a5 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -114,10 +114,10 @@ version "7.0.11" resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz" -"@types/node@^18.11.9": - version "18.11.9" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.9.tgz#02d013de7058cea16d36168ef2fc653464cfbad4" - integrity sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg== +"@types/node@^20.3.0": + version "20.3.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.3.0.tgz#719498898d5defab83c3560f45d8498f58d11938" + integrity sha512-cumHmIAf6On83X7yP+LrsEyUOf/YlociZelmpRYaGFydoaPdxdt80MAbu6vWerQT2COCp2nPvHdsbD7tHn/YlQ== "@types/web-bluetooth@^0.0.16": version "0.0.16"