diff --git a/package-lock.json b/package-lock.json index d321ef8178..08040aa77f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,6 @@ "react-scripts": "4.0.3", "react-transition-group": "^4.4.2", "rewire": "^6.0.0", - "trezor-connect": "^8.2.12", "url": "^0.11.0", "validator": "^13.7.0", "walletconnect-legacy-client": "npm:@walletconnect/client@^1.7.1", @@ -52736,35 +52735,6 @@ "node": ">=8" } }, - "node_modules/trezor-connect": { - "version": "8.2.12", - "resolved": "https://registry.npmjs.org/trezor-connect/-/trezor-connect-8.2.12.tgz", - "integrity": "sha512-rk6Qeu53H8+7rgt4kCbNNZqCGURvTe/Tfy38MZHiLkYbeg22XIkCbdJ1JW7CpCUpCWLfg4pRZXEGYoHc3CPpeg==", - "dependencies": { - "@babel/runtime": "^7.15.4", - "cross-fetch": "^3.1.5", - "events": "^3.3.0" - } - }, - "node_modules/trezor-connect/node_modules/@babel/runtime": { - "version": "7.16.3", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.3.tgz", - "integrity": "sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==", - "dependencies": { - "regenerator-runtime": "^0.13.4" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/trezor-connect/node_modules/cross-fetch": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz", - "integrity": "sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==", - "dependencies": { - "node-fetch": "2.6.7" - } - }, "node_modules/trim": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz", @@ -98937,34 +98907,6 @@ "punycode": "^2.1.1" } }, - "trezor-connect": { - "version": "8.2.12", - "resolved": "https://registry.npmjs.org/trezor-connect/-/trezor-connect-8.2.12.tgz", - "integrity": "sha512-rk6Qeu53H8+7rgt4kCbNNZqCGURvTe/Tfy38MZHiLkYbeg22XIkCbdJ1JW7CpCUpCWLfg4pRZXEGYoHc3CPpeg==", - "requires": { - "@babel/runtime": "^7.15.4", - "cross-fetch": "^3.1.5", - "events": "^3.3.0" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.16.3", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.3.tgz", - "integrity": "sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==", - "requires": { - "regenerator-runtime": "^0.13.4" - } - }, - "cross-fetch": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz", - "integrity": "sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==", - "requires": { - "node-fetch": "2.6.7" - } - } - } - }, "trim": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz", diff --git a/package.json b/package.json index da7edda0b7..d86283cd11 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,6 @@ "react-scripts": "4.0.3", "react-transition-group": "^4.4.2", "rewire": "^6.0.0", - "trezor-connect": "^8.2.12", "url": "^0.11.0", "validator": "^13.7.0", "walletconnect-legacy-client": "npm:@walletconnect/client@^1.7.1",