diff --git a/web/package.json b/web/package.json index 27cf03f7..9093973a 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.2.4", "@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..7b1fff29 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.2.4": + version "20.2.4" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.2.4.tgz#e6c3345f7ed9c6df41fdc288a94e2633167bc15d" + integrity sha512-ni5f8Xlf4PwnT/Z3f0HURc3ZSw8UyrqMqmM3L5ysa7VjHu8c3FOmIo1nKCcLrV/OAmtf3N4kFna/aJqxsfEtnA== "@types/web-bluetooth@^0.0.16": version "0.0.16"