From eebea08f6cbf9387845a6ebe3da87ef7543bdc30 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 22:59:57 +0800 Subject: [PATCH] build(deps): bump whatwg-fetch from 3.6.1 to 3.6.2 in /html (#615) Bumps [whatwg-fetch](https://github.com/github/fetch) from 3.6.1 to 3.6.2. - [Release notes](https://github.com/github/fetch/releases) - [Commits](https://github.com/github/fetch/compare/v3.6.1...v3.6.2) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- html/package.json | 2 +- html/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/html/package.json b/html/package.json index 0752b32..67fc6ab 100644 --- a/html/package.json +++ b/html/package.json @@ -66,7 +66,7 @@ "decko": "^1.2.0", "file-saver": "^2.0.5", "preact": "^10.5.12", - "whatwg-fetch": "^3.6.1", + "whatwg-fetch": "^3.6.2", "xterm": "^4.10.0", "xterm-addon-fit": "^0.5.0", "xterm-addon-web-links": "^0.4.0", diff --git a/html/yarn.lock b/html/yarn.lock index 1fa9b1a..3c90c6c 100644 --- a/html/yarn.lock +++ b/html/yarn.lock @@ -8562,10 +8562,10 @@ websocket-extensions@>=0.1.1: resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz#7f8473bc839dfd87608adb95d7eb075211578a42" integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg== -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-fetch@^3.6.2: + version "3.6.2" + resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz#dced24f37f2624ed0281725d51d0e2e3fe677f8c" + integrity sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA== which-module@^1.0.0: version "1.0.0" -- 2.43.4