From 11dde77a2dc9947c1b96946471c9f480dac1c16d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 05:07:46 +0000 Subject: [PATCH] Bump whatwg-fetch from 3.5.0 to 3.6.1 Bumps [whatwg-fetch](https://github.com/github/fetch) from 3.5.0 to 3.6.1. - [Release notes](https://github.com/github/fetch/releases) - [Commits](https://github.com/github/fetch/compare/v3.5.0...v3.6.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 74e33f755..7b7004718 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "sortablejs": "^1.13.0", "swiper": "^6.4.11", "webcomponents.js": "^0.7.24", - "whatwg-fetch": "^3.5.0", + "whatwg-fetch": "^3.6.1", "workbox-core": "^5.1.4", "workbox-precaching": "^5.1.4" }, diff --git a/yarn.lock b/yarn.lock index d8f0f8333..5b93b229e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8783,10 +8783,10 @@ webworkify@^1.5.0: resolved "https://registry.yarnpkg.com/webworkify/-/webworkify-1.5.0.tgz#734ad87a774de6ebdd546e1d3e027da5b8f4a42c" integrity sha512-AMcUeyXAhbACL8S2hqqdqOLqvJ8ylmIbNwUIqQujRSouf4+eUFaXbG6F1Rbu+srlJMmxQWsiU7mOJi0nMBfM1g== -whatwg-fetch@^3.5.0: - version "3.5.0" - resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.5.0.tgz#605a2cd0a7146e5db141e29d1c62ab84c0c4c868" - integrity sha512-jXkLtsR42xhXg7akoDKvKWE40eJeI+2KZqcp2h3NsOrRnDvtWX36KcKl30dy+hxECivdk2BVUHVNrPtoMBUx6A== +whatwg-fetch@^3.6.1: + version "3.6.1" + resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.6.1.tgz#93bc4005af6c2cc30ba3e42ec3125947c8f54ed3" + integrity sha512-IEmN/ZfmMw6G1hgZpVd0LuZXOQDisrMOZrzYd5x3RAK4bMPlJohKUZWZ9t/QsTvH0dV9TbPDcc2OSuIDcihnHA== whatwg-url@^7.0.0: version "7.1.0"