From 0a0588c7673cdd890b893c0f6cd3e255fbc9f58b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 15:05:05 +0000 Subject: [PATCH] Bump cross-fetch from 2.2.3 to 2.2.6 in /e2e Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 2.2.3 to 2.2.6. - [Release notes](https://github.com/lquixada/cross-fetch/releases) - [Commits](https://github.com/lquixada/cross-fetch/compare/v2.2.3...v2.2.6) --- updated-dependencies: - dependency-name: cross-fetch dependency-type: indirect ... Signed-off-by: dependabot[bot] --- e2e/package-lock.json | 119 +++++++++++------------------------------- 1 file changed, 30 insertions(+), 89 deletions(-) diff --git a/e2e/package-lock.json b/e2e/package-lock.json index e3f22b6..4842afc 100644 --- a/e2e/package-lock.json +++ b/e2e/package-lock.json @@ -964,15 +964,6 @@ "unorm": "^1.3.3" } }, - "cross-fetch": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-2.2.5.tgz", - "integrity": "sha512-xqYAhQb4NhCJSRym03dwxpP1bYXpK3y7UN83Bo2WFi3x1Zmzn0SL/6xGoPr+gpt4WmNrgCCX3HPysvOwFOW36w==", - "requires": { - "node-fetch": "2.6.1", - "whatwg-fetch": "2.0.4" - } - }, "ethereumjs-tx": { "version": "1.3.7", "resolved": "https://registry.npmjs.org/ethereumjs-tx/-/ethereumjs-tx-1.3.7.tgz", @@ -1031,7 +1022,6 @@ "async": "^2.5.0", "backoff": "^2.5.0", "clone": "^2.0.0", - "cross-fetch": "^2.1.0", "eth-block-tracker": "^3.0.0", "eth-json-rpc-infura": "^3.1.0", "eth-sig-util": "^1.4.2", @@ -1560,7 +1550,6 @@ "@celo/wallet-local": "1.2.5", "@types/debug": "^4.1.5", "bignumber.js": "^9.0.0", - "cross-fetch": "3.0.4", "debug": "^4.1.1", "fp-ts": "2.1.1", "io-ts": "2.0.1", @@ -3282,7 +3271,6 @@ "@ledgerhq/hw-transport": "^5.11.0", "@types/debug": "^4.1.5", "bignumber.js": "^9.0.0", - "cross-fetch": "3.0.4", "debug": "^4.1.1", "eth-lib": "^0.2.8", "ethereumjs-util": "^5.2.0", @@ -5545,8 +5533,7 @@ "requires": { "bcrypto": "git+https://github.com/bcoin-org/bcrypto.git#semver:~5.3.0", "bsert": "git+https://github.com/chjj/bsert.git#semver:~0.0.10", - "bufio": "git+https://github.com/bcoin-org/bufio.git#semver:~1.0.6", - "loady": "loady@git+https://github.com/chjj/loady.git#b94958b7ee061518f4b85ea6da380e7ee93222d5" + "bufio": "git+https://github.com/bcoin-org/bufio.git#semver:~1.0.6" }, "dependencies": { "bufio": { @@ -6493,15 +6480,6 @@ "sha.js": "^2.4.8" } }, - "cross-fetch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.0.4.tgz", - "integrity": "sha512-MSHgpjQqgbT/94D4CyADeNoYh52zMkCX4pcJvPP5WqPsLFMKjr2TCMg381ox5qI0ii2dPwaLx/00477knXqXVw==", - "requires": { - "node-fetch": "2.6.0", - "whatwg-fetch": "3.0.0" - } - }, "cross-spawn": { "version": "6.0.5", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", @@ -7362,21 +7340,11 @@ "resolved": "https://registry.npmjs.org/eth-json-rpc-infura/-/eth-json-rpc-infura-3.2.1.tgz", "integrity": "sha512-W7zR4DZvyTn23Bxc0EWsq4XGDdD63+XPUCEhV2zQvQGavDVC4ZpFDK4k99qN7bd7/fjj37+rxmuBOBeIqCA5Mw==", "requires": { - "cross-fetch": "^2.1.1", "eth-json-rpc-middleware": "^1.5.0", "json-rpc-engine": "^3.4.0", "json-rpc-error": "^2.0.0" }, "dependencies": { - "cross-fetch": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-2.2.5.tgz", - "integrity": "sha512-xqYAhQb4NhCJSRym03dwxpP1bYXpK3y7UN83Bo2WFi3x1Zmzn0SL/6xGoPr+gpt4WmNrgCCX3HPysvOwFOW36w==", - "requires": { - "node-fetch": "2.6.1", - "whatwg-fetch": "2.0.4" - } - }, "node-fetch": { "version": "2.6.1", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", @@ -10068,15 +10036,6 @@ "sha.js": "^2.4.8" } }, - "cross-fetch": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-2.2.3.tgz", - "integrity": "sha512-PrWWNH3yL2NYIb/7WF/5vFG3DCQiXDOVf8k3ijatbrtnwNuhMWLC7YF7uqf53tbTFDzHIUD8oITw4Bxt8ST3Nw==", - "requires": { - "node-fetch": "2.1.2", - "whatwg-fetch": "2.0.4" - } - }, "crypto-browserify": { "version": "3.12.0", "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz", @@ -10495,7 +10454,6 @@ "resolved": "https://registry.npmjs.org/eth-json-rpc-infura/-/eth-json-rpc-infura-3.2.1.tgz", "integrity": "sha512-W7zR4DZvyTn23Bxc0EWsq4XGDdD63+XPUCEhV2zQvQGavDVC4ZpFDK4k99qN7bd7/fjj37+rxmuBOBeIqCA5Mw==", "requires": { - "cross-fetch": "^2.1.1", "eth-json-rpc-middleware": "^1.5.0", "json-rpc-engine": "^3.4.0", "json-rpc-error": "^2.0.0" @@ -15613,7 +15571,6 @@ "async": "^2.5.0", "backoff": "^2.5.0", "clone": "^2.0.0", - "cross-fetch": "^2.1.0", "eth-block-tracker": "^3.0.0", "eth-json-rpc-infura": "^3.1.0", "eth-sig-util": "^1.4.2", @@ -20842,7 +20799,6 @@ "async": "^2.5.0", "backoff": "^2.5.0", "clone": "^2.0.0", - "cross-fetch": "^2.1.0", "eth-block-tracker": "^4.4.2", "eth-json-rpc-filters": "^4.2.1", "eth-json-rpc-infura": "^5.1.0", @@ -20862,15 +20818,6 @@ "xtend": "^4.0.1" }, "dependencies": { - "cross-fetch": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-2.2.5.tgz", - "integrity": "sha512-xqYAhQb4NhCJSRym03dwxpP1bYXpK3y7UN83Bo2WFi3x1Zmzn0SL/6xGoPr+gpt4WmNrgCCX3HPysvOwFOW36w==", - "requires": { - "node-fetch": "2.6.1", - "whatwg-fetch": "2.0.4" - } - }, "eth-block-tracker": { "version": "4.4.3", "resolved": "https://registry.npmjs.org/eth-block-tracker/-/eth-block-tracker-4.4.3.tgz", @@ -22404,9 +22351,9 @@ "integrity": "sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g==" }, "bcfg": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/bcfg/-/bcfg-0.1.6.tgz", - "integrity": "sha512-BR2vwQZwu24aRm588XHOnPVjjQtbK8sF0RopRFgMuke63/REJMWnePTa2YHKDBefuBYiVdgkowuB1/e4K7Ue3g==", + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/bcfg/-/bcfg-0.1.7.tgz", + "integrity": "sha512-+4beq5bXwfmxdcEoHYQsaXawh1qFzjLcRvPe5k5ww/NEWzZTm56Jk8LuPmfeGB7X584jZ8xGq6UgMaZnNDa5Ww==", "requires": { "bsert": "~0.0.10" } @@ -22464,13 +22411,13 @@ } }, "bcurl": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/bcurl/-/bcurl-0.1.6.tgz", - "integrity": "sha512-noeDhfqFiUcNOUuZKErkXcbZfxBjn6duTfYPEfA4hAYXGr7gwVxkAWvIerxl3ZLLyn8jzh7Oi0nHlrLm1ST9Fw==", + "version": "0.1.10", + "resolved": "https://registry.npmjs.org/bcurl/-/bcurl-0.1.10.tgz", + "integrity": "sha512-NPxrIkc61tI2FvuibKW8IHaWs7YpgGvOWTgYEJYoE0vOiCvjuL6PXeKYq6bZqadeZfQ6v+R74qvj3Siiv+/Pvg==", "requires": { - "brq": "~0.1.7", + "brq": "~0.1.8", "bsert": "~0.0.10", - "bsock": "~0.1.8" + "bsock": "~0.1.9" } }, "bdb": { @@ -22535,9 +22482,9 @@ } }, "binet": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/binet/-/binet-0.3.6.tgz", - "integrity": "sha512-6pm+Gc3uNiiJZEv0k8JDWqQlo9ki/o9UNAkLmr0EGm7hI5MboOJVIOlO1nw3YuDkLHWN78OPsaC4JhRkn2jMLw==", + "version": "0.3.7", + "resolved": "https://registry.npmjs.org/binet/-/binet-0.3.7.tgz", + "integrity": "sha512-GF+QD4ajs3GWabaVzso7Kn9aZEbwI0e54FKU2ID8bM/7rIk7BpSJytB1KS7SMpix+fWAi9MAGkOgSFljl0aaKg==", "requires": { "bs32": "~0.1.5", "bsert": "~0.0.10" @@ -22807,9 +22754,9 @@ } }, "bsocks": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/bsocks/-/bsocks-0.2.5.tgz", - "integrity": "sha512-w1yG8JmfKPIaTDLuR9TIxJM2Ma6nAiInRpLNZ43g3qPnPHjawCC4SV6Bdy84bEJQX1zJWYTgdod/BnQlDhq4Gg==", + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/bsocks/-/bsocks-0.2.6.tgz", + "integrity": "sha512-66UkjoB9f7lhT+WKgYq8MQa6nkr96mlX64JYMlIsXe/X4VeqNwvsx7UOE3ZqD6lkwg8GvBhapRTWj0qWO3Pw8w==", "requires": { "binet": "~0.3.5", "bsert": "~0.0.10" @@ -23287,18 +23234,21 @@ } }, "cross-fetch": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-2.2.5.tgz", - "integrity": "sha512-xqYAhQb4NhCJSRym03dwxpP1bYXpK3y7UN83Bo2WFi3x1Zmzn0SL/6xGoPr+gpt4WmNrgCCX3HPysvOwFOW36w==", + "version": "2.2.6", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-2.2.6.tgz", + "integrity": "sha512-9JZz+vXCmfKUZ68zAptS7k4Nu8e2qcibe7WVZYps7sAgk5R8GYTc+T1WR0v1rlP9HxgARmOX1UTIJZFytajpNA==", "requires": { - "node-fetch": "2.6.1", - "whatwg-fetch": "2.0.4" + "node-fetch": "^2.6.7", + "whatwg-fetch": "^2.0.4" }, "dependencies": { "node-fetch": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", - "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==" + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "requires": { + "whatwg-url": "^5.0.0" + } }, "whatwg-fetch": { "version": "2.0.4", @@ -26418,15 +26368,6 @@ "sha.js": "^2.4.8" } }, - "cross-fetch": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-2.2.3.tgz", - "integrity": "sha512-PrWWNH3yL2NYIb/7WF/5vFG3DCQiXDOVf8k3ijatbrtnwNuhMWLC7YF7uqf53tbTFDzHIUD8oITw4Bxt8ST3Nw==", - "requires": { - "node-fetch": "2.1.2", - "whatwg-fetch": "2.0.4" - } - }, "crypto-browserify": { "version": "3.12.0", "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz", @@ -33672,12 +33613,12 @@ "integrity": "sha512-qYvlv/exQ4+svI3UOvPUpLDF0OMX5euvUH0Ny4N5QyRyhNdgAgUrVH3iUINSzEPLvx0kbo/Bp28GJKIqvE7URw==" }, "mrmr": { - "version": "0.1.9", - "resolved": "https://registry.npmjs.org/mrmr/-/mrmr-0.1.9.tgz", - "integrity": "sha512-t3nbygZEPN0vkoW+985GAVw/OOQODmAwPwCfaQUCQbTaZG40s7wmFaC8AKu4oL0g7hF4xcstwkvzW6bu4QxRSg==", + "version": "0.1.10", + "resolved": "https://registry.npmjs.org/mrmr/-/mrmr-0.1.10.tgz", + "integrity": "sha512-NJRJs+yJyRWwcTqLRf7O32n56UP1+UQoTrGVEoB3LMj0h2jlon790drDbxKvi5mK5k4HfC0cpNkxqHcrJK/evg==", "requires": { "bsert": "~0.0.10", - "loady": "~0.0.1" + "loady": "~0.0.5" } }, "ms": {