From e9b460e69da358c7343d97852eb9ea75552bcae7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 09:51:47 +0000 Subject: [PATCH] chore(deps): update dependency web-streams-polyfill to v4 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f6a8b157843..1823be28b0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -100,7 +100,7 @@ "typedoc": "0.25.0", "typescript": "5.4.2", "wait-for-observables": "1.0.3", - "web-streams-polyfill": "3.3.3", + "web-streams-polyfill": "4.0.0", "whatwg-fetch": "3.6.20" }, "engines": { @@ -12495,9 +12495,9 @@ } }, "node_modules/web-streams-polyfill": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz", - "integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-4.0.0.tgz", + "integrity": "sha512-0zJXHRAYEjM2tUfZ2DiSOHAa2aw1tisnnhU3ufD57R8iefL+DcdJyRBRyJpG+NUimDgbTI/lH+gAE1PAvV3Cgw==", "dev": true, "engines": { "node": ">= 8" diff --git a/package.json b/package.json index 5313b7cbd81..cf1169d0646 100644 --- a/package.json +++ b/package.json @@ -181,7 +181,7 @@ "typedoc": "0.25.0", "typescript": "5.4.2", "wait-for-observables": "1.0.3", - "web-streams-polyfill": "3.3.3", + "web-streams-polyfill": "4.0.0", "whatwg-fetch": "3.6.20" }, "publishConfig": {