From 160898389e08b33bc34d7541ad93a6e1e3716d34 Mon Sep 17 00:00:00 2001 From: Sandro642 Date: Sat, 26 Oct 2024 17:03:39 +0200 Subject: [PATCH] Add crypto package to dependencies The crypto package is added to the dependencies in package.json to support encryption-related functionalities. This addition helps in enhancing the security features of the application. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 6f0a35ee..4feaf639 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "dependencies": { "@electron/remote": "^2.1.2", "adm-zip": "^0.5.16", + "crypto": "^1.0.1", "discord-rpc-patch": "^4.0.1", "ejs": "^3.1.10", "ejs-electron": "^3.0.0",