diff --git a/hashira-web/package.json b/hashira-web/package.json index a8a8f84c..b6921e9c 100644 --- a/hashira-web/package.json +++ b/hashira-web/package.json @@ -19,7 +19,7 @@ "@types/react-dom": "^18.2.5", "@types/styled-components": "^5.1.26", "@types/uuid": "^9.0.1", - "@types/ws": "^8.5.3", + "@types/ws": "^8.5.5", "@vitejs/plugin-react": "^4.0.0", "ansi-regex": "6.0.1", "firebase-tools": "^12.0.0", diff --git a/hashira-web/yarn.lock b/hashira-web/yarn.lock index 24728be2..ddcedfcf 100644 --- a/hashira-web/yarn.lock +++ b/hashira-web/yarn.lock @@ -1214,10 +1214,10 @@ resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.1.tgz#98586dc36aee8dacc98cc396dbca8d0429647aa6" integrity sha512-rFT3ak0/2trgvp4yYZo5iKFEPsET7vKydKF+VRCxlQ9bpheehyAJH89dAkaLEq/j/RZXJIqcgsmPJKUP1Z28HA== -"@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== +"@types/ws@^8.5.5": + version "8.5.5" + resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.5.tgz#af587964aa06682702ee6dcbc7be41a80e4b28eb" + integrity sha512-lwhs8hktwxSjf9UaZ9tG5M03PGogvFaH8gUgLNbN9HKIg0dvv6q+gkSuJ8HN4/VbyxkuLzCjlN7GquQ0gUJfIg== dependencies: "@types/node" "*"