From b8bc0e77cdbf477d5abc040b86c05adcfebd2465 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 12 Nov 2020 06:15:44 +0000 Subject: [PATCH] Bump web-streams-polyfill from 2.1.1 to 3.0.1 Bumps [web-streams-polyfill](https://github.com/MattiasBuelens/web-streams-polyfill) from 2.1.1 to 3.0.1. - [Release notes](https://github.com/MattiasBuelens/web-streams-polyfill/releases) - [Changelog](https://github.com/MattiasBuelens/web-streams-polyfill/blob/master/CHANGELOG.md) - [Commits](https://github.com/MattiasBuelens/web-streams-polyfill/compare/v2.1.1...v3.0.1) Signed-off-by: dependabot-preview[bot] --- 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 b3dbc9f..1356093 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2515,9 +2515,9 @@ } }, "web-streams-polyfill": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-2.1.1.tgz", - "integrity": "sha512-dlNpL2aab3g8CKfGz6rl8FNmGaRWLLn2g/DtSc9IjB30mEdE6XxzPfPSig5BwGSzI+oLxHyETrQGKjrVVhbLCg==" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.0.1.tgz", + "integrity": "sha512-M+EmTdszMWINywOZaqpZ6VIEDUmNpRaTOuizF0ZKPjSDC8paMRe/jBBwFv0Yeyn5WYnM5pMqMQa82vpaE+IJRw==" }, "which": { "version": "1.3.1", diff --git a/package.json b/package.json index 2f850dd..81073a5 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "homepage": "https://github.com/entryLine/gifstream#readme", "dependencies": { "bluebird": "^3.5.1", - "web-streams-polyfill": "^2.0.4" + "web-streams-polyfill": "^3.0.1" }, "devDependencies": { "eslint": "^6.4.0",