From 75a83f26b5b62ad386b9c38a4dec709c7868d7a4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2020 06:12:11 +0000 Subject: [PATCH] Bump web-streams-polyfill from 2.1.1 to 3.0.0 Bumps [web-streams-polyfill](https://github.com/MattiasBuelens/web-streams-polyfill) from 2.1.1 to 3.0.0. - [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.0) 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..e0e8d8b 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.0", + "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.0.0.tgz", + "integrity": "sha512-tcZlIJ+VBxuDXdRFF3PCZTJ3yUISGklG4hkl3CDGOlZ8XwpN90L5YsJNoSPH72wZ4nbsatE/OfIaxfM3p+6W7w==" }, "which": { "version": "1.3.1", diff --git a/package.json b/package.json index 2f850dd..6f94efa 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.0" }, "devDependencies": { "eslint": "^6.4.0",