diff --git a/package.json b/package.json index f8c895b..c100a85 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.4", "cz-conventional-changelog": "3.3.0", "discord.js": "^13.1.0", "eslint": "^7.32.0", diff --git a/yarn.lock b/yarn.lock index 7c8fd93..93ebe04 100644 --- a/yarn.lock +++ b/yarn.lock @@ -936,6 +936,13 @@ dependencies: "@types/node" "*" +"@types/ws@^8.5.4": + version "8.5.4" + resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.4.tgz#bb10e36116d6e570dd943735f86c933c1587b8a5" + integrity sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg== + 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"