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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-03-19 09:12:41 +00:00 committed by GitHub
parent 2d3464a548
commit 55c6fef962
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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"
}

View File

@ -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",