diff --git a/package-lock.json b/package-lock.json index fd20465..6cbbe74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,6 @@ "history": "^5.3.0", "i18next": "^23.10.1", "js-base64": "^3.7.5", - "jsencrypt": "^3.3.2", "jwt-decode": "^3.1.2", "lottie-react": "^2.4.0", "moment": "^2.29.4", @@ -18802,11 +18801,6 @@ "webidl-conversions": "^4.0.2" } }, - "node_modules/jsencrypt": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/jsencrypt/-/jsencrypt-3.3.2.tgz", - "integrity": "sha512-arQR1R1ESGdAxY7ZheWr12wCaF2yF47v5qpB76TtV64H1pyGudk9Hvw8Y9tb/FiTIaaTRUyaSnm5T/Y53Ghm/A==" - }, "node_modules/jsesc": { "version": "2.5.2", "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", diff --git a/package.json b/package.json index 01e87fe..eeea21f 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,6 @@ "history": "^5.3.0", "i18next": "^23.10.1", "js-base64": "^3.7.5", - "jsencrypt": "^3.3.2", "jwt-decode": "^3.1.2", "lottie-react": "^2.4.0", "moment": "^2.29.4", diff --git a/src/components/ChatContainer.tsx b/src/components/ChatContainer.tsx index 384edc8..dc92938 100644 --- a/src/components/ChatContainer.tsx +++ b/src/components/ChatContainer.tsx @@ -1,6 +1,5 @@ import React, { useState, useContext, useEffect, useRef } from "react"; import { toast } from "react-toastify"; -import JSEncrypt from "jsencrypt"; import elliptic from "elliptic"; import CryptoJS from "crypto-js"; import axios from "axios";