diff --git a/hashira-web/package.json b/hashira-web/package.json index 0e98f696..5f6ccf02 100644 --- a/hashira-web/package.json +++ b/hashira-web/package.json @@ -19,7 +19,7 @@ "@types/react-dom": "^18.0.9", "@types/styled-components": "^5.1.26", "@types/uuid": "^9.0.0", - "@types/ws": "^8.5.3", + "@types/ws": "^8.5.4", "@vitejs/plugin-react": "^3.0.1", "ansi-regex": "6.0.1", "firebase-tools": "^11.18.0", diff --git a/hashira-web/yarn.lock b/hashira-web/yarn.lock index 2b48091b..257d6b22 100644 --- a/hashira-web/yarn.lock +++ b/hashira-web/yarn.lock @@ -1229,10 +1229,10 @@ resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.0.tgz#53ef263e5239728b56096b0a869595135b7952d2" integrity sha512-kr90f+ERiQtKWMz5rP32ltJ/BtULDI5RVO0uavn1HQUOwjx0R1h0rnDYNL0CepF1zL5bSY6FISAfd9tOdDhU5Q== -"@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.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" "*"