From f2133af9ac43fb79896ba7790d565e040e1a7fc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 21:42:51 +0800 Subject: [PATCH] chore:(deps): bump cross-fetch from 3.1.1 to 3.1.2 in /explorer (#16054) Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/lquixada/cross-fetch/releases) - [Commits](https://github.com/lquixada/cross-fetch/compare/v3.1.1...v3.1.2) 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 b5a796a13f..e939fb843f 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -5809,9 +5809,9 @@ } }, "cross-fetch": { - "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==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.2.tgz", + "integrity": "sha512-+JhD65rDNqLbGmB3Gzs3HrEKC0aQnD+XA3SY6RjgkF88jV2q5cTc5+CwxlS3sdmLk98gpPt5CF9XRnPdlxZe6w==", "requires": { "node-fetch": "2.6.1" } diff --git a/explorer/package.json b/explorer/package.json index fd50b7d991..e6b20bbd24 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -31,7 +31,7 @@ "chart.js": "^2.9.4", "classnames": "2.2.6", "coingecko-api": "^1.0.10", - "cross-fetch": "^3.1.1", + "cross-fetch": "^3.1.2", "humanize-duration-ts": "^2.1.1", "node-sass": "^4.14.1", "prettier": "^2.2.1",