diff --git a/api/package.json b/api/package.json index ceffe6306b..af23ae5456 100644 --- a/api/package.json +++ b/api/package.json @@ -27,7 +27,6 @@ "cookie": "^0.5.0", "cookie-parser": "^1.4.6", "cors": "^2.8.5", - "crypto": "^1.0.1", "dotenv": "^16.0.3", "eslint": "^8.41.0", "express": "^4.18.2", diff --git a/package-lock.json b/package-lock.json index b85bcd0597..b5c57774cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,6 @@ "cookie": "^0.5.0", "cookie-parser": "^1.4.6", "cors": "^2.8.5", - "crypto": "^1.0.1", "dotenv": "^16.0.3", "eslint": "^8.41.0", "express": "^4.18.2", @@ -9589,12 +9588,6 @@ "node": ">= 8" } }, - "node_modules/crypto": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/crypto/-/crypto-1.0.1.tgz", - "integrity": "sha512-VxBKmeNcqQdiUQUW2Tzq0t377b54N2bMtXO/qiLa+6eRRmmC4qT3D4OnTGoT/U6O9aklQ/jTwbOtRMTTY8G0Ig==", - "deprecated": "This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in." - }, "node_modules/crypto-browserify": { "version": "3.12.0", "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz",