diff --git a/package.json b/package.json index a0aeb4c..35de462 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@types/mongodb": "^3.5.27", "@types/node": "^14.11.2", "@types/turndown": "^5.0.0", - "@types/ws": "^7.2.7", + "@types/ws": "^8.5.3", "@typescript-eslint/eslint-plugin": "^4.4.0", "@typescript-eslint/parser": "^4.33.0", "@youKnowOwO/eslint-config": "github:youKnowOwO/eslint-config#build", diff --git a/yarn.lock b/yarn.lock index cae0ad9..a2e4cd6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -146,10 +146,10 @@ resolved "https://registry.yarnpkg.com/@types/turndown/-/turndown-5.0.0.tgz#2b763b36f783e4e237cea62cdc8f8592b72b9285" integrity sha512-Y7KZn6SfSv1vzjByJGijrM9w99HoUbLiAgYwe+sGH6RYi5diIGLYOcr4Z1YqR2biFs9K5PnxKv/Fbkmh57pvzg== -"@types/ws@^7.2.7": - version "7.2.7" - resolved "https://registry.yarnpkg.com/@types/ws/-/ws-7.2.7.tgz#362ad1a1d62721bdb725e72c8cccf357078cf5a3" - integrity sha512-UUFC/xxqFLP17hTva8/lVT0SybLUrfSD9c+iapKb0fEiC8uoDbA+xuZ3pAN603eW+bY8ebSMLm9jXdIPnD0ZgA== +"@types/ws@^8.5.3": + version "8.5.3" + resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.3.tgz#7d25a1ffbecd3c4f2d35068d0b283c037003274d" + integrity sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w== dependencies: "@types/node" "*"