From a5ee306a893b2e2733f413e25dbcafcb16a62740 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Nov 2020 10:38:11 +0100 Subject: [PATCH] chore(deps): update dependency web-streams-polyfill to ^3.0.1 (#147) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5364f67..1361490 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "destr": "^1.0.1", "ky": "^0.24.0", "node-fetch": "^2.6.1", - "web-streams-polyfill": "^3.0.0" + "web-streams-polyfill": "^3.0.1" }, "devDependencies": { "@babel/core": "latest", diff --git a/yarn.lock b/yarn.lock index 0d1a33c..e028ae8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11101,10 +11101,10 @@ watchpack@^1.7.4: chokidar "^3.4.1" watchpack-chokidar2 "^2.0.0" -web-streams-polyfill@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.0.0.tgz#c8bcb1e2ec1820088ca201674486a0f1feae848b" - integrity sha512-tcZlIJ+VBxuDXdRFF3PCZTJ3yUISGklG4hkl3CDGOlZ8XwpN90L5YsJNoSPH72wZ4nbsatE/OfIaxfM3p+6W7w== +web-streams-polyfill@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.0.1.tgz#1f836eea307e8f4af15758ee473c7af755eb879e" + integrity sha512-M+EmTdszMWINywOZaqpZ6VIEDUmNpRaTOuizF0ZKPjSDC8paMRe/jBBwFv0Yeyn5WYnM5pMqMQa82vpaE+IJRw== webidl-conversions@^5.0.0: version "5.0.0"