diff --git a/package.json b/package.json index f8c895b..7bad36a 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@tmware/eslint-config-typescript": "^1.0.8", "@tmware/semantic-release-npm-github-publish": "^1.4.4", "@types/node": "^16.7.10", - "@types/ws": "^7.4.7", + "@types/ws": "^8.5.3", "cz-conventional-changelog": "3.3.0", "discord.js": "^13.1.0", "eslint": "^7.32.0", diff --git a/yarn.lock b/yarn.lock index ae8f93b..6234bc5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -708,6 +708,13 @@ dependencies: "@types/node" "*" +"@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" "*" + "@typescript-eslint/eslint-plugin@^4.28.2": version "4.30.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.30.0.tgz#4a0c1ae96b953f4e67435e20248d812bfa55e4fb"