From d9d6d659590d34eacec73f675353cc684816e3d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 10:21:55 +0000 Subject: [PATCH] chore:(deps): bump cross-fetch from 3.1.2 to 3.1.4 in /explorer (#16369) Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.1.2 to 3.1.4. - [Release notes](https://github.com/lquixada/cross-fetch/releases) - [Commits](https://github.com/lquixada/cross-fetch/compare/v3.1.2...v3.1.4) 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 d297991ef7..200f5a01cd 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -5807,9 +5807,9 @@ } }, "cross-fetch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.2.tgz", - "integrity": "sha512-+JhD65rDNqLbGmB3Gzs3HrEKC0aQnD+XA3SY6RjgkF88jV2q5cTc5+CwxlS3sdmLk98gpPt5CF9XRnPdlxZe6w==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.4.tgz", + "integrity": "sha512-1eAtFWdIubi6T4XPy6ei9iUFoKpUkIF971QLN8lIvvvwueI65+Nw5haMNKUwfJxabqlIIDODJKGrQ66gxC0PbQ==", "requires": { "node-fetch": "2.6.1" } diff --git a/explorer/package.json b/explorer/package.json index 764037c0b7..58afaa55d3 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -31,7 +31,7 @@ "chart.js": "^2.9.4", "classnames": "2.3.0", "coingecko-api": "^1.0.10", - "cross-fetch": "^3.1.2", + "cross-fetch": "^3.1.4", "humanize-duration-ts": "^2.1.1", "node-sass": "^4.14.1", "prettier": "^2.2.1",