From 973e252c25981291e4012087ccbd7eceafb73c2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 02:58:55 +0000 Subject: [PATCH] chore: bump web-streams-polyfill from 3.2.1 to 4.2.0 Bumps [web-streams-polyfill](https://github.com/MattiasBuelens/web-streams-polyfill) from 3.2.1 to 4.2.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/v3.2.1...v4.2.0) --- updated-dependencies: - dependency-name: web-streams-polyfill dependency-version: 4.2.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 87119fda..11c6b481 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "typescript-eslint": "8.43.0", "vinyl-buffer": "1.0.1", "vinyl-source-stream": "2.0.0", - "web-streams-polyfill": "3.2.1", + "web-streams-polyfill": "4.2.0", "webpack": "5.101.3", "webpack-bundle-analyzer": "4.10.2", "webpack-stream": "7.0.0", diff --git a/yarn.lock b/yarn.lock index 865e7c86..590e880c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6419,10 +6419,10 @@ watchpack@^2.4.1: glob-to-regexp "^0.4.1" graceful-fs "^4.1.2" -web-streams-polyfill@3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6" - integrity sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q== +web-streams-polyfill@4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-4.2.0.tgz#93295e67af95889a1e044a6beff1366c82720650" + integrity sha512-0rYDzGOh9EZpig92umN5g5D/9A1Kff7k0/mzPSSCY8jEQeYkgRMoY7LhbXtUCWzLCMX0TUE9aoHkjFNB7D9pfA== webpack-bundle-analyzer@4.10.2: version "4.10.2"