From d988a58a42ad7a62592ff64507cae5b4d92189b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 11:57:41 +0000 Subject: [PATCH] MINOR: [JS] Bump web-streams-polyfill from 3.2.1 to 4.0.0 in /js Bumps [web-streams-polyfill](https://github.com/MattiasBuelens/web-streams-polyfill) from 3.2.1 to 4.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/v3.2.1...v4.0.0) --- updated-dependencies: - dependency-name: web-streams-polyfill dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- js/package.json | 2 +- js/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/js/package.json b/js/package.json index 01c85bad29f99..eea16a73eebf7 100644 --- a/js/package.json +++ b/js/package.json @@ -111,7 +111,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.0.0", "webpack": "5.96.1", "webpack-bundle-analyzer": "4.10.2", "webpack-stream": "7.0.0", diff --git a/js/yarn.lock b/js/yarn.lock index aae663174aa6a..b795ed99767ab 100644 --- a/js/yarn.lock +++ b/js/yarn.lock @@ -7290,10 +7290,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.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-4.0.0.tgz#74cedf168339ee6e709532f76c49313a8c7acdac" + integrity sha512-0zJXHRAYEjM2tUfZ2DiSOHAa2aw1tisnnhU3ufD57R8iefL+DcdJyRBRyJpG+NUimDgbTI/lH+gAE1PAvV3Cgw== webpack-bundle-analyzer@4.10.2: version "4.10.2"