From 0e9a4ee5780e2eaa03eb5154cc4992628efdb9d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Dec 2020 15:06:36 +0800 Subject: [PATCH] fix(deps): bump whatwg-fetch from 3.4.1 to 3.5.0 (#804) Bumps [whatwg-fetch](https://github.com/github/fetch) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/github/fetch/releases) - [Commits](https://github.com/github/fetch/compare/v3.4.1...v3.5.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4249e0587c..2b5fdce6a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26766,9 +26766,9 @@ } }, "whatwg-fetch": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.4.1.tgz", - "integrity": "sha512-sofZVzE1wKwO+EYPbWfiwzaKovWiZXf4coEzjGP9b2GBVgQRLQUZ2QcuPpQExGDAW5GItpEm6Tl4OU5mywnAoQ==" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.5.0.tgz", + "integrity": "sha512-jXkLtsR42xhXg7akoDKvKWE40eJeI+2KZqcp2h3NsOrRnDvtWX36KcKl30dy+hxECivdk2BVUHVNrPtoMBUx6A==" }, "whatwg-mimetype": { "version": "2.3.0", diff --git a/package.json b/package.json index 17aa7df06b..c590ea1c39 100644 --- a/package.json +++ b/package.json @@ -157,7 +157,7 @@ "uuid": "^8.3.1", "validator": "^13.1.17", "web-streams-polyfill": "^2.1.1", - "whatwg-fetch": "^3.4.1", + "whatwg-fetch": "^3.5.0", "winston": "^3.3.3", "winston-cloudwatch": "^2.4.0" },