From 14043d33c5667d74eb5484e4a03f9ed6192c48ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 02:05:55 +0000 Subject: [PATCH] :arrow_up: Bump cross-fetch from 3.1.0 to 3.1.1 in /e2e Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/lquixada/cross-fetch/releases) - [Commits](https://github.com/lquixada/cross-fetch/compare/v3.1.0...v3.1.1) Signed-off-by: dependabot[bot] --- e2e/package.json | 2 +- e2e/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/e2e/package.json b/e2e/package.json index 4631398fc..ad01fe1b1 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -12,7 +12,7 @@ "dependencies": { "@substrate/playground-client": "1.4.2", "abort-controller": "3.0.0", - "cross-fetch": "3.1.0", + "cross-fetch": "3.1.1", "yargs": "16.2.0" }, "devDependencies": { diff --git a/e2e/yarn.lock b/e2e/yarn.lock index b40be2d55..16e5ff622 100644 --- a/e2e/yarn.lock +++ b/e2e/yarn.lock @@ -575,10 +575,10 @@ create-require@^1.1.0: resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333" integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ== -cross-fetch@3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.0.tgz#6447c13cc8887fa2a66caef92888d7fdaab6e0d1" - integrity sha512-a+yso9lSpXQI9DH+YjAu/m0dVfP8IVoZDPBLLFcvGpeq3KHNdikkekTOdkHiXEuTq4GBOeO0MfWkE40yzF1w7g== +cross-fetch@3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.1.tgz#a7ed5a9201d46223d805c5e9ecdc23ea600219eb" + integrity sha512-eIF+IHQpRzoGd/0zPrwQmHwDC90mdvjk+hcbYhKoaRrEk4GEIDqdjs/MljmdPPoHTQudbmWS+f0hZsEpFaEvWw== dependencies: node-fetch "2.6.1"