diff --git a/package-lock.json b/package-lock.json index 2cbb6ec..62e7b65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,6 @@ "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0", "cross-env": "^7.0.3", - "crypto": "^1.0.1", "esbuild-plugin-polyfill-node": "^0.3.0", "eslint": "^8.47.0", "eslint-config-prettier": "^9.0.0", @@ -1516,13 +1515,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.", - "dev": true - }, "node_modules/dashdash": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", @@ -5114,12 +5106,6 @@ "which": "^2.0.1" } }, - "crypto": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/crypto/-/crypto-1.0.1.tgz", - "integrity": "sha512-VxBKmeNcqQdiUQUW2Tzq0t377b54N2bMtXO/qiLa+6eRRmmC4qT3D4OnTGoT/U6O9aklQ/jTwbOtRMTTY8G0Ig==", - "dev": true - }, "dashdash": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", diff --git a/package.json b/package.json index b2b995a..e9479ed 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,6 @@ "assert": "^2.0.0", "better-assert": "^1.0.2", "chalk": "^4.1.2", - "crypto": "^1.0.1", "hexy": "0.3.5", "jsrsasign": "^10.8.6", "sshpk": "^1.17.0" diff --git a/tsconfig.json b/tsconfig.json index d77fdf0..14ae01b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,3 +1,4 @@ { "extends": "./tsconfig.cjs.json" } + \ No newline at end of file