diff --git a/desktop/package.json b/desktop/package.json index 692507067..7a6c22c75 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -167,7 +167,7 @@ "@types/tmp": "^0.2.0", "@types/uuid": "^8.0.0", "@types/which": "^2.0.0", - "@types/ws": "^7.2.0", + "@types/ws": "^7.4.0", "@types/yargs": "^15.0.11", "@types/yazl": "^2.4.2", "@typescript-eslint/eslint-plugin": "^4.13.0", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index cf13c128f..422525769 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -2716,10 +2716,10 @@ resolved "https://registry.yarnpkg.com/@types/which/-/which-2.0.0.tgz#446d35586611dee657120de8e0457382a658fc25" integrity sha512-JHTNOEpZnACQdsTojWggn+SQ8IucfqEhtz7g8Z0G67WdSj4x3F0X5I2c/CVcl8z/QukGrIHeQ/N49v1au74XFQ== -"@types/ws@^7.2.0": - 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@^7.4.0": + version "7.4.0" + resolved "https://registry.yarnpkg.com/@types/ws/-/ws-7.4.0.tgz#499690ea08736e05a8186113dac37769ab251a0e" + integrity sha512-Y29uQ3Uy+58bZrFLhX36hcI3Np37nqWE7ky5tjiDoy1GDZnIwVxS0CgF+s+1bXMzjKBFy+fqaRfb708iNzdinw== dependencies: "@types/node" "*"