From 07a78b3175d1d93b864e1ec356216ab3388828aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 14:11:57 +0000 Subject: [PATCH] Bump web-streams-polyfill from 3.3.2 to 4.0.0 Bumps [web-streams-polyfill](https://github.com/MattiasBuelens/web-streams-polyfill) from 3.3.2 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.3.2...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] --- packages/graphql-client/package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/packages/graphql-client/package.json b/packages/graphql-client/package.json index 9357be350..0195617eb 100644 --- a/packages/graphql-client/package.json +++ b/packages/graphql-client/package.json @@ -88,7 +88,7 @@ "jest-environment-jsdom": "^29.5.0", "jest-fetch-mock": "^3.0.3", "regenerator-runtime": "^0.14.1", - "web-streams-polyfill": "^3.3.2" + "web-streams-polyfill": "^4.0.0" }, "bugs": { "url": "https://github.com/Shopify/shopify-api-js/issues" diff --git a/yarn.lock b/yarn.lock index a52371ce9..ab7a45f29 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9648,11 +9648,16 @@ wcwidth@^1.0.1: dependencies: defaults "^1.0.3" -web-streams-polyfill@^3.2.1, web-streams-polyfill@^3.3.2: +web-streams-polyfill@^3.2.1: version "3.3.2" resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.3.2.tgz#32e26522e05128203a7de59519be3c648004343b" integrity sha512-3pRGuxRF5gpuZc0W+EpwQRmCD7gRqcDOMt688KmdlDAgAyaB1XlN0zq2njfDNm44XVdIouE7pZ6GzbdyH47uIQ== +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== + webcrypto-core@^1.7.7: version "1.7.7" resolved "https://registry.yarnpkg.com/webcrypto-core/-/webcrypto-core-1.7.7.tgz#06f24b3498463e570fed64d7cab149e5437b162c"