From 5f8605f2e771070188e8cf1cba3a2212f92869ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 07:08:53 +0000 Subject: [PATCH] chore: bump web-streams-polyfill from 3.2.1 to 4.1.0 Bumps [web-streams-polyfill](https://github.com/MattiasBuelens/web-streams-polyfill) from 3.2.1 to 4.1.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.1.0) --- updated-dependencies: - dependency-name: web-streams-polyfill dependency-version: 4.1.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 84ff406a..eb745c9c 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "vinyl-buffer": "1.0.1", "vinyl-named": "1.1.0", "vinyl-source-stream": "2.0.0", - "web-streams-polyfill": "3.2.1", + "web-streams-polyfill": "4.1.0", "webpack": "5.99.9", "webpack-bundle-analyzer": "4.10.2", "webpack-stream": "7.0.0" diff --git a/yarn.lock b/yarn.lock index 89ae6d06..2b106d8d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7052,10 +7052,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.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-4.1.0.tgz#3ba095d0eb3ef6377cd126e8354b2cdba286e0d3" + integrity sha512-A7Jxrg7+eV+eZR/CIdESDnRGFb6/bcKukGvJBB5snI6cw3is1c2qamkYstC1bY1p08TyMRlN9eTMkxmnKJBPBw== webpack-bundle-analyzer@4.10.2: version "4.10.2"