From 55c6fef962430dd36ad2069cc42fe193e81f976f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 09:12:41 +0000 Subject: [PATCH] chore:(deps): bump cross-fetch from 3.1.0 to 3.1.1 in /explorer (#16013) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- explorer/package-lock.json | 6 +++--- explorer/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index dfa6cac928..0c14939074 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -5811,9 +5811,9 @@ } }, "cross-fetch": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.0.tgz", - "integrity": "sha512-a+yso9lSpXQI9DH+YjAu/m0dVfP8IVoZDPBLLFcvGpeq3KHNdikkekTOdkHiXEuTq4GBOeO0MfWkE40yzF1w7g==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.1.tgz", + "integrity": "sha512-eIF+IHQpRzoGd/0zPrwQmHwDC90mdvjk+hcbYhKoaRrEk4GEIDqdjs/MljmdPPoHTQudbmWS+f0hZsEpFaEvWw==", "requires": { "node-fetch": "2.6.1" } diff --git a/explorer/package.json b/explorer/package.json index b6831be907..cb3ce72d57 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -30,7 +30,7 @@ "chai": "^4.3.4", "chart.js": "^2.9.4", "classnames": "2.2.6", - "cross-fetch": "^3.1.0", + "cross-fetch": "^3.1.1", "humanize-duration-ts": "^2.1.1", "node-sass": "^4.14.1", "prettier": "^2.2.1",