From 9297ad6021e04bea55bcc4121f746f9ad059168f Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Wed, 27 Jul 2022 15:23:30 +1000 Subject: [PATCH] chore: remove @types/secp256k1 (unused) --- package-lock.json | 19 ------------------- package.json | 1 - 2 files changed, 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5700046ec0..85d4d42ec0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,6 @@ "@types/debug": "^4.1.7", "@types/mocha": "^9.1.0", "@types/node": "^17.0.6", - "@types/secp256k1": "^4.0.2", "@types/tail": "^2.0.0", "@types/uuid": "^8.3.0", "@types/varint": "^6.0.0", @@ -2757,15 +2756,6 @@ "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.1.tgz", "integrity": "sha512-xoDlM2S4ortawSWORYqsdU+2rxdh4LRW9ytc3zmT37RIKQh6IHyKwwtKhKis9ah8ol07DCkZxPt8BBvPjC6v4g==" }, - "node_modules/@types/secp256k1": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/@types/secp256k1/-/secp256k1-4.0.3.tgz", - "integrity": "sha512-Da66lEIFeIz9ltsdMZcpQvmrmmoqrfju8pm1BH8WbYjZSwUgCwXLb9C+9XYogwBITnbsSaMdVPb2ekf7TV+03w==", - "dev": true, - "dependencies": { - "@types/node": "*" - } - }, "node_modules/@types/tail": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/@types/tail/-/tail-2.2.1.tgz", @@ -15039,15 +15029,6 @@ "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.1.tgz", "integrity": "sha512-xoDlM2S4ortawSWORYqsdU+2rxdh4LRW9ytc3zmT37RIKQh6IHyKwwtKhKis9ah8ol07DCkZxPt8BBvPjC6v4g==" }, - "@types/secp256k1": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/@types/secp256k1/-/secp256k1-4.0.3.tgz", - "integrity": "sha512-Da66lEIFeIz9ltsdMZcpQvmrmmoqrfju8pm1BH8WbYjZSwUgCwXLb9C+9XYogwBITnbsSaMdVPb2ekf7TV+03w==", - "dev": true, - "requires": { - "@types/node": "*" - } - }, "@types/tail": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/@types/tail/-/tail-2.2.1.tgz", diff --git a/package.json b/package.json index b22f98159c..a4327e0693 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,6 @@ "@types/debug": "^4.1.7", "@types/mocha": "^9.1.0", "@types/node": "^17.0.6", - "@types/secp256k1": "^4.0.2", "@types/tail": "^2.0.0", "@types/uuid": "^8.3.0", "@types/varint": "^6.0.0",